public class implements DecoratorProcessor<javax.xml.bind.Marshaller, org.jboss.resteasy.annotations.providers.jaxb.XmlHeader>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
super_class: java.lang.Object
{
public void ();
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 org.jboss.resteasy.annotations.DecorateTypes cannot be resolved\n\tThe import org.jboss.resteasy.spi cannot be resolved\n\tThe import org.jboss.resteasy.util cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tDecorateTypes cannot be resolved to a type\n\tDecoratorProcessor cannot be resolved to a type\n\tMediaType cannot be resolved to a type\n\tStringContextReplacement 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/XmlHeaderProcessor;
public javax.xml.bind.Marshaller decorate(javax.xml.bind.Marshaller, org.jboss.resteasy.annotations.providers.jaxb.XmlHeader, java.lang.Class, java.lang.annotation.Annotation[], MediaType);
descriptor: (Ljavax/xml/bind/Marshaller;Lorg/jboss/resteasy/annotations/providers/jaxb/XmlHeader;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;LMediaType;)Ljavax/xml/bind/Marshaller;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=6
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tStringContextReplacement 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/XmlHeaderProcessor;
MethodParameters:
Name Flags
target
annotation
type
annotations
mediaType
}
Signature: Ljava/lang/Object;LDecoratorProcessor<Ljavax/xml/bind/Marshaller;Lorg/jboss/resteasy/annotations/providers/jaxb/XmlHeader;>;
SourceFile: "XmlHeaderProcessor.java"