class org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor
super_class: java.lang.Object
{
void <init>(org.springframework.boot.env.OriginTrackedYamlLoader, LoaderOptions);
descriptor: (Lorg/springframework/boot/env/OriginTrackedYamlLoader;LLoaderOptions;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe type org.yaml.snakeyaml.Yaml cannot be resolved. It is indirectly referenced from required .class files\n\tThe import org.yaml.snakeyaml.DumperOptions cannot be resolved\n\tThe import org.yaml.snakeyaml.LoaderOptions cannot be resolved\n\tThe import org.yaml.snakeyaml.Yaml cannot be resolved\n\tThe import org.yaml.snakeyaml.constructor cannot be resolved\n\tThe import org.yaml.snakeyaml.constructor cannot be resolved\n\tThe import org.yaml.snakeyaml.constructor cannot be resolved\n\tThe import org.yaml.snakeyaml.error cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.nodes cannot be resolved\n\tThe import org.yaml.snakeyaml.representer cannot be resolved\n\tThe import org.yaml.snakeyaml.resolver cannot be resolved\n\tYaml cannot be resolved to a type\n\tLoaderOptions cannot be resolved to a type\n\tLoaderOptions cannot be resolved to a type\n\tYaml cannot be resolved to a type\n\tLoaderOptions cannot be resolved to a type\n\tBaseConstructor cannot be resolved to a type\n\tRepresenter cannot be resolved to a type\n\tRepresenter cannot be resolved to a type\n\tDumperOptions cannot be resolved to a type\n\tDumperOptions cannot be resolved to a type\n\tYaml cannot be resolved to a type\n\tSafeConstructor cannot be resolved to a type\n\tLoaderOptions cannot be resolved to a type\n\tThe method getData() of type OriginTrackedYamlLoader.OriginTrackingConstructor must override or implement a supertype method\n\tSafeConstructor cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tCollectionNode cannot be resolved to a type\n\tCollectionNode<capture#1-of ?> cannot be resolved to a type\n\tCollectionNode cannot be resolved to a type\n\tScalarNode cannot be resolved to a type\n\tMappingNode cannot be resolved to a type\n\tThe method replaceMappingNodeKeys(MappingNode) from the type OriginTrackedYamlLoader.OriginTrackingConstructor refers to the missing type MappingNode\n\tMappingNode cannot be resolved to a type\n\tMappingNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tMark cannot be resolved to a type\n\tScalarNode cannot be resolved to a type\n\tScalarNode cannot be resolved to a type\n\tNodeTuple cannot be resolved to a type\n\tNodeTuple cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNodeTuple cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tScalarNode cannot be resolved to a type\n\tThe constructor OriginTrackedYamlLoader.KeyScalarNode(ScalarNode) refers to the missing type ScalarNode\n\tScalarNode cannot be resolved to a type\n\tResolver cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
this$0 final
loadingConfig
public java.lang.Object getData();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method getData() of type OriginTrackedYamlLoader.OriginTrackingConstructor must override or implement a supertype method\n\tSafeConstructor cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
Exceptions:
throws java.util.NoSuchElementException
protected java.lang.Object constructObject(Node);
descriptor: (LNode;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tCollectionNode cannot be resolved to a type\n\tCollectionNode<capture#1-of ?> cannot be resolved to a type\n\tCollectionNode cannot be resolved to a type\n\tScalarNode cannot be resolved to a type\n\tMappingNode cannot be resolved to a type\n\tThe method replaceMappingNodeKeys(MappingNode) from the type OriginTrackedYamlLoader.OriginTrackingConstructor refers to the missing type MappingNode\n\tMappingNode cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
node
void replaceMappingNodeKeys(MappingNode);
descriptor: (LMappingNode;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tMappingNode cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
node
java.lang.Object constructTrackedObject(Node, java.lang.Object);
descriptor: (LNode;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tNode cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
node
value
private java.lang.Object getValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
value
org.springframework.boot.origin.Origin getOrigin(Node);
descriptor: (LNode;)Lorg/springframework/boot/origin/Origin;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tMark cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/OriginTrackedYamlLoader$OriginTrackingConstructor;
MethodParameters:
Name Flags
node
}
SourceFile: "OriginTrackedYamlLoader.java"
NestHost: org.springframework.boot.env.OriginTrackedYamlLoader
InnerClasses:
private OriginTrackingConstructor = org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor of org.springframework.boot.env.OriginTrackedYamlLoader