Class AbstractPopulatingDynamicConverter<SOURCE,​TARGET>

    • Constructor Detail

      • AbstractPopulatingDynamicConverter

        public AbstractPopulatingDynamicConverter​(TypeResolver<SOURCE,​TARGET> typeResolver)
    • Method Detail

      • populate

        public void populate​(SOURCE source,
                             TARGET target)
        Populate the target instance from the source instance. Calls a list of injected populators to populate the instance.
        Parameters:
        source - the source item
        target - the target item to populate