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 org.snakeyaml.engine.v2.schema -
-
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<org.snakeyaml.engine.v2.nodes.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<org.snakeyaml.engine.v2.nodes.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 classConstructScalarShare common code for scalar constructsclassConstructYamlNullCreate nullclassStandardConstructor.ConstructEnvConstruct scalar for format ${VARIABLE} replacing the template with the value from environment.classStandardConstructor.ConstructYamlMapCreate Map instanceclassStandardConstructor.ConstructYamlSeqCreate the List implementation (configured in setting)classStandardConstructor.ConstructYamlSetCreate Set instancesclassStandardConstructor.ConstructYamlStrCreate String instancesFields in org.snakeyaml.engine.v2.constructor with type parameters of type ConstructNode Modifier and Type Field Description protected Map<org.snakeyaml.engine.v2.nodes.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(org.snakeyaml.engine.v2.nodes.Node node) -
Uses of ConstructNode in org.snakeyaml.engine.v2.schema
Methods in org.snakeyaml.engine.v2.schema that return types with arguments of type ConstructNode Modifier and Type Method Description Map<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode>CoreSchema. getSchemaTagConstructors()Provide constructs to support the schema (bool, int, float)Map<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode>FailsafeSchema. getSchemaTagConstructors()No constructs providedMap<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode>JsonSchema. getSchemaTagConstructors()Basic constructsMap<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode>Schema. getSchemaTagConstructors()Provide the way to construct the resolved tag.
-