Uses of Interface
org.hibernate.validator.internal.properties.Property
Packages that use Property
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
Contains types for the representation of constraint locations.
-
Uses of Property in org.hibernate.validator.internal.metadata.aggregated
Classes in org.hibernate.validator.internal.metadata.aggregated with type parameters of type PropertyModifier and TypeClassDescriptionclassAbstractPropertyCascadable<T extends Property>ACascadablebacked by a property of a Java bean.static classMethods in org.hibernate.validator.internal.metadata.aggregated with parameters of type PropertyModifier and TypeMethodDescriptionstatic Cascadable.BuilderAbstractPropertyCascadable.AbstractBuilder.builder(ValueExtractorManager valueExtractorManager, Property property, CascadingMetaDataBuilder cascadingMetaDataBuilder) -
Uses of Property in org.hibernate.validator.internal.metadata.location
Classes in org.hibernate.validator.internal.metadata.location with type parameters of type PropertyModifier and TypeClassDescriptionclassAbstractPropertyConstraintLocation<T extends Property>An abstract property constraint location. -
Uses of Property in org.hibernate.validator.internal.properties
Subinterfaces of Property in org.hibernate.validator.internal.properties -
Uses of Property in org.hibernate.validator.internal.properties.javabean
Classes in org.hibernate.validator.internal.properties.javabean that implement Property