public class io.undertow.attribute.SubstituteEmptyWrapper implements io.undertow.attribute.ExchangeAttributeWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.SubstituteEmptyWrapper
  super_class: java.lang.Object
{
  private final java.lang.String substitute;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.attribute.SubstituteEmptyWrapper this
        start local 1 // java.lang.String substitute
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* substitute */
            putfield io.undertow.attribute.SubstituteEmptyWrapper.substitute:Ljava/lang/String;
         2: .line 14
            return
        end local 1 // java.lang.String substitute
        end local 0 // io.undertow.attribute.SubstituteEmptyWrapper this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/undertow/attribute/SubstituteEmptyWrapper;
            0    3     1  substitute  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      substitute  

  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=4, locals=2, args_size=2
        start local 0 // io.undertow.attribute.SubstituteEmptyWrapper this
        start local 1 // io.undertow.attribute.ExchangeAttribute attribute
         0: .line 18
            new io.undertow.attribute.SubstituteEmptyWrapper$SubstituteEmptyAttribute
            dup
            aload 1 /* attribute */
            aload 0 /* this */
            getfield io.undertow.attribute.SubstituteEmptyWrapper.substitute:Ljava/lang/String;
            invokespecial io.undertow.attribute.SubstituteEmptyWrapper$SubstituteEmptyAttribute.<init>:(Lio/undertow/attribute/ExchangeAttribute;Ljava/lang/String;)V
            areturn
        end local 1 // io.undertow.attribute.ExchangeAttribute attribute
        end local 0 // io.undertow.attribute.SubstituteEmptyWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/undertow/attribute/SubstituteEmptyWrapper;
            0    1     1  attribute  Lio/undertow/attribute/ExchangeAttribute;
    MethodParameters:
           Name  Flags
      attribute  final
}
SourceFile: "SubstituteEmptyWrapper.java"
NestMembers:
  io.undertow.attribute.SubstituteEmptyWrapper$SubstituteEmptyAttribute
InnerClasses:
  public SubstituteEmptyAttribute = io.undertow.attribute.SubstituteEmptyWrapper$SubstituteEmptyAttribute of io.undertow.attribute.SubstituteEmptyWrapper