Uses of Interface
org.snakeyaml.engine.v2.api.ConstructNode
-
-
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.constructor.core
Classes in org.snakeyaml.engine.v2.constructor.core that implement ConstructNode Modifier and Type Class Description classConstructYamlCoreBoolCreate Boolean instancesclassConstructYamlCoreFloatCreate Double instances for floatclassConstructYamlCoreIntCreate instances for numbers (Integer, Long, BigInteger) -
Uses of ConstructNode in org.snakeyaml.engine.v2.constructor.json
Classes in org.snakeyaml.engine.v2.constructor.json that implement ConstructNode Modifier and Type Class Description classConstructOptionalClassCreate instances of OptionalclassConstructUuidClassCreate instances of UUID classclassConstructYamlBinaryCreate instances bytes for binaryclassConstructYamlJsonBoolCreate Boolean instancesclassConstructYamlJsonFloatCreate Double instances for floatclassConstructYamlJsonIntCreate instances for numbers (Integer, Long, BigInteger) -
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.
-