Package org.yaml.snakeyaml.constructor
Class Constructor.ConstructScalar
java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.Constructor.ConstructScalar
- All Implemented Interfaces:
Construct
- Enclosing class:
- Constructor
Construct scalar instance when the runtime class is known. Recursive
structures are not supported.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a Java instance with all the properties injected when it is possible.private Object
constructStandardJavaInstance
(Class type, ScalarNode node) Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct
construct2ndStep
-
Constructor Details
-
ConstructScalar
protected ConstructScalar()
-
-
Method Details
-
construct
Description copied from interface:Construct
Construct a Java instance with all the properties injected when it is possible.- Parameters:
nnode
- composed Node- Returns:
- a complete Java instance
-
constructStandardJavaInstance
-