|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Abstraction around reading annotations, to support internal/external annotations. |
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. |
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(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
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(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable)
|
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,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap)
|
Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.runtime |
---|
Constructors in com.sun.xml.bind.v2.runtime with parameters of type RuntimeAnnotationReader | |
---|---|
JAXBContextImpl(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |