Uses of Class
com.sun.istack.NotNull
-
Packages that use NotNull Package Description com.sun.istack istack-commons runtime utilities.com.sun.istack.logging com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.addon.code_injector com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code.com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations.com.sun.tools.xjc.reader.xmlschema org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects. -
-
Uses of NotNull in com.sun.istack
Methods in 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 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 com.sun.istack.logging
Methods in 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 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. -
Uses of NotNull in com.sun.tools.xjc
Method parameters in com.sun.tools.xjc with annotations of type NotNull Modifier and Type Method Description static intDriver. run(String[] args, XJCListener listener)Performs schema compilation and prints the status/error into the specified PrintStream. -
Uses of NotNull in com.sun.tools.xjc.addon.code_injector
Method parameters in com.sun.tools.xjc.addon.code_injector with annotations of type NotNull Modifier and Type Method Description booleanPluginImpl. run(Outline model, Options opt, ErrorHandler errorHandler) -
Uses of NotNull in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with annotations of type NotNull Modifier and Type Method Description OptionsSchemaCompiler. getOptions()Deprecated.This method is not really "deprecated" (in the sense of being removed from future versions), but the JAXB team is not committed to evolveOptionsclass in the compatible fashion. -
Uses of NotNull in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j with annotations of type NotNull Modifier and Type Field Description protected DOMForestSchemaCompilerImpl. forestMethods in com.sun.tools.xjc.api.impl.s2j with annotations of type NotNull Modifier and Type Method Description OptionsSchemaCompilerImpl. getOptions() -
Uses of NotNull in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline with annotations of type NotNull Modifier and Type Field Description JDefinedClassClassOutline. implClassThe implementation aspect of a bean.JClassClassOutline. implRefThe implementation class that shall be used for reference.JDefinedClassClassOutline. refThe exposed aspect of the a bean.CClassInfoClassOutline. targetThisClassOutlineholds information about thisCClassInfo.Methods in com.sun.tools.xjc.outline with annotations of type NotNull Modifier and Type Method Description PackageOutlineClassOutline. _package()PackageOutlinethat contains this class.PackageOutlineEnumOutline. _package()PackageOutlinethat contains this class.JDefinedClassCustomizableOutline. getImplClass()Provides customization output.CCustomizableCustomizableOutline. getTarget()Provides bound information about customizable target.abstract OutlineClassOutline. parent()AOutlinethat encloses all the class outlines.abstract OutlineEnumOutline. parent()AOutlinethat encloses all the class outlines. -
Uses of NotNull in com.sun.tools.xjc.reader.internalizer
Methods in com.sun.tools.xjc.reader.internalizer with annotations of type NotNull Modifier and Type Method Description SAXSourceDOMForest. createSAXSource(String systemId) -
Uses of NotNull in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with annotations of type NotNull Modifier and Type Method Description BIGlobalBindingBGMBuilder. getGlobalBinding()Gets the global bindings.ParticleBinderBGMBuilder. getParticleBinder()Gets the particle binder for this binding. -
Uses of NotNull in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.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.abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, InputStream in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller context, Node n)TBridge. unmarshal(InputStream in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)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(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)Method parameters in org.glassfish.jaxb.runtime.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(jakarta.xml.bind.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.abstract voidBridge. marshal(jakarta.xml.bind.Marshaller m, T object, OutputStream output, NamespaceContext nsContext)abstract voidBridge. marshal(jakarta.xml.bind.Marshaller m, T object, XMLStreamWriter output)abstract voidBridge. marshal(jakarta.xml.bind.Marshaller m, T object, Result result)abstract voidBridge. marshal(jakarta.xml.bind.Marshaller m, T object, Node output)abstract voidBridge. marshal(jakarta.xml.bind.Marshaller m, T object, ContentHandler contentHandler)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)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.abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, InputStream in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, InputStream in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, XMLStreamReader in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller context, Node n)abstract TBridge. unmarshal(jakarta.xml.bind.Unmarshaller context, Node n)TBridge. unmarshal(InputStream in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, jakarta.xml.bind.attachment.AttachmentUnmarshaller au)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(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, jakarta.xml.bind.attachment.AttachmentUnmarshaller au) -
Uses of NotNull in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.output
Method parameters in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect
Method parameters in org.glassfish.jaxb.runtime.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.
-