Uses of Interface
com.sun.tools.xjc.generator.bean.field.FieldRenderer
-
Packages that use FieldRenderer Package Description 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.core
package for XJC.com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information. -
-
Uses of FieldRenderer in com.sun.tools.xjc.generator.bean.field
Classes in com.sun.tools.xjc.generator.bean.field that implement FieldRenderer Modifier and Type Class Description class
GenericFieldRenderer
Createsclass
IsSetFieldRenderer
FieldRenderer that wraps another field generator and produces isSetXXX unsetXXX methods.class
UntypedListFieldRenderer
Methods in com.sun.tools.xjc.generator.bean.field that return FieldRenderer Modifier and Type Method Description FieldRenderer
FieldRendererFactory. getArray()
FieldRenderer
FieldRendererFactory. getConst(FieldRenderer fallback)
FieldRenderer
FieldRendererFactory. getContentList(JClass coreList)
FieldRenderer
FieldRendererFactory. getDefault()
FieldRenderer
FieldRendererFactory. getDummyList(JClass coreList)
FieldRenderer
FieldRendererFactory. getList(JClass coreList)
FieldRenderer
FieldRendererFactory. getRequiredUnboxed()
FieldRenderer
FieldRendererFactory. getSingle()
FieldRenderer
FieldRendererFactory. getSinglePrimitiveAccess()
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type FieldRenderer Modifier and Type Method Description FieldRenderer
FieldRendererFactory. getConst(FieldRenderer fallback)
Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type FieldRenderer Constructor Description IsSetFieldRenderer(FieldRenderer core, boolean generateUnSetMethod, boolean generateIsSetMethod)
-
Uses of FieldRenderer in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as FieldRenderer Modifier and Type Field Description FieldRenderer
CPropertyInfo. realization
Specifies how the field is generated by the backend. -
Uses of FieldRenderer in com.sun.tools.xjc.reader.dtd.bindinfo
Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return FieldRenderer Modifier and Type Method Description FieldRenderer
BIAttribute. getRealization()
Gets the realization of this particle, if any.FieldRenderer
BIContent. getRealization()
Gets the realization of this particle, if any.
-