Uses of Class
internal.com.sun.istack.NotNull
-
Packages that use NotNull Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects.internal.com.sun.istack istack-commons runtime utilities.internal.com.sun.istack.logging -
-
Uses of NotNull in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with annotations of type NotNull Modifier and Type Method Description abstract BridgeContextJAXBRIContext. createBridgeContext()Creates a newBridgeContextinstance.abstract StringJAXBRIContext. getBuildId()Gets the build information of the JAXB runtime.JAXBRIContextBridge. getContext()Gets theJAXBRIContextto which this object belongs.abstract List<String>JAXBRIContext. getKnownNamespaceURIs()Gets the namespace URIs statically known to thisJAXBContext.static StringJAXBRIContext. mangleNameToClassName(String localName)Computes a Java class name from a local name.static StringJAXBRIContext. mangleNameToPropertyName(String localName)Computes a Java class name from a local name.static StringJAXBRIContext. mangleNameToVariableName(String localName)Computes a Java identifier from a local name.TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Node n)TBridge. unmarshal(InputStream in)Unmarshals the specified type object.abstract TBridge. unmarshal(Unmarshaller u, InputStream in)abstract TBridge. unmarshal(Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(Unmarshaller u, Source in)abstract TBridge. unmarshal(Unmarshaller context, Node n)TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, AttachmentUnmarshaller au)TBridge. unmarshal(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, AttachmentUnmarshaller au)Method parameters in com.sun.xml.bind.api with annotations of type NotNull Modifier and Type Method Description abstract BridgeJAXBRIContext. createBridge(TypeReference ref)Creates a mini-marshaller/unmarshaller that can process aTypeReference.abstract voidJAXBRIContext. generateSchema(SchemaOutputResolver outputResolver)Generates the schema documents from the model.static TypeJAXBRIContext. getBaseType(Type type, Class baseType)Gets the parameterization of the given base type.static TypeJAXBRIContext. getBaseType(Type type, Class baseType)Gets the parameterization of the given base type.abstract QNameJAXBRIContext. getElementName(Class o)Allows to retrieve the element name based on Class.abstract QNameJAXBRIContext. getElementName(Object o)If the given object is bound to an element in XML by JAXB, returns the element name.abstract QNameJAXBRIContext. getTypeName(TypeReference tr)Returns the name of the XML Type bound to the specified Java type.static StringJAXBRIContext. mangleNameToClassName(String localName)Computes a Java class name from a local name.static StringJAXBRIContext. mangleNameToPropertyName(String localName)Computes a Java class name from a local name.static StringJAXBRIContext. mangleNameToVariableName(String localName)Computes a Java identifier from a local name.voidBridge. marshal(BridgeContext context, T object, OutputStream output, NamespaceContext nsContext)voidBridge. marshal(BridgeContext context, T object, XMLStreamWriter output)voidBridge. marshal(BridgeContext context, T object, Result result)voidBridge. marshal(BridgeContext context, T object, Node output)voidBridge. marshal(BridgeContext context, T object, ContentHandler contentHandler)abstract voidBridge. marshal(Marshaller m, T object, OutputStream output, NamespaceContext nsContext)abstract voidBridge. marshal(Marshaller m, T object, XMLStreamWriter output)abstract voidBridge. marshal(Marshaller m, T object, Result result)abstract voidBridge. marshal(Marshaller m, T object, Node output)abstract voidBridge. marshal(Marshaller m, T object, ContentHandler contentHandler)static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)Creates a newJAXBRIContext.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 newJAXBRIContext.abstract Class<?>ClassResolver. resolveElementName(String nsUri, String localName)JAXB calls this method when it sees an unknown element.abstract Class<?>ClassResolver. resolveElementName(String nsUri, String localName)JAXB calls this method when it sees an unknown element.TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Node n)TBridge. unmarshal(BridgeContext context, Node n)TBridge. unmarshal(InputStream in)Unmarshals the specified type object.abstract TBridge. unmarshal(Unmarshaller u, InputStream in)abstract TBridge. unmarshal(Unmarshaller u, InputStream in)abstract TBridge. unmarshal(Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(Unmarshaller u, Source in)abstract TBridge. unmarshal(Unmarshaller u, Source in)abstract TBridge. unmarshal(Unmarshaller context, Node n)abstract TBridge. unmarshal(Unmarshaller context, Node n)TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, AttachmentUnmarshaller au)TBridge. unmarshal(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, AttachmentUnmarshaller au) -
Uses of NotNull in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with annotations of type NotNull Modifier and Type Method Description BridgeContextJAXBContextImpl. createBridgeContext()CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceTransducer. print(ValueT o)Converts the given value to its lexical representation.Method parameters in com.sun.xml.bind.v2.runtime with annotations of type NotNull Modifier and Type Method Description intNamespaceContext2. force(String uri, String prefix)Forcibly make a namespace declaration in effect.intNamespaceContext2. force(String uri, String prefix)Forcibly make a namespace declaration in effect.QNameJaxBeanInfo. getTypeName(BeanT instance)Returns the XML type name to be used to marshal the specified instance.QNameTransducer. getTypeName(ValueT instance)Transducers implicitly work against a single XML type, but sometimes (most notablyXMLGregorianCalendar, an instance may choose different XML types.CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceTransducer. print(ValueT o)Converts the given value to its lexical representation.voidTransducer. writeLeafElement(XMLSerializer w, Name tagName, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of theXMLSerializer.leafElement(Name, String, String)method. -
Uses of NotNull in com.sun.xml.bind.v2.runtime.output
Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type NotNull Modifier and Type Method Description intNamespaceContextImpl. force(String uri, String prefix)intNamespaceContextImpl. force(String uri, String prefix)intNamespaceContextImpl. put(String uri, String prefix)Puts this new binding into the declared prefixes list without doing any duplicate check. -
Uses of NotNull in com.sun.xml.bind.v2.runtime.reflect
Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type NotNull Modifier and Type Method Description abstract CharSequenceTransducedAccessor. print(BeanT o)Prints the responsible field of the given bean to the writer. -
Uses of NotNull in internal.com.sun.istack
Methods in internal.com.sun.istack with annotations of type NotNull Modifier and Type Method Description protected abstract TPool.Impl. create()Creates a new instance of object.TPool.Impl. take()Gets a new object from the pool.TPool. take()Gets a new object from the pool.Method parameters in internal.com.sun.istack with annotations of type NotNull Modifier and Type Method Description voidPool. recycle(T t)Returns an object back to the pool. -
Uses of NotNull in internal.com.sun.istack.logging
Methods in internal.com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.Method parameters in internal.com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.
-