public class XmlMappingParser extends Object
Modifier and Type | Class and Description |
---|---|
class |
XmlMappingParser.CloseIgnoringInputStream |
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) |
public XmlMappingParser(ConstraintHelper constraintHelper)
public final void parse(Set<InputStream> mappingStreams)
public final AnnotationProcessingOptions getAnnotationProcessingOptions()
public final <T> Set<MetaConstraint<?>> getConstraintsForClass(Class<T> beanClass)
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved