Uses of Interface
com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader
Packages that use RuntimeAnnotationReader
Package
Description
Runtime API for the JAX-WS RI
The JAXB 2.0 runtime
Abstraction around reading annotations, to support internal/external annotations.
Implementation of the com.sun.xml.bind.j2s.model package.
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 RuntimeAnnotationReaderModifier and TypeMethodDescriptionstatic JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext
.static JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext
. -
Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2
Methods in com.sun.xml.bind.v2 with parameters of type RuntimeAnnotationReaderModifier and TypeMethodDescriptionstatic JAXBRIContext
ContextFactory.createContext
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) Deprecated.static JAXBRIContext
ContextFactory.createContext
(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) Deprecated.usecreateContext( Class[] classes, Map<String,Object> properties)
method instead -
Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.model.annotation
Classes in com.sun.xml.bind.v2.model.annotation that implement RuntimeAnnotationReaderModifier and TypeClassDescriptionfinal class
AnnotationReader
that usesjava.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 RuntimeAnnotationReaderModifierConstructorDescriptionRuntimeModelBuilder
(JAXBContextImpl context, RuntimeAnnotationReader annotationReader, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap) -
Uses of RuntimeAnnotationReader in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type RuntimeAnnotationReaderModifier and TypeMethodDescriptionJAXBContextImpl.JAXBContextBuilder.setAnnotationReader
(RuntimeAnnotationReader val)
createContext(Class[] classes, Map<String,Object> properties)
method instead