Uses of Interface
org.snakeyaml.engine.v2.api.ConstructNode
Packages that use ConstructNode
Package
Description
-
Uses of ConstructNode in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return types with arguments of type ConstructNodeMethod parameters in org.snakeyaml.engine.v2.api with type arguments of type ConstructNodeModifier and TypeMethodDescriptionLoadSettingsBuilder.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 ConstructNodeModifier and TypeClassDescriptionclassShare common code for scalar constructsclassCreate nullclassConstruct scalar for format ${VARIABLE} replacing the template with the value from environment.classCreate Map instanceclassCreate the List implementation (configured in setting)classCreate Set instancesclassCreate String instancesFields in org.snakeyaml.engine.v2.constructor with type parameters of type ConstructNodeModifier and TypeFieldDescriptionprotected final 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 ConstructNodeModifier and TypeMethodDescriptionprotected Optional<ConstructNode> BaseConstructor.findConstructorFor(Node node) -
Uses of ConstructNode in org.snakeyaml.engine.v2.constructor.core
Classes in org.snakeyaml.engine.v2.constructor.core that implement ConstructNodeModifier and TypeClassDescriptionclassCreate Boolean instancesclassCreate Double instances for floatclassCreate 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 ConstructNodeModifier and TypeClassDescriptionclassCreate instances of OptionalclassCreate instances of UUID classclassCreate instances bytes for binaryclassCreate Boolean instancesclassCreate Double instances for floatclassCreate 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 ConstructNodeModifier and TypeMethodDescriptionCoreSchema.getSchemaTagConstructors()Provide constructs to support the schema (bool, int, float)FailsafeSchema.getSchemaTagConstructors()No constructs providedJsonSchema.getSchemaTagConstructors()Basic constructsSchema.getSchemaTagConstructors()Provide the way to construct the resolved tag.