Uses of Annotation Interface
com.sun.istack.NotNull
Packages that use NotNull
Package
Description
istack-commons runtime utilities.
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
implementation of the XJC API for schema to java.
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.
internalization of external binding files and <jaxb:bindings> customizations.
Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput and its implementations}.Abstraction around accessing data of actual objects.
-
Uses of NotNull in com.sun.istack
Methods in com.sun.istack with annotations of type NotNullModifier and TypeMethodDescriptionprotected abstract TPool.Impl.create()Creates a new instance of object.final TPool.Impl.take()Gets a new object from the pool.Pool.take()Gets a new object from the pool.Method parameters in com.sun.istack with annotations of type NotNull -
Uses of NotNull in com.sun.istack.logging
Methods in com.sun.istack.logging with annotations of type NotNullModifier and TypeMethodDescriptionstatic LoggerThe factory method returns preconfigured Logger wrapper for the class.static LoggerThe factory method returns preconfigured Logger wrapper for the class.Method parameters in com.sun.istack.logging with annotations of type NotNull -
Uses of NotNull in com.sun.tools.xjc
Method parameters in com.sun.tools.xjc with annotations of type NotNullModifier and TypeMethodDescriptionstatic 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 NotNullModifier and TypeMethodDescriptionbooleanPluginImpl.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 -
Uses of NotNull in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j with annotations of type NotNullMethods in com.sun.tools.xjc.api.impl.s2j with annotations of type NotNull -
Uses of NotNull in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline with annotations of type NotNullModifier and TypeFieldDescriptionfinal JDefinedClassClassOutline.implClassThe implementation aspect of a bean.final JClassClassOutline.implRefThe implementation class that shall be used for reference.final JDefinedClassClassOutline.refThe exposed aspect of the a bean.final CClassInfoClassOutline.targetThisClassOutlineholds information about thisCClassInfo.Methods in com.sun.tools.xjc.outline with annotations of type NotNullModifier and TypeMethodDescriptionClassOutline._package()PackageOutlinethat contains this class.EnumOutline._package()PackageOutlinethat contains this class.CustomizableOutline.getImplClass()Provides customization output.CustomizableOutline.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 NotNullModifier and TypeMethodDescriptionDOMForest.createSAXSource(String systemId) Creates aSAXSourcethat, when parsed, reads from this (instead of parsing the original source identified by the system ID.) -
Uses of NotNull in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with annotations of type NotNullModifier and TypeMethodDescriptionBGMBuilder.getGlobalBinding()Gets the global bindings.BGMBuilder.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 NotNullModifier and TypeMethodDescriptionabstract StringJAXBRIContext.getBuildId()Gets the build information of the JAXB runtime.Bridge.getContext()Gets theJAXBRIContextto which this object belongs.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(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) final TBridge.unmarshal(InputStream in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Source in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Node n, AttachmentUnmarshaller au) Method parameters in org.glassfish.jaxb.runtime.api with annotations of type NotNullModifier and TypeMethodDescriptionabstract 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.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, 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 .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(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) final TBridge.unmarshal(InputStream in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Source in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Node n, AttachmentUnmarshaller au) -
Uses of NotNull in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with annotations of type NotNullModifier and TypeMethodDescriptionConverts the given value to its lexical representation.Method parameters in org.glassfish.jaxb.runtime.v2.runtime with annotations of type NotNullModifier and TypeMethodDescriptionintForcibly make a namespace declaration in effect.intForcibly make a namespace declaration in effect.JaxBeanInfo.getTypeName(BeanT instance) Returns the XML type name to be used to marshal the specified instance.Transducer.getTypeName(ValueT instance) Transducers implicitly work against a single XML type, but sometimes (most notablyXMLGregorianCalendar, an instance may choose different XML types.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 -
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 NotNullModifier and TypeMethodDescriptionabstract CharSequencePrints the responsible field of the given bean to the writer.
Optionsclass in the compatible fashion.