Class DateConverter

    • Constructor Detail

      • DateConverter

        public DateConverter()
    • Method Detail

      • createDateLike

        protected java.util.Date createDateLike​(long date)
        Description copied from class: AbstractDateConverter
        Creates a new instance of D out of the passed date(time) as long
        Specified by:
        createDateLike in class AbstractDateConverter<java.util.Date>
        Parameters:
        date - the date(time) in millis since Epoch
        Returns:
        a new instance of the specific type D
      • getTargetType

        protected java.lang.Class<java.util.Date> getTargetType()
        Specified by:
        getTargetType in class AbstractConverter<java.util.Date>
        Returns:
        The target type of this type converter