Uses of Class
com.sun.xml.bind.api.TypeReference
Packages that use TypeReference
Package
Description
Runtime API for the JAX-WS RI
The JAXB 2.0 runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of TypeReference in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return TypeReferenceModifier and TypeMethodDescriptionabstract TypeReference
Bridge.getTypeReference()
Gets theTypeReference
from which this bridge was created.TypeReference.toItemType()
Creates aTypeReference
for the item type, if thisTypeReference
represents a collection type.Methods in com.sun.xml.bind.api with parameters of type TypeReferenceModifier and TypeMethodDescriptionabstract Bridge
JAXBRIContext.createBridge
(TypeReference ref) Creates a mini-marshaller/unmarshaller that can process aTypeReference
.abstract QName
JAXBRIContext.getTypeName
(TypeReference tr) Returns the name of the XML Type bound to the specified Java type.Method parameters in com.sun.xml.bind.api with type arguments of type TypeReferenceModifier and TypeMethodDescriptionstatic JAXBRIContext
JAXBRIContext.newInstance
(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport) Deprecated.Compatibility with older versions.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 TypeReference in com.sun.xml.bind.v2
Method parameters in com.sun.xml.bind.v2 with type arguments of type TypeReferenceModifier 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.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 TypeReference in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type TypeReferenceModifier and TypeMethodDescriptionJAXBContextImpl.createBridge
(TypeReference ref) JAXBContextImpl.getTypeName
(TypeReference tr) Method parameters in com.sun.xml.bind.v2.runtime with type arguments of type TypeReferenceModifier and TypeMethodDescriptionJAXBContextImpl.JAXBContextBuilder.setTypeRefs
(Collection<TypeReference> val)