Class AbstractConstruct
java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
- All Implemented Interfaces:
Construct
- Direct Known Subclasses:
Constructor.ConstructScalar, SafeConstructor.ConstructUndefined, SafeConstructor.ConstructYamlBinary, SafeConstructor.ConstructYamlBool, SafeConstructor.ConstructYamlFloat, SafeConstructor.ConstructYamlInt, SafeConstructor.ConstructYamlNull, SafeConstructor.ConstructYamlOmap, SafeConstructor.ConstructYamlPairs, SafeConstructor.ConstructYamlStr, SafeConstructor.ConstructYamlTimestamp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconstruct2ndStep(Node node, Object data) Fail with a reminder to provide the seconds step for a recursive structure
-
Constructor Details
-
AbstractConstruct
public AbstractConstruct()
-
-
Method Details
-
construct2ndStep
Fail with a reminder to provide the seconds step for a recursive structure- Specified by:
construct2ndStepin interfaceConstruct- Parameters:
node- composed Nodedata- the instance constructed earlier byconstruct(Node node)for the provided Node- See Also:
-