Interface GroupConversionTargetContext<C>


  • public interface GroupConversionTargetContext<C>
    Creational context which allows to set the target group of a group conversion configured via Cascadable.convertGroup(Class).
    Author:
    Gunnar Morling
    • Method Detail

      • to

        C to​(Class<?> to)
        Sets the target group of the conversion to be configured.
        Parameters:
        to - the target group of the conversion
        Returns:
        The current creational context following the method chaining pattern.