Uses of Interface
org.snakeyaml.engine.v2.api.ConstructNode
-
Packages that use ConstructNode Package Description org.snakeyaml.engine.v2.api org.snakeyaml.engine.v2.constructor -
-
Uses of ConstructNode in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return types with arguments of type ConstructNode Modifier and Type Method Description Map<Tag,ConstructNode>LoadSettings. getTagConstructors()Method parameters in org.snakeyaml.engine.v2.api with type arguments of type ConstructNode Modifier and Type Method Description LoadSettingsBuilderLoadSettingsBuilder. setTagConstructors(Map<Tag,ConstructNode> tagConstructors)Provide constructors for the specified tags. -
Uses of ConstructNode in org.snakeyaml.engine.v2.constructor
Classes in org.snakeyaml.engine.v2.constructor that implement ConstructNode Modifier and Type Class Description classStandardConstructor.ConstructEnvConstruct scalar for format ${VARIABLE} replacing the template with the value from environment.classStandardConstructor.ConstructOptionalClassclassStandardConstructor.ConstructUuidClassclassStandardConstructor.ConstructYamlBinaryclassStandardConstructor.ConstructYamlBoolclassStandardConstructor.ConstructYamlFloatclassStandardConstructor.ConstructYamlIntclassStandardConstructor.ConstructYamlMapclassStandardConstructor.ConstructYamlNullclassStandardConstructor.ConstructYamlOmapclassStandardConstructor.ConstructYamlSeqclassStandardConstructor.ConstructYamlSetclassStandardConstructor.ConstructYamlStrFields in org.snakeyaml.engine.v2.constructor with type parameters of type ConstructNode Modifier and Type Field Description protected Map<Tag,ConstructNode>BaseConstructor. tagConstructorsIt maps the (explicit or implicit) tag to the Construct implementation.Methods in org.snakeyaml.engine.v2.constructor that return types with arguments of type ConstructNode Modifier and Type Method Description protected Optional<ConstructNode>BaseConstructor. findConstructorFor(Node node)
-