Uses of Interface
com.sun.tools.xjc.api.ClassNameAllocator
Packages that use ClassNameAllocator
Package
Description
Schema to Java compiler
API for programmatic invocation of XJC and schemagen.
implementation of the XJC API for schema to java.
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 ClassNameAllocatorModifier and TypeFieldDescriptionOptions.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 ClassNameAllocatorModifier and TypeMethodDescriptionvoid
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 ClassNameAllocatorModifier and TypeMethodDescriptionvoid
SchemaCompilerImpl.setClassNameAllocator
(ClassNameAllocator allocator) -
Uses of ClassNameAllocator in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement ClassNameAllocatorModifier and TypeClassDescriptionclass
ClassNameAllocator
filter that performs automatic name conflict resolution.Constructors in com.sun.tools.xjc.model with parameters of type ClassNameAllocatorModifierConstructorDescriptionModel
(Options opts, JCodeModel cm, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)