Uses of Interface
org.yaml.snakeyaml.constructor.Construct
-
Packages that use Construct Package Description org.yaml.snakeyaml.constructor org.yaml.snakeyaml.extensions.compactnotation -
-
Uses of Construct in org.yaml.snakeyaml.constructor
Classes in org.yaml.snakeyaml.constructor that implement Construct Modifier and Type Class Description classAbstractConstructBecause recursive structures are not very common we provide a way to save some typing when extending a constructorprotected classConstructor.ConstructMappingConstruct mapping instance (Map, JavaBean) when the runtime class is known.protected classConstructor.ConstructScalarConstruct scalar instance when the runtime class is known.protected classConstructor.ConstructSequenceConstruct sequence (List, Array, or immutable object) when the runtime class is known.protected classConstructor.ConstructYamlObjectConstruct an instance when the runtime class is not known but a global tag with a class name is defined.static classSafeConstructor.ConstructUndefinedclassSafeConstructor.ConstructYamlBinaryclassSafeConstructor.ConstructYamlBoolclassSafeConstructor.ConstructYamlFloatclassSafeConstructor.ConstructYamlIntclassSafeConstructor.ConstructYamlMapclassSafeConstructor.ConstructYamlNullclassSafeConstructor.ConstructYamlOmapclassSafeConstructor.ConstructYamlPairsclassSafeConstructor.ConstructYamlSeqclassSafeConstructor.ConstructYamlSetclassSafeConstructor.ConstructYamlStrstatic classSafeConstructor.ConstructYamlTimestampFields in org.yaml.snakeyaml.constructor with type parameters of type Construct Modifier and Type Field Description protected Map<NodeId,Construct>BaseConstructor. yamlClassConstructorsIt maps the node kind to the Construct implementation.protected Map<Tag,Construct>BaseConstructor. yamlConstructorsIt maps the (explicit or implicit) tag to the Construct implementation.protected Map<String,Construct>BaseConstructor. yamlMultiConstructorsIt maps the (explicit or implicit) tag to the Construct implementation.Methods in org.yaml.snakeyaml.constructor that return Construct Modifier and Type Method Description protected ConstructBaseConstructor. getConstructor(Node node)Get the constructor to construct the Node. -
Uses of Construct in org.yaml.snakeyaml.extensions.compactnotation
Classes in org.yaml.snakeyaml.extensions.compactnotation that implement Construct Modifier and Type Class Description classCompactConstructor.ConstructCompactObjectCustom ConstructMappingMethods in org.yaml.snakeyaml.extensions.compactnotation that return Construct Modifier and Type Method Description protected ConstructCompactConstructor. createCompactConstruct()Createprotected ConstructCompactConstructor. getConstructor(Node node)
-