public class io.undertow.attribute.QuotingExchangeAttribute$Wrapper implements io.undertow.attribute.ExchangeAttributeWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.QuotingExchangeAttribute$Wrapper
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.attribute.QuotingExchangeAttribute$Wrapper this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.attribute.QuotingExchangeAttribute$Wrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/attribute/QuotingExchangeAttribute$Wrapper;

  public io.undertow.attribute.ExchangeAttribute wrap(io.undertow.attribute.ExchangeAttribute);
    descriptor: (Lio/undertow/attribute/ExchangeAttribute;)Lio/undertow/attribute/ExchangeAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.attribute.QuotingExchangeAttribute$Wrapper this
        start local 1 // io.undertow.attribute.ExchangeAttribute attribute
         0: .line 77
            new io.undertow.attribute.QuotingExchangeAttribute
            dup
            aload 1 /* attribute */
            invokespecial io.undertow.attribute.QuotingExchangeAttribute.<init>:(Lio/undertow/attribute/ExchangeAttribute;)V
            areturn
        end local 1 // io.undertow.attribute.ExchangeAttribute attribute
        end local 0 // io.undertow.attribute.QuotingExchangeAttribute$Wrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/undertow/attribute/QuotingExchangeAttribute$Wrapper;
            0    1     1  attribute  Lio/undertow/attribute/ExchangeAttribute;
    MethodParameters:
           Name  Flags
      attribute  final
}
SourceFile: "QuotingExchangeAttribute.java"
NestHost: io.undertow.attribute.QuotingExchangeAttribute
InnerClasses:
  public Wrapper = io.undertow.attribute.QuotingExchangeAttribute$Wrapper of io.undertow.attribute.QuotingExchangeAttribute