Class ConstructScalar
java.lang.Object
org.snakeyaml.engine.v2.constructor.ConstructScalar
- All Implemented Interfaces:
ConstructNode
- Direct Known Subclasses:
ConstructOptionalClass, ConstructUuidClass, ConstructYamlBinary, ConstructYamlCoreBool, ConstructYamlCoreInt, ConstructYamlJsonBool, ConstructYamlJsonFloat, ConstructYamlJsonInt, ConstructYamlNull, StandardConstructor.ConstructEnv, StandardConstructor.ConstructYamlStr
Share common code for scalar constructs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconstructScalar(Node node) Create String from the provided scalar nodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConstructNode
construct, constructRecursive
-
Field Details
-
BOOL_VALUES
-
-
Constructor Details
-
ConstructScalar
public ConstructScalar()
-
-
Method Details
-
constructScalar
-