Uses of Interface
org.hibernate.validator.internal.metadata.aggregated.ConstraintMetaData
-
Packages that use ConstraintMetaData Package Description org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. -
-
Uses of ConstraintMetaData in org.hibernate.validator.internal.metadata.aggregated
Classes in org.hibernate.validator.internal.metadata.aggregated that implement ConstraintMetaData Modifier and Type Class Description classAbstractConstraintMetaDataBase implementation forConstraintMetaDatawith attributes common to all type of meta data.classClassMetaDataRepresents the constraint related meta data for a type i.e.classExecutableMetaDataAn aggregated view of the constraint related meta data for a given method or constructors and in (case of methods) all the methods in the inheritance hierarchy which it overrides or implements.classParameterMetaDataAn aggregated view of the constraint related meta data for a single method parameter.classPropertyMetaDataRepresents the constraint related meta data for a JavaBeans property.classReturnValueMetaDataRepresents the constraint related meta data of the return value of a method or constructor.Methods in org.hibernate.validator.internal.metadata.aggregated that return ConstraintMetaData Modifier and Type Method Description abstract ConstraintMetaDataMetaDataBuilder. build()Creates a new, read-onlyConstraintMetaDataobject with all constraint information related to the method or property represented by this builder.Constructor parameters in org.hibernate.validator.internal.metadata.aggregated with type arguments of type ConstraintMetaData Constructor Description BeanMetaDataImpl(Class<T> beanClass, List<Class<?>> defaultGroupSequence, DefaultGroupSequenceProvider<? super T> defaultGroupSequenceProvider, Set<ConstraintMetaData> constraintMetaDataSet, ValidationOrderGenerator validationOrderGenerator)Creates a newBeanMetaDataImpl
-