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 start local 2 0: aload 0
aload 1
putfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.this$0:Lorg/springframework/boot/context/config/ConfigDataEnvironmentContributors;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.springframework.boot.context.config.ConfigDataEnvironmentContributors$InactiveSourceChecker.activationContext:Lorg/springframework/boot/context/config/ConfigDataActivationContext;
2: return
end local 2 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
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
start local 5 2: aload 5
aload 0
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: aload 5
aload 1
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 4: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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