Uses of Class
com.sun.istack.Nullable

Packages that use Nullable
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2.model.annotation Abstraction around reading annotations, to support internal/external annotations. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutput and its implementations}. 
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.unmarshaller   
org.jvnet.ws.message   
 

Uses of Nullable in com.sun.xml.bind.api
 

Methods in com.sun.xml.bind.api with annotations of type Nullable
static java.lang.reflect.Type JAXBRIContext.getBaseType(java.lang.reflect.Type type, java.lang.Class baseType)
          Gets the parameterization of the given base type.
abstract  javax.xml.namespace.QName JAXBRIContext.getElementName(java.lang.Class o)
          Allows to retrieve the element name based on Class.
abstract  javax.xml.namespace.QName JAXBRIContext.getElementName(java.lang.Object o)
          If the given object is bound to an element in XML by JAXB, returns the element name.
abstract  java.lang.Class<?> ClassResolver.resolveElementName(java.lang.String nsUri, java.lang.String localName)
          JAXB calls this method when it sees an unknown element.
 

Method parameters in com.sun.xml.bind.api with annotations of type Nullable
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements, java.lang.String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.
static JAXBRIContext JAXBRIContext.newInstance(java.lang.Class[] classes, java.util.Collection<TypeReference> typeRefs, java.lang.String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.
 T Bridge.unmarshal(org.w3c.dom.Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au)
           
 T Bridge.unmarshal(javax.xml.transform.Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)
           
 T Bridge.unmarshal(javax.xml.stream.XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)
           
 

Uses of Nullable in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation with annotations of type Nullable
<A extends java.lang.annotation.Annotation>
A
AnnotationReader.getClassAnnotation(java.lang.Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on a class.
<A extends java.lang.annotation.Annotation>
A
AnnotationReader.getMethodParameterAnnotation(java.lang.Class<A> annotation, M method, int paramIndex, Locatable srcPos)
          Reads an annotation on a parameter of the method.
<A extends java.lang.annotation.Annotation>
A
AnnotationReader.getPackageAnnotation(java.lang.Class<A> annotation, C clazz, Locatable srcpos)
          Reads an annotation on the package that the given class belongs to.
 

Uses of Nullable in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core with annotations of type Nullable
 javax.xml.namespace.QName PropertyInfo.getSchemaType()
          The effective value of XmlSchemaType annotation, if any.
 

Uses of Nullable in com.sun.xml.bind.v2.model.impl
 

Fields in com.sun.xml.bind.v2.model.impl with annotations of type Nullable
 JAXBContextImpl RuntimeModelBuilder.context
          The JAXBContextImpl for which the model is built.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.output
 

Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type Nullable
 int NamespaceContextImpl.put(java.lang.String uri, java.lang.String prefix)
          Puts this new binding into the declared prefixes list without doing any duplicate check.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.reflect
 

Methods in com.sun.xml.bind.v2.runtime.reflect with annotations of type Nullable
abstract  java.lang.CharSequence TransducedAccessor.print(BeanT o)
          Prints the responsible field of the given bean to the writer.
 

Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type Nullable
 Accessor<BeanT,ValueT> Accessor.optimize(JAXBContextImpl context)
          Returns the optimized version of the same accessor.
 

Uses of Nullable in com.sun.xml.bind.v2.runtime.unmarshaller
 

Fields in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type Nullable
 java.lang.ClassLoader UnmarshallingContext.classLoader
          User-supplied ClassLoader for converting name to Class.
 ClassResolver UnmarshallingContext.classResolver
          Used to discover additional classes when we hit unknown elements/types.
 

Method parameters in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type Nullable
 void Base64Data.set(byte[] data, int len, java.lang.String mimeType)
          Fills in the data object by a portion of the byte[].
 void Base64Data.set(byte[] data, java.lang.String mimeType)
          Fills in the data object by the byte[] of the exact length.
 

Uses of Nullable in org.jvnet.ws.message
 

Methods in org.jvnet.ws.message with annotations of type Nullable
<T extends PropertySet>
T
DistributedPropertySet.getSatellite(java.lang.Class<T> satelliteClass)
           
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.