|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassNameAllocator | |
---|---|
com.sun.tools.xjc | Schema to Java compiler |
com.sun.tools.xjc.api | API for programatic 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 the com.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 | |
---|---|
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 | |
---|---|
void |
SchemaCompiler.setClassNameAllocator(ClassNameAllocator allocator)
Sets the ClassNameAllocator 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 | |
---|---|
void |
SchemaCompilerImpl.setClassNameAllocator(ClassNameAllocator allocator)
|
Uses of ClassNameAllocator in com.sun.tools.xjc.model |
---|
Classes in com.sun.tools.xjc.model that implement ClassNameAllocator | |
---|---|
class |
AutoClassNameAllocator
ClassNameAllocator filter that performs automatic name conflict resolution. |
Constructors in com.sun.tools.xjc.model with parameters of type ClassNameAllocator | |
---|---|
AutoClassNameAllocator(ClassNameAllocator core)
|
|
Model(Options opts,
com.sun.codemodel.JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
com.sun.xml.xsom.XSSchemaSet schemaComponent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |