public class com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider extends com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider
  super_class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
{
  public static final com.fasterxml.jackson.jaxrs.cfg.Annotations[] DEFAULT_ANNOTATIONS;
    descriptor: [Lcom/fasterxml/jackson/jaxrs/cfg/Annotations;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.ws.rs.ext.MessageBodyWriter cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.ext.MessageBodyReader cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MediaType cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MultivaluedMap cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.ws.rs.Consumes cannot be resolved\n\tThe import javax.ws.rs.Produces cannot be resolved\n\tThe import javax.ws.rs.core.MediaType cannot be resolved\n\tThe import javax.ws.rs.ext.Provider cannot be resolved\n\tProvider cannot be resolved to a type\n\tConsumes cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tProduces cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tThe hierarchy of the type JacksonJaxbJsonProvider is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/jaxrs/json/JacksonJaxbJsonProvider;

  public void <init>(com.fasterxml.jackson.jaxrs.cfg.Annotations[]);
    descriptor: ([Lcom/fasterxml/jackson/jaxrs/cfg/Annotations;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.ws.rs.ext.MessageBodyWriter cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.ext.MessageBodyReader cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MediaType cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MultivaluedMap cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.ws.rs.Consumes cannot be resolved\n\tThe import javax.ws.rs.Produces cannot be resolved\n\tThe import javax.ws.rs.core.MediaType cannot be resolved\n\tThe import javax.ws.rs.ext.Provider cannot be resolved\n\tProvider cannot be resolved to a type\n\tConsumes cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tProduces cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tThe hierarchy of the type JacksonJaxbJsonProvider is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/jaxrs/json/JacksonJaxbJsonProvider;
    MethodParameters:
                  Name  Flags
      annotationsToUse  

  public void <init>(com.fasterxml.jackson.databind.ObjectMapper, com.fasterxml.jackson.jaxrs.cfg.Annotations[]);
    descriptor: (Lcom/fasterxml/jackson/databind/ObjectMapper;[Lcom/fasterxml/jackson/jaxrs/cfg/Annotations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.ws.rs.ext.MessageBodyWriter cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.ext.MessageBodyReader cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MediaType cannot be resolved. It is indirectly referenced from required .class files\n\tThe type javax.ws.rs.core.MultivaluedMap cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.ws.rs.Consumes cannot be resolved\n\tThe import javax.ws.rs.Produces cannot be resolved\n\tThe import javax.ws.rs.core.MediaType cannot be resolved\n\tThe import javax.ws.rs.ext.Provider cannot be resolved\n\tProvider cannot be resolved to a type\n\tConsumes cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tProduces cannot be resolved to a type\n\tMediaType cannot be resolved to a variable\n\tThe hierarchy of the type JacksonJaxbJsonProvider is inconsistent\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/jaxrs/json/JacksonJaxbJsonProvider;
    MethodParameters:
                  Name  Flags
      mapper            
      annotationsToUse  
}
SourceFile: "JacksonJaxbJsonProvider.java"
    RuntimeInvisibleAnnotations: 
      Provider()