Class BundleOrderPopulator<S extends OrderModel,​T extends OrderData>

  • All Implemented Interfaces:
    Populator<S,​T>

    @Deprecated(since="1905",
                forRemoval=true)
    public class BundleOrderPopulator<S extends OrderModel,​T extends OrderData>
    extends AbstractBundleOrderPopulator<S,​T>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1905: The comparator compares only deprecated fields, so it is deprecated, too.
    Bundling specific converter implementation for OrderModel as source and OrderData as target type.
    • Constructor Detail

      • BundleOrderPopulator

        public BundleOrderPopulator()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • populate

        public void populate​(S source,
                             T target)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Parameters:
        source - the source object
        target - the target to fill