Class LocalDateTimeConverter

    • Constructor Detail

      • LocalDateTimeConverter

        public LocalDateTimeConverter()
    • Method Detail

      • getTargetType

        protected java.lang.Class<java.time.LocalDateTime> getTargetType()
        Specified by:
        getTargetType in class AbstractConverter<java.time.LocalDateTime>
        Returns:
        The target type of this type converter
      • createTemporal

        protected java.time.LocalDateTime createTemporal​(java.time.temporal.TemporalAccessor temporalAccessor)
        Description copied from class: AbstractJavaTimeConverter
        Creates a new instance of D out of the passed date(time) as long
        Specified by:
        createTemporal in class AbstractJavaTimeConverter<java.time.LocalDateTime>
        Parameters:
        temporalAccessor - the date(time) in millis since Epoch
        Returns:
        a new instance of the specific type D