Uses of Class
org.glassfish.jaxb.runtime.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.ws.db.glassfish
Methods in com.sun.xml.ws.db.glassfish that return TypeReference -
Uses of TypeReference in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return TypeReferenceMethods in com.sun.xml.ws.model with parameters of type TypeReferenceModifier and TypeMethodDescriptionJavaMethodImpl.getCheckedException(TypeReference detailType) Deprecated. -
Uses of TypeReference in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that return TypeReferenceModifier and TypeMethodDescriptionabstract TypeReferenceBridge.getTypeReference()Gets theTypeReferencefrom which this bridge was created.TypeReference.toItemType()Creates a for the item type, if this represents a collection type.Methods in org.glassfish.jaxb.runtime.api with parameters of type TypeReferenceModifier and TypeMethodDescriptionabstract BridgeJAXBRIContext.createBridge(TypeReference ref) Creates a mini-marshaller/unmarshaller that can process aTypeReference.abstract QNameJAXBRIContext.getTypeName(TypeReference tr) Returns the name of the XML Type bound to the specified Java type.Method parameters in org.glassfish.jaxb.runtime.api with type arguments of type TypeReferenceModifier and TypeMethodDescriptionstatic JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a new .static JAXBRIContextJAXBRIContext.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 new . -
Uses of TypeReference in org.glassfish.jaxb.runtime.v2
Method parameters in org.glassfish.jaxb.runtime.v2 with type arguments of type TypeReferenceModifier and TypeMethodDescriptionstatic JAXBRIContextContextFactory.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 JAXBRIContextContextFactory.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 org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type TypeReferenceModifier and TypeMethodDescriptionJAXBContextImpl.createBridge(TypeReference ref) JAXBContextImpl.getTypeName(TypeReference tr) Method parameters in org.glassfish.jaxb.runtime.v2.runtime with type arguments of type TypeReferenceModifier and TypeMethodDescriptionJAXBContextImpl.JAXBContextBuilder.setTypeRefs(Collection<TypeReference> val)