Class ReverseConversion

    • Constructor Detail

    • Method Detail

      • to

        public Assignment to​(ConversionContext conversionContext)
        Description copied from interface: ConversionProvider
        Creates the conversion from source to target of a property mapping.
        Specified by:
        to in interface ConversionProvider
        Parameters:
        conversionContext - ConversionContext providing optional information required for creating the conversion.
        Returns:
        A conversion from source to target.
      • from

        public Assignment from​(ConversionContext conversionContext)
        Description copied from interface: ConversionProvider
        Creates the conversion from target to source of a property mapping.
        Specified by:
        from in interface ConversionProvider
        Parameters:
        conversionContext - ConversionContext providing optional information required for creating the conversion.
        Returns:
        A conversion from target to source.
      • getRequiredHelperMethods

        public java.util.List<HelperMethod> getRequiredHelperMethods​(ConversionContext conversionContext)
        Specified by:
        getRequiredHelperMethods in interface ConversionProvider
        Parameters:
        conversionContext - ConversionContext providing optional information required for creating the conversion.
        Returns:
        any helper methods when required.