Uses of Interface
org.yaml.snakeyaml.constructor.Construct
Packages that use Construct
-
Uses of Construct in org.yaml.snakeyaml.constructor
Classes in org.yaml.snakeyaml.constructor that implement ConstructModifier and TypeClassDescriptionclass
Because recursive structures are not very common we provide a way to save some typing when extending a constructorprotected class
Construct mapping instance (Map, JavaBean) when the runtime class is known.protected class
Construct scalar instance when the runtime class is known.protected class
Construct sequence (List, Array, or immutable object) when the runtime class is known.protected class
Construct an instance when the runtime class is not known but a global tag with a class name is defined.static final class
class
class
class
class
class
class
class
class
class
class
class
static class
Fields in org.yaml.snakeyaml.constructor with type parameters of type ConstructModifier and TypeFieldDescriptionBaseConstructor.yamlClassConstructors
It maps the node kind to the the Construct implementation.BaseConstructor.yamlConstructors
It maps the (explicit or implicit) tag to the Construct implementation.BaseConstructor.yamlMultiConstructors
It maps the (explicit or implicit) tag to the Construct implementation.Methods in org.yaml.snakeyaml.constructor that return ConstructModifier and TypeMethodDescriptionprotected Construct
BaseConstructor.getConstructor
(Node node) Get the constructor to construct the Node. -
Uses of Construct in org.yaml.snakeyaml.extensions.compactnotation
Classes in org.yaml.snakeyaml.extensions.compactnotation that implement ConstructModifier and TypeClassDescriptionclass
Custom ConstructMappingMethods in org.yaml.snakeyaml.extensions.compactnotation that return ConstructModifier and TypeMethodDescriptionprotected Construct
CompactConstructor.createCompactConstruct()
Createprotected Construct
CompactConstructor.getConstructor
(Node node)