public class XmlMappingParser extends Object
| Constructor and Description |
|---|
XmlMappingParser(ConstraintHelper constraintHelper) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationProcessingOptions |
getAnnotationProcessingOptions() |
List<Member> |
getCascadedMembersForClass(Class<?> beanClass) |
<T> Set<MetaConstraint<?>> |
getConstraintsForClass(Class<T> beanClass) |
List<Class<?>> |
getDefaultSequenceForClass(Class<?> beanClass) |
Set<Class<?>> |
getXmlConfiguredClasses() |
void |
parse(Set<InputStream> mappingStreams)
Parses the given set of input stream representing XML constraint
mappings.
|
public XmlMappingParser(ConstraintHelper constraintHelper)
public final void parse(Set<InputStream> mappingStreams)
mappingStreams - The streams to parse. Must support the mark/reset contract.public final AnnotationProcessingOptions getAnnotationProcessingOptions()
public final <T> Set<MetaConstraint<?>> getConstraintsForClass(Class<T> beanClass)
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved