Package org.yaml.snakeyaml.constructor
Class SafeConstructor.ConstructYamlTimestamp
java.lang.Object
org.yaml.snakeyaml.constructor.AbstractConstruct
org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlTimestamp
- All Implemented Interfaces:
Construct
- Enclosing class:
- SafeConstructor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstruct a Java instance with all the properties injected when it is possible.Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct
construct2ndStep
-
Field Details
-
calendar
-
-
Constructor Details
-
ConstructYamlTimestamp
public ConstructYamlTimestamp()
-
-
Method Details
-
getCalendar
-
construct
Description copied from interface:Construct
Construct a Java instance with all the properties injected when it is possible.- Parameters:
node
- composed Node- Returns:
- a complete Java instance
-