Uses of Interface
com.sun.xml.bind.api.impl.NameConverter
-
Packages that use NameConverter Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.com.sun.xml.bind.api.impl -
-
Uses of NameConverter in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return NameConverter Modifier and Type Method Description NameConverter
Options. getNameConverter()
Gets the activeNameConverter
that shall be used to buildModel
.Methods in com.sun.tools.xjc with parameters of type NameConverter Modifier and Type Method Description void
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 NameConverter Modifier and Type Method Description 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 NameConverter Modifier and Type Method Description void
Model. setNameConverter(NameConverter nameConverter)
Constructors in com.sun.tools.xjc.model with parameters of type NameConverter Constructor Description Model(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 NameConverter Modifier and Type Method Description NameConverter
BGMBuilder. 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 NameConverter Modifier and Type Field Description NameConverter
BIGlobalBinding. 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 NameConverter Modifier and Type Class Description static class
NameConverter.Standard
Fields in com.sun.xml.bind.api.impl declared as NameConverter Modifier and Type Field Description static NameConverter
NameConverter. jaxrpcCompatible
JAX-PRC compatible name converter implementation.static NameConverter
NameConverter. smart
Smarter converter used for RELAX NG support.static NameConverter
NameConverter. standard
The name converter implemented by Code Model.
-