Class FieldCascadable
- java.lang.Object
-
- org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable<Field>
-
- org.hibernate.validator.internal.metadata.aggregated.FieldCascadable
-
- All Implemented Interfaces:
Cascadable
public class FieldCascadable extends AbstractPropertyCascadable<Field>
ACascadablebacked by a field of a Java bean.- Author:
- Gunnar Morling, Marko Bekhta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldCascadable.Builder-
Nested classes/interfaces inherited from class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
AbstractPropertyCascadable.AbstractBuilder<T extends Property>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindgetConstraintLocationKind()Returns the constraint location kind of the cascadable.-
Methods inherited from class org.hibernate.validator.internal.metadata.aggregated.AbstractPropertyCascadable
appendTo, getCascadableType, getCascadingMetaData, getValue
-
-
-
-
Method Detail
-
getConstraintLocationKind
public ConstraintLocation.ConstraintLocationKind getConstraintLocationKind()
Description copied from interface:CascadableReturns the constraint location kind of the cascadable.- Returns:
- Returns the constraint location kind of the cascadable.
-
-