Uses of Interface
com.sun.tools.xjc.api.ClassNameAllocator
-
Packages that use ClassNameAllocator Package Description com.sun.tools.ws.processor.modeler.wsdl 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.corepackage for XJC. -
-
Uses of ClassNameAllocator in com.sun.tools.ws.processor.modeler.wsdl
Classes in com.sun.tools.ws.processor.modeler.wsdl that implement ClassNameAllocator Modifier and Type Class Description classClassNameAllocatorImpl -
Uses of ClassNameAllocator in com.sun.tools.xjc
Fields in com.sun.tools.xjc declared as ClassNameAllocator Modifier and Type Field Description ClassNameAllocatorOptions. 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 ClassNameAllocator Modifier and Type Method Description voidSchemaCompiler. 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 ClassNameAllocator Modifier and Type Method Description voidSchemaCompilerImpl. 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 classAutoClassNameAllocatorClassNameAllocatorfilter 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, com.sun.xml.bind.api.impl.NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)
-