public class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider extends org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
super_class: org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.ws cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tThe import org.jboss.resteasy.spi cannot be resolved\n\tProvider cannot be resolved to a type\n\tProduces cannot be resolved to a type\n\tConsumes cannot be resolved to a type\n\tThe hierarchy of the type JAXBXmlRootElementProvider is inconsistent\n\tThe type JAXBXmlRootElementProvider must implement the inherited abstract method AbstractJAXBProvider<Object>.isReadWritable(Class<?>, Type, Annotation[], MediaType)\n\tMediaType cannot be resolved to a type\n\tFindAnnotation cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlRootElementProvider;
protected boolean isReadWritable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType);
descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tFindAnnotation cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlRootElementProvider;
Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;)Z
MethodParameters:
Name Flags
type
genericType
annotations
mediaType
}
Signature: Lorg/jboss/resteasy/plugins/providers/jaxb/AbstractJAXBProvider<Ljava/lang/Object;>;
SourceFile: "JAXBXmlRootElementProvider.java"
RuntimeInvisibleAnnotations:
Provider()