Uses of Interface
com.sun.tools.xjc.api.ClassNameAllocator
-
Packages that use ClassNameAllocator Package Description com.sun.tools.xjc Schema to Java compilercom.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.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC. -
-
Uses of ClassNameAllocator in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as ClassNameAllocator Modifier and Type Field Description ClassNameAllocator
Options. classNameAllocator
This allocator has the final say on deciding the class name. -
Uses of ClassNameAllocator in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api with parameters of type ClassNameAllocator Modifier and Type Method Description void
SchemaCompiler. setClassNameAllocator(ClassNameAllocator allocator)
Sets theClassNameAllocator
to be used for the binding operation. -
Uses of ClassNameAllocator in com.sun.tools.xjc.api.impl.s2j
Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type ClassNameAllocator Modifier and Type Method Description void
SchemaCompilerImpl. setClassNameAllocator(ClassNameAllocator allocator)
-
Uses of ClassNameAllocator in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement ClassNameAllocator Modifier and Type Class Description class
AutoClassNameAllocator
ClassNameAllocator
filter that performs automatic name conflict resolution.Constructors in com.sun.tools.xjc.model with parameters of type ClassNameAllocator Constructor Description AutoClassNameAllocator(ClassNameAllocator core)
Model(Options opts, JCodeModel cm, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)
-