Uses of Interface
com.sun.xml.bind.v2.model.annotation.RuntimeAnnotationReader
-
Packages that use RuntimeAnnotationReader Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2 The JAXB 2.0 runtimecom.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 Modifier and Type Method Description static 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 RuntimeAnnotationReader Modifier and Type Method Description 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)
Deprecated.usecreateContext(Class[] classes, Map<String,Object> properties)
method insteadstatic 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 RuntimeAnnotationReader Modifier and Type Class Description class
RuntimeInlineAnnotationReader
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 RuntimeAnnotationReader Constructor Description RuntimeModelBuilder(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 RuntimeAnnotationReader Modifier and Type Method Description JAXBContextImpl.JAXBContextBuilder
JAXBContextImpl.JAXBContextBuilder. setAnnotationReader(RuntimeAnnotationReader val)
-