public class XmlMetaDataProvider extends MetaDataProviderKeyedByClassName
MetaDataProvider
providing constraint related meta data based on
XML descriptors as defined by the Bean Validation API.constraintHelper
DEFAULT_PARAMETER_NAME_PREFIX
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, getBeanConfigurationForHierarchy
public XmlMetaDataProvider(ConstraintHelper constraintHelper, Set<InputStream> mappingStreams)
constraintHelper
- the constraint helpermappingStreams
- the input stream for the xml configurationpublic AnnotationProcessingOptions getAnnotationProcessingOptions()
MetaDataProvider
protected CollectionHelper.Partitioner<ConstraintLocation,MetaConstraint<?>> byLocation()
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved