Module org.yaml.snakeyaml
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
public static class SafeConstructor.ConstructYamlTimestamp extends AbstractConstruct
-
Constructor Summary
Constructors Constructor Description ConstructYamlTimestamp() -
Method Summary
Modifier and Type Method Description java.lang.Objectconstruct(Node node)Construct a Java instance with all the properties injected when it is possible.java.util.CalendargetCalendar()
-
Constructor Details
-
ConstructYamlTimestamp
public ConstructYamlTimestamp()
-
-
Method Details
-
getCalendar
public java.util.Calendar getCalendar() -
construct
Description copied from interface:ConstructConstruct a Java instance with all the properties injected when it is possible.- Parameters:
node- composed Node- Returns:
- a complete Java instance
-