Package org.hibernate.validator.internal.metadata.provider
package org.hibernate.validator.internal.metadata.provider
Abstraction of the meta data sources - annotation, xml, programmatic.
-
ClassDescription
MetaDataProviderwhich reads the metadata from annotations which is the default configuration source.A provider for constraint related meta data such as constraints, default group sequences etc.AMetaDataProviderbased on the programmatic constraint API.AMetaDataProviderproviding constraint related meta data based on XML descriptors as defined by the Bean Validation API.