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,
Set<InputStream> mappingStreams) |
| Modifier and Type | Method and Description |
|---|---|
protected CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> |
byLocation() |
AnnotationProcessingOptions |
getAnnotationProcessingOptions()
Returns the annotation processing options as configured by this provider.
|
addBeanConfiguration, createBeanConfiguration, getBeanConfiguration, getBeanConfigurationForHierarchypublic XmlMetaDataProvider(ConstraintHelper constraintHelper, Set<InputStream> mappingStreams)
constraintHelper - the constraint helpermappingStreams - the input stream for the xml configurationpublic AnnotationProcessingOptions getAnnotationProcessingOptions()
MetaDataProviderprotected CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> byLocation()
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved