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 activeNameConverterthat shall be used to buildModel.Methods in com.sun.tools.xjc with parameters of type NameConverterModifier and TypeMethodDescriptionvoidOptions.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 NameConverterModel.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 -> Javaname 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.nameConverterGets the name converter that will govern theXML -> Javaname 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 NameConverterNameConverter.jaxrpcCompatibleJAX-PRC compatible name converter implementation.static final NameConverterNameConverter.smartSmarter converter used for RELAX NG support.static final NameConverterNameConverter.standardThe name converter implemented by Code Model.