Uses of Class
com.sun.tools.jxc.api.Reference
-
Packages that use Reference Package Description com.sun.tools.jxc com.sun.tools.jxc.api com.sun.tools.jxc.api.impl.j2s -
-
Uses of Reference in com.sun.tools.jxc
Methods in com.sun.tools.jxc that return types with arguments of type Reference Modifier and Type Method Description Collection<Reference>ConfigReader. getClassesToBeIncluded()Return collection of classes to be included based on the configuration. -
Uses of Reference in com.sun.tools.jxc.api
Methods in com.sun.tools.jxc.api with parameters of type Reference Modifier and Type Method Description QNameJ2SJAXBModel. getXmlTypeName(Reference javaType)Returns the name of the XML Type bound to the specified Java type.Method parameters in com.sun.tools.jxc.api with type arguments of type Reference Modifier and Type Method Description J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, ProcessingEnvironment source, String defaultNamespaceRemap)Compiles the given annotated Java source code.J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, ProcessingEnvironment source, String defaultNamespaceRemap)Compiles the given annotated Java source code. -
Uses of Reference in com.sun.tools.jxc.api.impl.j2s
Method parameters in com.sun.tools.jxc.api.impl.j2s with type arguments of type Reference Modifier and Type Method Description J2SJAXBModelJavaCompilerImpl. bind(Collection<Reference> rootClasses, Map<QName,Reference> additionalElementDecls, ProcessingEnvironment env, String defaultNamespaceRemap)J2SJAXBModelJavaCompilerImpl. bind(Collection<Reference> rootClasses, Map<QName,Reference> additionalElementDecls, ProcessingEnvironment env, String defaultNamespaceRemap)
-