public class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider extends org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider<javax.xml.bind.JAXBElement<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
  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 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
         0: .line 12
            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 javax.ws cannot be resolved\n\tThe import org.jboss.resteasy.resteasy_jaxrs cannot be resolved\n\tThe import org.jboss.resteasy.spi cannot be resolved\n\tThe import org.jboss.resteasy.spi cannot be resolved\n\tThe import org.jboss.resteasy.util 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 JAXBElementProvider is inconsistent\n\tThe type JAXBElementProvider must implement the inherited abstract method AbstractJAXBProvider<JAXBElement<?>>.isReadWritable(Class<?>, Type, Annotation[], MediaType)\n\tMediaType cannot be resolved to a type\n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n\tLogMessages cannot be resolved\n\tNoContent cannot be resolved\n\tTypes cannot be resolved\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\tMultivaluedMap cannot be resolved to a type\n\tLogMessages cannot be resolved\n\tTypes cannot be resolved\n\tMediaType cannot be resolved to a type\n\tMultivaluedMap cannot be resolved to a type\n\tAsyncOutputStream cannot be resolved to a type\n\tLogMessages cannot be resolved\n\tTypes cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBElementProvider;

  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.JAXBElementProvider this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMediaType 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.JAXBElementProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBElementProvider;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public javax.xml.bind.JAXBElement<?> readFrom(java.lang.Class<javax.xml.bind.JAXBElement<?>>, 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;)Ljavax/xml/bind/JAXBElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
         0: .line 67
            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\tLogMessages cannot be resolved\n\tNoContent cannot be resolved\n\tTypes cannot be resolved\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.JAXBElementProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBElementProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Class<Ljavax/xml/bind/JAXBElement<*>;>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;Ljava/io/InputStream;)Ljavax/xml/bind/JAXBElement<*>;
    MethodParameters:
              Name  Flags
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      entityStream  

  public void writeTo(javax.xml.bind.JAXBElement<?>, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType, MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Ljavax/xml/bind/JAXBElement;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.JAXBElementProvider this
         0: .line 134
            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\tLogMessages cannot be resolved\n\tTypes cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBElementProvider;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljavax/xml/bind/JAXBElement<*>;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   
      outputStream  

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncWriteTo(javax.xml.bind.JAXBElement<?>, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], MediaType, MultivaluedMap<java.lang.String, java.lang.Object>, AsyncOutputStream);
    descriptor: (Ljavax/xml/bind/JAXBElement;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap;LAsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
         0: .line 146
            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\tAsyncOutputStream cannot be resolved to a type\n\tLogMessages cannot be resolved\n\tTypes cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/JAXBElementProvider;
    Signature: (Ljavax/xml/bind/JAXBElement<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;LMediaType;LMultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;LAsyncOutputStream;)Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      t             
      type          
      genericType   
      annotations   
      mediaType     
      httpHeaders   
      outputStream  
}
Signature: Lorg/jboss/resteasy/plugins/providers/jaxb/AbstractJAXBProvider<Ljavax/xml/bind/JAXBElement<*>;>;
SourceFile: "JAXBElementProvider.java"
    RuntimeInvisibleAnnotations: 
      Provider()