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
-
Field Summary
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
UTF8StringMarshaller
public UTF8StringMarshaller()
-
-
Method Details
-
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
-