JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
javax.validation.metadata
Interface GroupConversionDescriptor
-
public interface GroupConversionDescriptor
A group conversion rule to be applied during cascaded validation. Two group
conversion descriptors are considered equal if they have the same
from
and to
group respectively.
- Since:
- 1.1
- Author:
- Gunnar Morling
- See Also:
ConvertGroup
-
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
Class<?> |
getFrom ()
Returns the source group of this conversion rule.
|
Class<?> |
getTo ()
Returns the target group of this conversion rule.
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.