Package org.yaml.snakeyaml.constructor
Class SafeConstructor.ConstructYamlInt
java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlInt
- All Implemented Interfaces:
Construct
- Enclosing class:
- SafeConstructor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct
construct2ndStep
-
Constructor Details
-
ConstructYamlInt
public ConstructYamlInt()
-
-
Method Details
-
construct
Description copied from interface:Construct
Construct a Java instance with all the properties injected when it is possible.- Parameters:
node
- composed Node- Returns:
- a complete Java instance
-