Class DateTimeMapper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  DateTimeMapper.DateTime
      to be put on any of the supported Temporal types to define the format of the string to be parsed.
    • Constructor Summary

      Constructors 
      Constructor Description
      DateTimeMapper()  
    • Constructor Detail

      • DateTimeMapper

        public DateTimeMapper()
    • Method Detail

      • dateHack00

        protected static java.lang.String dateHack00​(java.lang.String str)
      • newDateTimeFormatter

        protected java.time.format.DateTimeFormatter newDateTimeFormatter​(BindingType bindingType,
                                                                          java.time.format.DateTimeFormatter defaultFormatter)