Class MessageBodyParameterMarshaller

  • All Implemented Interfaces:
    Marshaller

    public class MessageBodyParameterMarshaller
    extends java.lang.Object
    implements Marshaller
    Version:
    $Revision: 1 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.annotation.Annotation[] annotations  
      private java.lang.reflect.Type genericType  
      private javax.ws.rs.core.MediaType mediaType  
      private java.lang.Class type  
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageBodyParameterMarshaller​(javax.ws.rs.core.MediaType mediaType, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void build​(ClientRequest request, java.lang.Object object)  
      javax.ws.rs.core.MediaType getMediaType()  
      java.lang.Class getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private java.lang.Class type
      • mediaType

        private javax.ws.rs.core.MediaType mediaType
      • genericType

        private java.lang.reflect.Type genericType
      • annotations

        private java.lang.annotation.Annotation[] annotations
    • Constructor Detail

      • MessageBodyParameterMarshaller

        public MessageBodyParameterMarshaller​(javax.ws.rs.core.MediaType mediaType,
                                              java.lang.Class type,
                                              java.lang.reflect.Type genericType,
                                              java.lang.annotation.Annotation[] annotations)
    • Method Detail

      • getType

        public java.lang.Class getType()
      • getMediaType

        public javax.ws.rs.core.MediaType getMediaType()