Uses of Interface
com.sun.xml.bind.api.impl.NameConverter
Packages that use NameConverter
Package
Description
Schema to Java compiler
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Object Model that represents customization declarations.
-
Uses of NameConverter in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return NameConverterModifier and TypeMethodDescriptionOptions.getNameConverter()
Gets the activeNameConverter
that shall be used to buildModel
.Methods in com.sun.tools.xjc with parameters of type NameConverterModifier and TypeMethodDescriptionvoid
Options.setNameConverter
(NameConverter nc, Plugin owner) Sets theNameConverter
. -
Uses of NameConverter in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return NameConverterModifier and TypeMethodDescriptionfinal NameConverter
Model.getNameConverter()
Gets the name converter that shall be used to parse XML names into Java names.Methods in com.sun.tools.xjc.model with parameters of type NameConverterConstructors in com.sun.tools.xjc.model with parameters of type NameConverterModifierConstructorDescriptionModel
(Options opts, JCodeModel cm, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent) -
Uses of NameConverter in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return NameConverterModifier and TypeMethodDescriptionBGMBuilder.getNameConverter()
Name converter that implements "XML -> Java
name conversion" as specified in the spec. -
Uses of NameConverter in com.sun.tools.xjc.reader.xmlschema.bindinfo
Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo declared as NameConverterModifier and TypeFieldDescriptionBIGlobalBinding.nameConverter
Gets the name converter that will govern theXML -> Java
name conversion process for this compilation. -
Uses of NameConverter in com.sun.xml.bind.api.impl
Classes in com.sun.xml.bind.api.impl that implement NameConverterFields in com.sun.xml.bind.api.impl declared as NameConverterModifier and TypeFieldDescriptionstatic final NameConverter
NameConverter.jaxrpcCompatible
JAX-PRC compatible name converter implementation.static final NameConverter
NameConverter.smart
Smarter converter used for RELAX NG support.static final NameConverter
NameConverter.standard
The name converter implemented by Code Model.