org.hibernate.validator.internal.xml
Class XmlMappingParser

java.lang.Object
  extended by org.hibernate.validator.internal.xml.XmlMappingParser

public class XmlMappingParser
extends Object

Author:
Hardy Ferentschik

Nested Class Summary
 class XmlMappingParser.CloseIgnoringInputStream
           
 
Constructor Summary
XmlMappingParser(ConstraintHelper constraintHelper)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlMappingParser

public XmlMappingParser(ConstraintHelper constraintHelper)
Method Detail

parse

public final void parse(Set<InputStream> mappingStreams)

getXmlConfiguredClasses

public final Set<Class<?>> getXmlConfiguredClasses()

getAnnotationProcessingOptions

public final AnnotationProcessingOptions getAnnotationProcessingOptions()

getConstraintsForClass

public final <T> Set<MetaConstraint<?>> getConstraintsForClass(Class<T> beanClass)

getCascadedMembersForClass

public final List<Member> getCascadedMembersForClass(Class<?> beanClass)

getDefaultSequenceForClass

public final List<Class<?>> getDefaultSequenceForClass(Class<?> beanClass)


Copyright © 2012 Oracle Corporation. All Rights Reserved.