Uses of Interface
com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader

Packages that use RuntimeAnnotationReader
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2 The JAXB 2.0 runtime 
com.sun.xml.bind.v2.model.annotation   
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
org.jvnet.jaxb.reflection   
 

Uses of RuntimeAnnotationReader in com.sun.xml.bind.api
 

Methods in com.sun.xml.bind.api with parameters of type RuntimeAnnotationReader
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
 

Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2
 

Methods in com.sun.xml.bind.v2 with parameters of type RuntimeAnnotationReader
static JAXBRIContext ContextFactory.createContext(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo)
           
 

Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.model.annotation
 

Classes in com.sun.xml.bind.v2.model.annotation that implement RuntimeAnnotationReader
 class RuntimeInlineAnnotationReader
          AnnotationReader that uses java.lang.reflect to read annotations from class files.
 

Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.model.impl
 

Constructors in com.sun.xml.bind.v2.model.impl with parameters of type RuntimeAnnotationReader
RuntimeModelBuilder(JAXBContextImpl context, RuntimeAnnotationReader annotationReader, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap)
           
 

Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime with parameters of type RuntimeAnnotationReader
 JAXBContextImpl.JAXBContextBuilder JAXBContextImpl.JAXBContextBuilder.setAnnotationReader(RuntimeAnnotationReader val)
           
 

Uses of RuntimeAnnotationReader in org.jvnet.jaxb.reflection
 

Methods in org.jvnet.jaxb.reflection with parameters of type RuntimeAnnotationReader
static RuntimeTypeInfoSet JAXBModelFactory.create(RuntimeAnnotationReader reader, ErrorHandler errorHandler, java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.