Uses of Interface
org.glassfish.jaxb.core.api.impl.NameConverter
-
Packages that use NameConverter Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.reader.xmlschema com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.org.glassfish.jaxb.core.api.impl -
-
Uses of NameConverter in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return NameConverter Modifier and Type Method Description NameConverterOptions. getNameConverter()Gets the activeNameConverterthat shall be used to buildModel.Methods in com.sun.tools.xjc with parameters of type NameConverter Modifier and Type Method Description voidOptions. 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 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 NameConverter Modifier and Type Method Description voidModel. 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 NameConverterBGMBuilder. 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 NameConverter Modifier and Type Field Description NameConverterBIGlobalBinding. nameConverterGets the name converter that will govern theXML -> Javaname conversion process for this compilation. -
Uses of NameConverter in org.glassfish.jaxb.core.api.impl
Classes in org.glassfish.jaxb.core.api.impl that implement NameConverter Modifier and Type Class Description static classNameConverter.StandardFields in org.glassfish.jaxb.core.api.impl declared as NameConverter Modifier and Type Field Description static NameConverterNameConverter. jaxrpcCompatibleJAX-PRC compatible name converter implementation.static NameConverterNameConverter. smartSmarter converter used for RELAX NG support.static NameConverterNameConverter. standardThe name converter implemented by Code Model.
-