Uses of Interface
com.sun.tools.xjc.api.ClassNameAllocator
-
Packages that use ClassNameAllocator Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC. -
-
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.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, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)
-