public class XmlMetaDataProvider extends MetaDataProviderKeyedByClassName
MetaDataProvider providing constraint related meta data based on
XML descriptors as defined by the Bean Validation API.constraintHelper| Constructor and Description |
|---|
XmlMetaDataProvider(ConstraintHelper constraintHelper,
javax.validation.ParameterNameProvider parameterNameProvider,
Set<InputStream> mappingStreams) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessingOptions |
getAnnotationProcessingOptions()
Returns the annotation processing options as configured by this provider.
|
addBeanConfiguration, createBeanConfiguration, getBeanConfiguration, getBeanConfigurationForHierarchypublic XmlMetaDataProvider(ConstraintHelper constraintHelper, javax.validation.ParameterNameProvider parameterNameProvider, Set<InputStream> mappingStreams)
constraintHelper - the constraint helpermappingStreams - the input stream for the xml configurationpublic AnnotationProcessingOptions getAnnotationProcessingOptions()
MetaDataProviderCopyright © 2009-2014 Oracle Corporation. All Rights Reserved.