Package org.infinispan.commons.marshall
Class UTF8StringMarshaller
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractMarshaller
-
- org.infinispan.commons.marshall.StringMarshaller
-
- org.infinispan.commons.marshall.UTF8StringMarshaller
-
- All Implemented Interfaces:
Marshaller
public final class UTF8StringMarshaller extends StringMarshaller
-
-
Field Summary
-
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints
-
-
Constructor Summary
Constructors Constructor Description UTF8StringMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.dataconversion.MediaType
mediaType()
-
Methods inherited from class org.infinispan.commons.marshall.StringMarshaller
isMarshallable, objectFromByteBuffer, objectToBuffer
-
Methods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer
-
Methods inherited from interface org.infinispan.commons.marshall.Marshaller
initialize, start, stop
-
-
-
-
Method Detail
-
mediaType
public org.infinispan.commons.dataconversion.MediaType mediaType()
- Specified by:
mediaType
in interfaceMarshaller
- Overrides:
mediaType
in classStringMarshaller
- Returns:
- the
MediaType
associated with the content produced by the marshaller
-
-