Class MessageBodyParameterProcessor

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
All Implemented Interfaces:
InvocationProcessor

public class MessageBodyParameterProcessor extends Object implements InvocationProcessor
Version:
$Revision: 1 $
  • Field Details

    • type

      private Class type
    • mediaType

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

      private Type genericType
    • annotations

      private Annotation[] annotations
  • Constructor Details

    • MessageBodyParameterProcessor

      public MessageBodyParameterProcessor(javax.ws.rs.core.MediaType mediaType, Class type, Type genericType, Annotation[] annotations)
  • Method Details