public class StandardConstructor.ConstructYamlInt extends Object implements ConstructNode
| Constructor and Description |
|---|
ConstructYamlInt() |
| Modifier and Type | Method and Description |
|---|---|
Object |
construct(org.snakeyaml.engine.v2.nodes.Node node)
Construct a Java instance with all the properties injected when it is possible.
|
protected Number |
createIntNumber(String number)
Create number trying fist Integer, then Long, then BigInteger
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconstructRecursivepublic Object construct(org.snakeyaml.engine.v2.nodes.Node node)
ConstructNodeconstruct in interface ConstructNodenode - composed NodeCopyright © 2018–2022. All rights reserved.