public interface org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor
super_class: java.lang.Object
{
public abstract java.lang.Object read(org.jboss.resteasy.spi.interception.MessageBodyReaderContext);
descriptor: (Lorg/jboss/resteasy/spi/interception/MessageBodyReaderContext;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException, javax.ws.rs.WebApplicationException
MethodParameters:
Name Flags
context
}
SourceFile: "MessageBodyReaderInterceptor.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()