Uses of Class
com.sun.codemodel.JCodeModel
-
Packages that use JCodeModel Package Description com.sun.codemodel Library for generating Java source codecom.sun.tools.ws.processor.generator com.sun.tools.ws.wscompile com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.generator.bean com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes.com.sun.tools.xjc.generator.util com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.relaxng com.sun.tools.xjc.reader.xmlschema -
-
Uses of JCodeModel in com.sun.codemodel
Methods in com.sun.codemodel that return JCodeModel Modifier and Type Method Description JCodeModelJClass. owner()Gets the JCodeModel object to which this object belongs.JCodeModelJClassContainer. owner()Get the root code model object.protected JCodeModelJMethod. owner()JCodeModelJPackage. owner()Return the code model root object being used to create this package.JCodeModelJPrimitiveType. owner()abstract JCodeModelJType. owner()Gets the owner code model object.Methods in com.sun.codemodel with parameters of type JCodeModel Modifier and Type Method Description static JPrimitiveTypeJType. parse(JCodeModel codeModel, String typeName)Obtains a reference to the primitive type object from a type name.Constructors in com.sun.codemodel with parameters of type JCodeModel Constructor Description JClass(JCodeModel _owner)JDocComment(JCodeModel owner) -
Uses of JCodeModel in com.sun.tools.ws.processor.generator
Fields in com.sun.tools.ws.processor.generator declared as JCodeModel Modifier and Type Field Description protected JCodeModelGeneratorBase. cmMethods in com.sun.tools.ws.processor.generator with parameters of type JCodeModel Modifier and Type Method Description voidGeneratorExtension. writeWebServiceAnnotation(Model model, JCodeModel cm, JDefinedClass cls, Port port)Create annotations in service JWS generatedvoidGeneratorExtension. writeWebServiceClientAnnotation(WsimportOptions options, JCodeModel cm, JDefinedClass cls)Create annotations in service client generated -
Uses of JCodeModel in com.sun.tools.ws.wscompile
Methods in com.sun.tools.ws.wscompile that return JCodeModel Modifier and Type Method Description JCodeModelWsimportOptions. getCodeModel()Methods in com.sun.tools.ws.wscompile with parameters of type JCodeModel Modifier and Type Method Description voidWsimportOptions. setCodeModel(JCodeModel codeModel) -
Uses of JCodeModel in com.sun.tools.xjc
Methods in com.sun.tools.xjc with parameters of type JCodeModel Modifier and Type Method Description static ModelModelLoader. load(Options opt, JCodeModel codeModel, ErrorReceiver er)A convenience method to load schemas into aModel.Constructors in com.sun.tools.xjc with parameters of type JCodeModel Constructor Description ModelLoader(Options _opt, JCodeModel _codeModel, ErrorReceiver er) -
Uses of JCodeModel in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return JCodeModel Modifier and Type Method Description JCodeModelS2JJAXBModel. generateCode(Plugin[] extensions, ErrorListener errorListener)Generates artifacts. -
Uses of JCodeModel in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as JCodeModel Modifier and Type Field Description protected JCodeModelPropertyImpl. codeModel -
Uses of JCodeModel in com.sun.tools.xjc.generator.bean
Fields in com.sun.tools.xjc.generator.bean declared as JCodeModel Modifier and Type Field Description protected JCodeModelMethodWriter. codeModelMethods in com.sun.tools.xjc.generator.bean that return JCodeModel Modifier and Type Method Description JCodeModelBeanGenerator. getCodeModel() -
Uses of JCodeModel in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as JCodeModel Modifier and Type Field Description protected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModelprotected JCodeModelAbstractField. codeModel -
Uses of JCodeModel in com.sun.tools.xjc.generator.util
Methods in com.sun.tools.xjc.generator.util with parameters of type JCodeModel Modifier and Type Method Description abstract JExpressionWhitespaceNormalizer. generate(JCodeModel codeModel, JExpression literal)Generates the expression that normalizes the given expression (which evaluates to java.lang.String). -
Uses of JCodeModel in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as JCodeModel Modifier and Type Field Description JCodeModelModel. codeModelThis model uses this code model exclusively.Constructors in com.sun.tools.xjc.model with parameters of type JCodeModel Constructor Description CClassInfo(Model model, JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)Model(Options opts, JCodeModel cm, com.sun.xml.bind.api.impl.NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent)SymbolSpace(JCodeModel _codeModel) -
Uses of JCodeModel in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return JCodeModel Modifier and Type Method Description JCodeModelOutline. getCodeModel()Short forgetModel().codeModel. -
Uses of JCodeModel in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader with parameters of type JCodeModel Modifier and Type Method Description static JTypeTypeUtil. getCommonBaseType(JCodeModel codeModel, JType... t)Computes the common base type of types.static JTypeTypeUtil. getCommonBaseType(JCodeModel codeModel, Collection<? extends JType> types)Computes the common base type of two types.static JTypeTypeUtil. getType(JCodeModel codeModel, String typeName, ErrorReceiver errorHandler, Locator errorSource)Obtains aJTypeobject for the string representation of a type. -
Uses of JCodeModel in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type JCodeModel Modifier and Type Method Description static ModelRELAXNGCompiler. build(DPattern grammar, JCodeModel codeModel, Options opts)Constructors in com.sun.tools.xjc.reader.relaxng with parameters of type JCodeModel Constructor Description RELAXNGCompiler(DPattern grammar, JCodeModel codeModel, Options opts) -
Uses of JCodeModel in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type JCodeModel Modifier and Type Method Description static ModelBGMBuilder. build(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts)Entry point.
-