Class CxFixedSegmentsProfileMapper<T>

    • Constructor Detail

      • CxFixedSegmentsProfileMapper

        public CxFixedSegmentsProfileMapper()
    • Method Detail

      • populate

        public void populate​(T source,
                             MappingData target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<T,​MappingData>
        Parameters:
        source - the source object
        target - the target to fill
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)