class org.springframework.boot.context.config.ConfigDataResolutionResult
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.context.config.ConfigDataResolutionResult
super_class: java.lang.Object
{
private final org.springframework.boot.context.config.ConfigDataLocation location;
descriptor: Lorg/springframework/boot/context/config/ConfigDataLocation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.context.config.ConfigDataResource resource;
descriptor: Lorg/springframework/boot/context/config/ConfigDataResource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.boot.context.config.ConfigDataLocation, org.springframework.boot.context.config.ConfigDataResource);
descriptor: (Lorg/springframework/boot/context/config/ConfigDataLocation;Lorg/springframework/boot/context/config/ConfigDataResource;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
start local 1 // org.springframework.boot.context.config.ConfigDataLocation location
start local 2 // org.springframework.boot.context.config.ConfigDataResource resource
0: .line 31
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 32
aload 0 /* this */
aload 1 /* location */
putfield org.springframework.boot.context.config.ConfigDataResolutionResult.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
2: .line 33
aload 0 /* this */
aload 2 /* resource */
putfield org.springframework.boot.context.config.ConfigDataResolutionResult.resource:Lorg/springframework/boot/context/config/ConfigDataResource;
3: .line 34
return
end local 2 // org.springframework.boot.context.config.ConfigDataResource resource
end local 1 // org.springframework.boot.context.config.ConfigDataLocation location
end local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/boot/context/config/ConfigDataResolutionResult;
0 4 1 location Lorg/springframework/boot/context/config/ConfigDataLocation;
0 4 2 resource Lorg/springframework/boot/context/config/ConfigDataResource;
MethodParameters:
Name Flags
location
resource
org.springframework.boot.context.config.ConfigDataLocation getLocation();
descriptor: ()Lorg/springframework/boot/context/config/ConfigDataLocation;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
0: .line 37
aload 0 /* this */
getfield org.springframework.boot.context.config.ConfigDataResolutionResult.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
areturn
end local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/config/ConfigDataResolutionResult;
org.springframework.boot.context.config.ConfigDataResource getResource();
descriptor: ()Lorg/springframework/boot/context/config/ConfigDataResource;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
0: .line 41
aload 0 /* this */
getfield org.springframework.boot.context.config.ConfigDataResolutionResult.resource:Lorg/springframework/boot/context/config/ConfigDataResource;
areturn
end local 0 // org.springframework.boot.context.config.ConfigDataResolutionResult this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/config/ConfigDataResolutionResult;
}
SourceFile: "ConfigDataResolutionResult.java"