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 TypeClassDescriptionclass
AbstractPropertyCascadable<T extends Property>
ACascadable
backed by a property of a Java bean.static class
Methods in org.hibernate.validator.internal.metadata.aggregated with parameters of type PropertyModifier and TypeMethodDescriptionstatic Cascadable.Builder
AbstractPropertyCascadable.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 TypeClassDescriptionclass
AbstractPropertyConstraintLocation<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