Interface GroupConversionTargetContext<C>
-
public interface GroupConversionTargetContext<C>Creational context which allows to set the target group of a group conversion configured viaCascadable.convertGroup(Class).- Author:
- Gunnar Morling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cto(Class<?> to)Sets the target group of the conversion to be configured.
-