Uses of Class
com.sun.tools.xjc.api.Reference
Packages that use Reference
Package
Description
API for programmatic invocation of XJC and schemagen.
-
Uses of Reference in com.sun.tools.jxc
Methods in com.sun.tools.jxc that return types with arguments of type ReferenceModifier and TypeMethodDescriptionConfigReader.getClassesToBeIncluded()
This creates a regular expression for the user pattern , matches the input classes passed by the user and returns the final list of classes that need to be included for a config file after applying those patterns -
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 ReferenceModifier and TypeMethodDescriptionJavaCompilerImpl.bind
(Collection<Reference> rootClasses, Map<QName, Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment env) JavaCompilerImpl.bind
(Collection<Reference> rootClasses, Map<QName, Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment env) -
Uses of Reference in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type ReferenceModifier and TypeMethodDescriptionJ2SJAXBModel.getXmlTypeName
(Reference javaType) Returns the name of the XML Type bound to the specified Java type.Method parameters in com.sun.tools.xjc.api with type arguments of type ReferenceModifier and TypeMethodDescriptionJavaCompiler.bind
(Collection<Reference> rootTypes, Map<QName, Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source) Compiles the given annotated Java source code.JavaCompiler.bind
(Collection<Reference> rootTypes, Map<QName, Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source) Compiles the given annotated Java source code.