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 TypeClassDescriptionclassBecause recursive structures are not very common we provide a way to save some typing when extending a constructorprotected classConstruct mapping instance (Map, JavaBean) when the runtime class is known.protected classConstruct scalar instance when the runtime class is known.protected classConstruct sequence (List, Array, or immutable object) when the runtime class is known.protected classConstruct an instance when the runtime class is not known but a global tag with a class name is defined.static final classclassclassclassclassclassclassclassclassclassclassclassstatic classFields in org.yaml.snakeyaml.constructor with type parameters of type ConstructModifier and TypeFieldDescriptionBaseConstructor.yamlClassConstructorsIt maps the node kind to the Construct implementation.BaseConstructor.yamlConstructorsIt maps the (explicit or implicit) tag to the Construct implementation.BaseConstructor.yamlMultiConstructorsIt maps the (explicit or implicit) tag to the Construct implementation.Methods in org.yaml.snakeyaml.constructor that return ConstructModifier and TypeMethodDescriptionprotected ConstructBaseConstructor.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 TypeClassDescriptionclassCustom ConstructMappingMethods in org.yaml.snakeyaml.extensions.compactnotation that return ConstructModifier and TypeMethodDescriptionprotected ConstructCompactConstructor.createCompactConstruct()Createprotected ConstructCompactConstructor.getConstructor(Node node)