Class ConstructYamlCoreFloat
java.lang.Object
org.snakeyaml.engine.v2.constructor.ConstructScalar
org.snakeyaml.engine.v2.constructor.json.ConstructYamlJsonFloat
org.snakeyaml.engine.v2.constructor.core.ConstructYamlCoreFloat
- All Implemented Interfaces:
ConstructNode
Create Double instances for float
-
Field Summary
Fields inherited from class ConstructScalar
BOOL_VALUES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringconstructScalar(Node node) Create String from the provided scalar nodeMethods inherited from class ConstructYamlJsonFloat
construct, constructFromStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConstructNode
constructRecursive
-
Constructor Details
-
ConstructYamlCoreFloat
public ConstructYamlCoreFloat()
-
-
Method Details
-
constructScalar
Description copied from class:ConstructScalarCreate String from the provided scalar node- Overrides:
constructScalarin classConstructScalar- Parameters:
node- - the source- Returns:
- value of the scalar node
-