Class FieldConstraintLocation
- java.lang.Object
-
- org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation<Field>
-
- org.hibernate.validator.internal.metadata.location.FieldConstraintLocation
-
- All Implemented Interfaces:
ConstraintLocation
public class FieldConstraintLocation extends AbstractPropertyConstraintLocation<Field>
Field property constraint location.- Author:
- Marko Bekhta
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.validator.internal.metadata.location.ConstraintLocation
ConstraintLocation.ConstraintLocationKind
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintLocation.ConstraintLocationKindgetKind()Returns the nature of the constraint location.-
Methods inherited from class org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation
appendTo, equals, getConstrainable, getDeclaringClass, getPropertyName, getTypeForValidatorResolution, getValue, hashCode, toString
-
-
-
-
Method Detail
-
getKind
public ConstraintLocation.ConstraintLocationKind getKind()
Description copied from interface:ConstraintLocationReturns the nature of the constraint location.
-
-