Class AbstractPropertyConstraintLocation<T extends Property>

java.lang.Object
org.hibernate.validator.internal.metadata.location.AbstractPropertyConstraintLocation<T>
All Implemented Interfaces:
ConstraintLocation
Direct Known Subclasses:
FieldConstraintLocation, GetterConstraintLocation

public abstract class AbstractPropertyConstraintLocation<T extends Property> extends Object implements ConstraintLocation
An abstract property constraint location.
Author:
Marko Bekhta, Guillaume Smet