|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
abstract QName |
JAXBRIContext.getElementName(Class o)
Allows to retrieve the element name based on Class. |
abstract QName |
JAXBRIContext.getElementName(Object o)
If the given object is bound to an element in XML by JAXB, returns the element name. |
abstract Class<?> |
ClassResolver.resolveElementName(String nsUri,
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(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
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 new JAXBRIContext. |
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 new JAXBRIContext. |
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 new JAXBRIContext. |
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 new JAXBRIContext. |
static 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,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated. Compatibility with older versions. |
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(XMLStreamReader in,
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 | ||
|---|---|---|
|
AnnotationReader.getClassAnnotation(Class<A> annotation,
C clazz,
Locatable srcpos)
Reads an annotation on a class. |
|
|
AnnotationReader.getMethodParameterAnnotation(Class<A> annotation,
M method,
int paramIndex,
Locatable srcPos)
Reads an annotation on a parameter of the method. |
|
|
AnnotationReader.getPackageAnnotation(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 | |
|---|---|
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(String uri,
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 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 | |
|---|---|
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,
String mimeType)
Fills in the data object by a portion of the byte[]. |
void |
Base64Data.set(byte[] data,
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 | ||
|---|---|---|
|
BaseDistributedPropertySet.getSatellite(Class<T> satelliteClass)
|
|
|
DistributedPropertySet.getSatellite(Class<T> satelliteClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||