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, objectToBufferMethods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods 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:
mediaTypein interfaceMarshaller- Overrides:
mediaTypein classStringMarshaller- Returns:
- the
MediaTypeassociated with the content produced by the marshaller
-