class org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker implements org.springframework.boot.context.properties.bind.BindHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker
  super_class: java.lang.Object
{
  private final org.springframework.boot.context.config.ConfigDataActivationContext activationContext;
    descriptor: Lorg/springframework/boot/context/config/ConfigDataActivationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.boot.context.config.ConfigDataEnvironmentContributors this$0;
    descriptor: Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.boot.context.config.ConfigDataEnvironmentContributors, org.springframework.boot.context.config.ConfigDataActivationContext);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors;Lorg/springframework/boot/context/config/ConfigDataActivationContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker this
        start local 2 // org.springframework.boot.context.config.ConfigDataActivationContext activationContext
         0: .line 289
            aload 0 /* this */
            aload 1
            putfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.this$0:Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 290
            aload 0 /* this */
            aload 2 /* activationContext */
            putfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.activationContext:Lorg/springframework/boot/context/config/ConfigDataActivationContext;
         2: .line 291
            return
        end local 2 // org.springframework.boot.context.config.ConfigDataActivationContext activationContext
        end local 0 // org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors$InactiveSourceChecker;
            0    3     2  activationContext  Lorg/springframework/boot/context/config/ConfigDataActivationContext;
    MethodParameters:
                   Name  Flags
      this$0             final
      activationContext  

  public  onSuccess(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, );
    descriptor: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=5
        start local 0 // org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker this
        start local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        start local 2 // org.springframework.boot.context.properties.bind.Bindable target
        start local 3 // org.springframework.boot.context.properties.bind.BindContext context
        start local 4 // java.lang.Object result
         0: .line 296
            aload 0 /* this */
            getfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.this$0:Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors;
            invokevirtual org.springframework.boot.context.config.ConfigDataEnvironmentContributors.iterator:()Ljava/util/Iterator;
            astore 6
            goto 4
      StackMap locals: org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker org.springframework.boot.context.properties.source.ConfigurationPropertyName org.springframework.boot.context.properties.bind.Bindable org.springframework.boot.context.properties.bind.BindContext java.lang.Object top java.util.Iterator
      StackMap stack:
         1: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.springframework.boot.context.config.ConfigDataEnvironmentContributor
            astore 5 /* contributor */
        start local 5 // org.springframework.boot.context.config.ConfigDataEnvironmentContributor contributor
         2: .line 297
            aload 5 /* contributor */
            aload 0 /* this */
            getfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.activationContext:Lorg/springframework/boot/context/config/ConfigDataActivationContext;
            invokevirtual org.springframework.boot.context.config.ConfigDataEnvironmentContributor.isActive:(Lorg/springframework/boot/context/config/ConfigDataActivationContext;)Z
            ifne 4
         3: .line 298
            aload 5 /* contributor */
            aload 1 /* name */
            invokestatic org.springframework.boot.context.config.InactiveConfigDataAccessException.throwIfPropertyFound:(Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributor;Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;)V
        end local 5 // org.springframework.boot.context.config.ConfigDataEnvironmentContributor contributor
         4: .line 296
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 301
            aload 4 /* result */
            areturn
        end local 4 // java.lang.Object result
        end local 3 // org.springframework.boot.context.properties.bind.BindContext context
        end local 2 // org.springframework.boot.context.properties.bind.Bindable target
        end local 1 // org.springframework.boot.context.properties.source.ConfigurationPropertyName name
        end local 0 // org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors$InactiveSourceChecker;
            0    6     1         name  Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;
            0    6     2       target  Lorg/springframework/boot/context/properties/bind/Bindable<*>;
            0    6     3      context  Lorg/springframework/boot/context/properties/bind/BindContext;
            0    6     4       result  Ljava/lang/Object;
            2    4     5  contributor  Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributor;
    Signature: (Lorg/springframework/boot/context/properties/source/ConfigurationPropertyName;Lorg/springframework/boot/context/properties/bind/Bindable<*>;Lorg/springframework/boot/context/properties/bind/BindContext;Ljava/lang/Object;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      name     
      target   
      context  
      result   
}
SourceFile: "ConfigDataEnvironmentContributors.java"
NestHost: org.springframework.boot.context.config.ConfigDataEnvironmentContributors
InnerClasses:
  private InactiveSourceChecker = org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker of org.springframework.boot.context.config.ConfigDataEnvironmentContributors