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.ws.processor.modeler.wsdl
Classes in com.sun.tools.ws.processor.modeler.wsdl that implement ClassNameAllocatorModifier and TypeClassDescriptionclassImplementation of Callback interface that allows the driver of the XJC API to rename JAXB-generated classes/interfaces/enums. -
Uses of ClassNameAllocator in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as ClassNameAllocatorModifier and TypeFieldDescriptionOptions.classNameAllocatorThis 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 TypeMethodDescriptionvoidSchemaCompiler.setClassNameAllocator(ClassNameAllocator allocator) Sets theClassNameAllocatorto 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 TypeMethodDescriptionvoidSchemaCompilerImpl.setClassNameAllocator(ClassNameAllocator allocator) -
Uses of ClassNameAllocator in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement ClassNameAllocatorModifier and TypeClassDescriptionclassClassNameAllocatorfilter that performs automatic name conflict resolution.Constructors in com.sun.tools.xjc.model with parameters of type ClassNameAllocatorModifierConstructorDescriptionModel(Options opts, JCodeModel cm, com.sun.xml.bind.api.impl.NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)