class org.springframework.boot.env.OriginTrackedYamlLoader extends org.springframework.beans.factory.config.YamlProcessor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.env.OriginTrackedYamlLoader
super_class: org.springframework.beans.factory.config.YamlProcessor
{
private final org.springframework.core.io.Resource resource;
descriptor: Lorg/springframework/core/io/Resource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.core.io.Resource);
descriptor: (Lorg/springframework/core/io/Resource;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
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;
MethodParameters:
Name Flags
resource
protected Yaml createYaml();
descriptor: ()LYaml;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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"
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;
Yaml createYaml(LoaderOptions);
descriptor: (LLoaderOptions;)LYaml;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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"
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;
MethodParameters:
Name Flags
loaderOptions
java.util.List<java.util.Map<java.lang.String, java.lang.Object>> load();
descriptor: ()Ljava/util/List;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
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;
Signature: ()Ljava/util/List<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
}
SourceFile: "OriginTrackedYamlLoader.java"
NestMembers:
org.springframework.boot.env.OriginTrackedYamlLoader$KeyScalarNode org.springframework.boot.env.OriginTrackedYamlLoader$LimitedResolver org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor
InnerClasses:
private KeyScalarNode = org.springframework.boot.env.OriginTrackedYamlLoader$KeyScalarNode of org.springframework.boot.env.OriginTrackedYamlLoader
private LimitedResolver = org.springframework.boot.env.OriginTrackedYamlLoader$LimitedResolver of org.springframework.boot.env.OriginTrackedYamlLoader
private OriginTrackingConstructor = org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor of org.springframework.boot.env.OriginTrackedYamlLoader