Class StandardConstructor.ConstructYamlStr
java.lang.Object
org.snakeyaml.engine.v2.constructor.ConstructScalar
org.snakeyaml.engine.v2.constructor.StandardConstructor.ConstructYamlStr
- All Implemented Interfaces:
ConstructNode
- Enclosing class:
StandardConstructor
Create String instances
-
Field Summary
Fields inherited from class org.snakeyaml.engine.v2.constructor.ConstructScalar
BOOL_VALUES
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snakeyaml.engine.v2.constructor.ConstructScalar
constructScalar
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.snakeyaml.engine.v2.api.ConstructNode
constructRecursive
-
Constructor Details
-
ConstructYamlStr
public ConstructYamlStr()
-
-
Method Details
-
construct
Description copied from interface:ConstructNode
Construct a Java instance with all the properties injected when it is possible.- Parameters:
node
- composed Node- Returns:
- a complete Java instance or empty collection instance if it is recursive
-