Class StandardConstructor.ConstructYamlFloat
- java.lang.Object
-
- org.snakeyaml.engine.v2.constructor.StandardConstructor.ConstructYamlFloat
-
- All Implemented Interfaces:
ConstructNode
- Enclosing class:
- StandardConstructor
public class StandardConstructor.ConstructYamlFloat extends Object implements ConstructNode
-
-
Constructor Summary
Constructors Constructor Description ConstructYamlFloat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectconstruct(Node node)Construct a Java instance with all the properties injected when it is possible.-
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
-
-
-
-
Method Detail
-
construct
public Object construct(Node node)
Description copied from interface:ConstructNodeConstruct a Java instance with all the properties injected when it is possible.- Specified by:
constructin interfaceConstructNode- Parameters:
node- composed Node- Returns:
- a complete Java instance or empty collection instance if it is recursive
-
-