Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.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 the
com.sun.xml.bind.v2.model.core package for XJC. |
Modifier and Type | Field | Description |
---|---|---|
ClassNameAllocator |
Options.classNameAllocator |
This allocator has the final say on deciding the class name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaCompiler.setClassNameAllocator(ClassNameAllocator allocator) |
Sets the
ClassNameAllocator to be used for the binding operation. |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaCompilerImpl.setClassNameAllocator(ClassNameAllocator allocator) |
Modifier and Type | Class | Description |
---|---|---|
class |
AutoClassNameAllocator |
ClassNameAllocator filter that performs automatic name conflict resolution. |
Constructor | Description |
---|---|
AutoClassNameAllocator(ClassNameAllocator core) |
|
Model(Options opts,
JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
XSSchemaSet schemaComponent) |
Copyright © 2018 Oracle Corporation. All rights reserved.