Class SafeConstructor.ConstructYamlTimestamp

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Calendar calendar  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object construct​(Node node)
      Construct a Java instance with all the properties injected when it is possible.
      java.util.Calendar getCalendar()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • calendar

        private java.util.Calendar calendar
    • Constructor Detail

      • ConstructYamlTimestamp

        public ConstructYamlTimestamp()
    • Method Detail

      • getCalendar

        public java.util.Calendar getCalendar()
      • construct

        public java.lang.Object construct​(Node node)
        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