public interface Cascadable<C extends Cascadable<C>>
Modifier and Type | Method and Description |
---|---|
GroupConversionTargetContext<C> |
convertGroup(Class<?> from)
Adds a group conversion for this cascadable element.
|
C |
valid()
Marks the current element (property, parameter etc.) as cascadable.
|
C valid()
GroupConversionTargetContext<C> convertGroup(Class<?> from)
from
- the source group of the conversion to be configuredCopyright © 2017 JBoss by Red Hat. All rights reserved.