Class TimeValueToZonedDateTime


  • public class TimeValueToZonedDateTime
    extends Conversion<TimeValue,​java.time.ZonedDateTime>
    A default Integrity conversion.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • TimeValueToZonedDateTime

        public TimeValueToZonedDateTime()
    • Method Detail

      • convert

        public java.time.ZonedDateTime convert​(TimeValue aSource,
                                               java.lang.Class<? extends java.time.ZonedDateTime> aTargetType,
                                               ConversionContext aConversionContext)
                                        throws ConversionFailedException
        Description copied from class: Conversion
        Performs the conversion.
        Specified by:
        convert in class Conversion<TimeValue,​java.time.ZonedDateTime>
        Parameters:
        aSource - the source object to convert
        aTargetType - TODO
        aConversionContext - controls some conversion parameters and rules; may be null if the default ConversionContext values shall be used
        Returns:
        the converted object
        Throws:
        ConversionFailedException - in case of conversion errors