public interface Cascadable
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
convertGroup(Class<?> originalGroup)
Converts the given validation group as per the group conversion
configuration for this element (as e.g.
|
ElementType |
getElementType() |
Set<javax.validation.metadata.GroupConversionDescriptor> |
getGroupConversionDescriptors()
Returns a set with
GroupConversionDescriptors representing the
group conversions of this cascadable. |
javax.validation.ElementKind |
getKind()
Returns the element kind of this cascadable.
|
String |
getName()
Returns the name of this cascadable element.
|
Class<?> convertGroup(Class<?> originalGroup)
@ConvertGroup.originalGroup - The group to convert.Set<javax.validation.metadata.GroupConversionDescriptor> getGroupConversionDescriptors()
GroupConversionDescriptors representing the
group conversions of this cascadable.null.ElementType getElementType()
String getName()
javax.validation.ElementKind getKind()
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.