Uses of Class
com.sun.tools.xjc.outline.Aspect
-
Packages that use Aspect Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes.com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.model.nav Compile-time representation of Java type system.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. -
-
Uses of Aspect in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type Aspect Modifier and Type Method Description JClassContainerBeanGenerator. getContainer(CClassInfoParent parent, Aspect aspect)protected abstract JPackageImplStructureStrategy. getPackage(JPackage pkg, Aspect a)Gets the specified aspect of the given package.JPackage[]BeanGenerator. getUsedPackages(Aspect aspect)Returns all used JPackages.JTypeBeanGenerator. resolve(CTypeRef ref, Aspect a) -
Uses of Aspect in com.sun.tools.xjc.generator.bean.field
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type Aspect Modifier and Type Method Description protected JTypeContentListField. getType(Aspect aspect)protected JTypeNoExtendedContentField. getType(Aspect aspect)protected JTypeUnboxedField. getType(Aspect aspect) -
Uses of Aspect in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type Aspect Modifier and Type Method Description JTypeCArrayInfo. toType(Outline o, Aspect aspect)JTypeCBuiltinLeafInfo. toType(Outline o, Aspect aspect)Gets the code model representation of this type.JClassCClassInfo. toType(Outline o, Aspect aspect)JClassCClassRef. toType(Outline o, Aspect aspect)JTypeCElementInfo. toType(Outline o, Aspect aspect)JClassCEnumLeafInfo. toType(Outline o, Aspect aspect)JTypeCTypeInfo. toType(Outline o, Aspect aspect)JTypeCWildcardTypeInfo. toType(Outline o, Aspect aspect) -
Uses of Aspect in com.sun.tools.xjc.model.nav
Methods in com.sun.tools.xjc.model.nav with parameters of type Aspect Modifier and Type Method Description JClassEagerNClass. toType(Outline o, Aspect aspect)JClassNClass. toType(Outline o, Aspect aspect)JTypeNType. toType(Outline o, Aspect aspect)Returns the representation of this type in code model. -
Uses of Aspect in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return Aspect Modifier and Type Method Description static AspectAspect. valueOf(String name)Returns the enum constant of this type with the specified name.static Aspect[]Aspect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.tools.xjc.outline with parameters of type Aspect Modifier and Type Method Description JClassContainerOutline. getContainer(CClassInfoParent parent, Aspect aspect)JTypeOutline. resolve(CTypeRef ref, Aspect aspect)Resolves a type reference to the actual (possibly generated) type.
-