Class GetterConstraintLocation
- java.lang.Object
-
- org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation<Getter>
-
- org.hibernate.validator.internal.metadata.location.GetterConstraintLocation
-
- All Implemented Interfaces:
ConstraintLocation
public class GetterConstraintLocation extends AbstractPropertyConstraintLocation<Getter>
Getter 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.
-
-