Class TextMediaTypeFactory

  • All Implemented Interfaces:
    org.refcodes.factory.MarshalFactory<java.lang.String>, org.refcodes.factory.MarshalFactory.MarshalFactoryComplement<java.lang.String>, org.refcodes.factory.MarshalFactory.MarshalFactoryComposite<java.lang.String,java.io.InputStream>, org.refcodes.factory.UnmarshalFactory<java.lang.String>, org.refcodes.factory.UnmarshalFactory.UnmarshalFactoryComplement<java.lang.String>, org.refcodes.factory.UnmarshalFactory.UnmarshalFactoryComposite<java.lang.String,java.io.InputStream>, MediaTypeFactory, MediaTypesAccessor


    public class TextMediaTypeFactory
    extends java.lang.Object
    implements MediaTypeFactory
    Implements the MediaTypeFactory for Media-Type "text/plain" ( MediaType.TEXT_PLAIN).
    • Constructor Detail

      • TextMediaTypeFactory

        public TextMediaTypeFactory​()
    • Method Detail

      • getMediaTypes

        public MediaType[] getMediaTypes​()
        Retrieves the Media-Types from the Media-Types property.
        Specified by:
        getMediaTypes in interface MediaTypesAccessor
        Returns:
        The Media-Types stored by the Media-Types property.
      • toMarshaled

        public java.lang.String toMarshaled​(java.lang.Object aObject)
                                     throws org.refcodes.exception.MarshalException
        Specified by:
        toMarshaled in interface org.refcodes.factory.MarshalFactory<java.lang.String>
        Throws:
        org.refcodes.exception.MarshalException
      • toUnmarshaled

        public <T> T toUnmarshaled​(java.lang.String aHttpBody,
                                   java.lang.Class<T> aType)
                            throws org.refcodes.exception.UnmarshalException
        To unmarshaled.
        Specified by:
        toUnmarshaled in interface org.refcodes.factory.UnmarshalFactory<java.lang.String>
        Type Parameters:
        T - the generic type
        Parameters:
        aHttpBody - the http body
        aType - the type
        Returns:
        the t
        Throws:
        org.refcodes.exception.UnmarshalException - the unmarshal exception