Uses of Interface
org.snakeyaml.engine.v2.api.ConstructNode
-
-
Uses of ConstructNode in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api with type parameters of type ConstructNode Modifier and Type Field Description private java.util.Map<Tag,ConstructNode>LoadSettings. tagConstructorsprivate java.util.Map<Tag,ConstructNode>LoadSettingsBuilder. tagConstructorsMethods in org.snakeyaml.engine.v2.api that return types with arguments of type ConstructNode Modifier and Type Method Description java.util.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(java.util.Map<Tag,ConstructNode> tagConstructors)Provide constructors for the specified tags.Constructor parameters in org.snakeyaml.engine.v2.api with type arguments of type ConstructNode Constructor Description LoadSettings(java.lang.String label, java.util.Map<Tag,ConstructNode> tagConstructors, java.util.function.IntFunction<java.util.List<java.lang.Object>> defaultList, java.util.function.IntFunction<java.util.Set<java.lang.Object>> defaultSet, java.util.function.IntFunction<java.util.Map<java.lang.Object,java.lang.Object>> defaultMap, java.util.function.UnaryOperator<SpecVersion> versionFunction, java.lang.Integer bufferSize, boolean allowDuplicateKeys, boolean allowRecursiveKeys, int maxAliasesForCollections, boolean useMarks, java.util.Map<SettingKey,java.lang.Object> customProperties, java.util.Optional<EnvConfig> envConfig, boolean parseComments, int codePointLimit, Schema schema) -
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 java.util.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 java.util.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 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
Fields in org.snakeyaml.engine.v2.schema with type parameters of type ConstructNode Modifier and Type Field Description private java.util.Map<Tag,ConstructNode>CoreSchema. tagConstructorsprivate java.util.Map<Tag,ConstructNode>JsonSchema. tagConstructorsMethods in org.snakeyaml.engine.v2.schema that return types with arguments of type ConstructNode Modifier and Type Method Description java.util.Map<Tag,ConstructNode>CoreSchema. getSchemaTagConstructors()Provide constructs to support the schema (bool, int, float)java.util.Map<Tag,ConstructNode>FailsafeSchema. getSchemaTagConstructors()No constructs providedjava.util.Map<Tag,ConstructNode>JsonSchema. getSchemaTagConstructors()Basic constructsjava.util.Map<Tag,ConstructNode>Schema. getSchemaTagConstructors()Provide the way to construct the resolved tag.
-