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
-
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commons.marshall.Marshaller
initialize, start, stop
-
Constructor Details
-
UTF8StringMarshaller
public UTF8StringMarshaller()
-
-
Method Details
-
mediaType
- Specified by:
mediaType
in interfaceMarshaller
- Overrides:
mediaType
in classStringMarshaller
- Returns:
- the
MediaType
associated with the content produced by the marshaller
-