Package org.yaml.snakeyaml.constructor
Class SafeConstructor.ConstructYamlBinary
java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlBinary
- All Implemented Interfaces:
Construct
- Enclosing class:
SafeConstructor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct
construct2ndStep
-
Constructor Details
-
ConstructYamlBinary
public ConstructYamlBinary()
-
-
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
-