Uses of Interface
org.hibernate.validator.internal.properties.Property
-
Packages that use Property Package Description org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation.org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations.org.hibernate.validator.internal.properties org.hibernate.validator.internal.properties.javabean -
-
Uses of Property in org.hibernate.validator.internal.metadata.aggregated
Classes in org.hibernate.validator.internal.metadata.aggregated with type parameters of type Property Modifier and Type Class Description classAbstractPropertyCascadable<T extends Property>ACascadablebacked by a property of a Java bean.static classAbstractPropertyCascadable.AbstractBuilder<T extends Property>Methods in org.hibernate.validator.internal.metadata.aggregated with parameters of type Property Modifier and Type Method Description static 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 Property Modifier and Type Class Description classAbstractPropertyConstraintLocation<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 Modifier and Type Interface Description interfaceFieldinterfaceGetter -
Uses of Property in org.hibernate.validator.internal.properties.javabean
Classes in org.hibernate.validator.internal.properties.javabean that implement Property Modifier and Type Class Description classJavaBeanFieldclassJavaBeanGetter
-