Class ZonedDateTimeConverter

    • Constructor Detail

      • ZonedDateTimeConverter

        public ZonedDateTimeConverter()
    • Method Detail

      • getTargetType

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

        protected java.time.ZonedDateTime 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.ZonedDateTime>
        Parameters:
        temporalAccessor - the date(time) in millis since Epoch
        Returns:
        a new instance of the specific type D