public class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider 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.JAXBXmlTypeProvider
  super_class: org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
{
  protected static final java.lang.String OBJECT_FACTORY_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: ".ObjectFactory"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 6
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.resteasy.spi 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 javax.ws cannot be resolved\n\tThe import javax.ws cannot be resolved\n\tThe import javax.ws 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 JAXBXmlTypeProvider is inconsistent\n\tThe type JAXBXmlTypeProvider must implement the inherited abstract method AbstractJAXBProvider<Object>.isReadWritable(Class<?>, Type, Annotation[], MediaType)\n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n\tMediaType cannot be resolved to a type\n\tContextResolver cannot be resolved to a type\n\tProviders cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n\tMediaType cannot be resolved to a type\n\tContextResolver cannot be resolved to a type\n\tProviders cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n\tMediaType cannot be resolved to a type\n\tFindAnnotation cannot be resolved\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;

  public void writeTo(, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType, MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Object;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/io/OutputStream;)V
    MethodParameters:
              Name  Flags
      t             
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public  readFrom(java.lang.Class<java.lang.Object>, java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType, MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap;Ljava/io/InputStream;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Class<Ljava/lang/Object;>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;Ljava/io/InputStream;)Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  javax.xml.bind.JAXBContext getJAXBContext(java.lang.Class<java.lang.Object>, MediaType);
    descriptor: (Ljava/lang/Class;LMediaType;)Ljavax/xml/bind/JAXBContext;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 157
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tContextResolver cannot be resolved to a type\n\tProviders cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Class<Ljava/lang/Object;>;LMediaType;)Ljavax/xml/bind/JAXBContext;
    MethodParameters:
           Name  Flags
      type       
      mediaType  

  javax.xml.bind.JAXBContext getJAXBContextFinder(java.lang.Class<java.lang.Object>, java.lang.annotation.Annotation[], MediaType);
    descriptor: (Ljava/lang/Class;[Ljava/lang/annotation/Annotation;LMediaType;)Ljavax/xml/bind/JAXBContext;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 184
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMediaType cannot be resolved to a type\n\tContextResolver cannot be resolved to a type\n\tProviders cannot be resolved to a type\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBUnmarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Class<Ljava/lang/Object;>;[Ljava/lang/annotation/Annotation;LMediaType;)Ljavax/xml/bind/JAXBContext;
    MethodParameters:
             Name  Flags
      type         
      annotations  
      mediaType    

  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 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
         0: .line 211
            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 // org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBXmlTypeProvider;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public static  findObjectFactory(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  

  public static javax.xml.bind.JAXBElement<?> wrapInJAXBElement(, java.lang.Class<?>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljavax/xml/bind/JAXBElement;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 284
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n\tNo exception of type JAXBMarshalException can be thrown; an exception type must be a subclass of Throwable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Object;Ljava/lang/Class<*>;)Ljavax/xml/bind/JAXBElement<*>;
    MethodParameters:
      Name  Flags
      t     
      type  
}
Signature: Lorg/jboss/resteasy/plugins/providers/jaxb/AbstractJAXBProvider<Ljava/lang/Object;>;
SourceFile: "JAXBXmlTypeProvider.java"
NestMembers:
  org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider$1
    RuntimeInvisibleAnnotations: 
      Provider()