public class io.dropwizard.configuration.EnvironmentVariableSubstitutor extends org.apache.commons.text.StringSubstitutor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.configuration.EnvironmentVariableSubstitutor
  super_class: org.apache.commons.text.StringSubstitutor
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
         0: .line 11
            aload 0 /* this */
            iconst_1
            iconst_0
            invokespecial io.dropwizard.configuration.EnvironmentVariableSubstitutor.<init>:(ZZ)V
         1: .line 12
            return
        end local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/configuration/EnvironmentVariableSubstitutor;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
        start local 1 // boolean strict
         0: .line 15
            aload 0 /* this */
            iload 1 /* strict */
            iconst_0
            invokespecial io.dropwizard.configuration.EnvironmentVariableSubstitutor.<init>:(ZZ)V
         1: .line 16
            return
        end local 1 // boolean strict
        end local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/dropwizard/configuration/EnvironmentVariableSubstitutor;
            0    2     1  strict  Z
    MethodParameters:
        Name  Flags
      strict  

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
        start local 1 // boolean strict
        start local 2 // boolean substitutionInVariables
         0: .line 25
            aload 0 /* this */
            new io.dropwizard.configuration.EnvironmentVariableLookup
            dup
            invokespecial io.dropwizard.configuration.EnvironmentVariableLookup.<init>:()V
            invokespecial org.apache.commons.text.StringSubstitutor.<init>:(Lorg/apache/commons/text/lookup/StringLookup;)V
         1: .line 26
            aload 0 /* this */
            iload 1 /* strict */
            invokevirtual io.dropwizard.configuration.EnvironmentVariableSubstitutor.setEnableUndefinedVariableException:(Z)Lorg/apache/commons/text/StringSubstitutor;
            pop
         2: .line 27
            aload 0 /* this */
            iload 2 /* substitutionInVariables */
            invokevirtual io.dropwizard.configuration.EnvironmentVariableSubstitutor.setEnableSubstitutionInVariables:(Z)Lorg/apache/commons/text/StringSubstitutor;
            pop
         3: .line 28
            return
        end local 2 // boolean substitutionInVariables
        end local 1 // boolean strict
        end local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lio/dropwizard/configuration/EnvironmentVariableSubstitutor;
            0    4     1                   strict  Z
            0    4     2  substitutionInVariables  Z
    MethodParameters:
                         Name  Flags
      strict                   
      substitutionInVariables  

  protected boolean substitute(org.apache.commons.text.TextStringBuilder, int, int);
    descriptor: (Lorg/apache/commons/text/TextStringBuilder;II)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
        start local 1 // org.apache.commons.text.TextStringBuilder buf
        start local 2 // int offset
        start local 3 // int length
         0: .line 34
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial org.apache.commons.text.StringSubstitutor.substitute:(Lorg/apache/commons/text/TextStringBuilder;II)Z
         1: ireturn
         2: .line 35
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 4 /* e */
        start local 4 // java.lang.IllegalArgumentException e
         3: .line 36
            aload 4 /* e */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            ifnull 5
            aload 4 /* e */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            ldc "Cannot resolve variable"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 5
         4: .line 37
            new io.dropwizard.configuration.UndefinedEnvironmentVariableException
            dup
            aload 4 /* e */
            invokevirtual java.lang.IllegalArgumentException.getMessage:()Ljava/lang/String;
            invokespecial io.dropwizard.configuration.UndefinedEnvironmentVariableException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 39
      StackMap locals: java.lang.IllegalArgumentException
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.lang.IllegalArgumentException e
        end local 3 // int length
        end local 2 // int offset
        end local 1 // org.apache.commons.text.TextStringBuilder buf
        end local 0 // io.dropwizard.configuration.EnvironmentVariableSubstitutor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/dropwizard/configuration/EnvironmentVariableSubstitutor;
            0    6     1     buf  Lorg/apache/commons/text/TextStringBuilder;
            0    6     2  offset  I
            0    6     3  length  I
            3    6     4       e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      length  
}
SourceFile: "EnvironmentVariableSubstitutor.java"