class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1 implements java.security.PrivilegedExceptionAction<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1
  super_class: java.lang.Object
{
  final org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller this$0;
    descriptor: Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javax.xml.transform.sax.SAXSource val$saxSource;
    descriptor: Ljavax/xml/transform/sax/SAXSource;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller, javax.xml.transform.sax.SAXSource);
    descriptor: (Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller;Ljavax/xml/transform/sax/SAXSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1 this
         0: .line 228
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1.this$0:Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller;
            aload 0 /* this */
            aload 2
            putfield org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1.val$saxSource:Ljavax/xml/transform/sax/SAXSource;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$saxSource  final

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1 this
         0: .line 233
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1.this$0:Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller;
            getfield org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.delegate:Ljavax/xml/bind/Unmarshaller;
            aload 0 /* this */
            getfield org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1.val$saxSource:Ljavax/xml/transform/sax/SAXSource;
            invokeinterface javax.xml.bind.Unmarshaller.unmarshal:(Ljavax/xml/transform/Source;)Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/jaxb/SecureUnmarshaller$1;
    Exceptions:
      throws javax.xml.bind.JAXBException
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Object;>;
SourceFile: "SecureUnmarshaller.java"
EnclosingMethod: org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller.unmarshal:(Lorg/xml/sax/InputSource;)Ljava/lang/Object;
NestHost: org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
InnerClasses:
  org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller$1