Package org.jibx.schema.codegen.extend
package org.jibx.schema.codegen.extend
-
ClassDescriptionInterface implemented by class construction decorators used during code generation.Code generation decorator which adds
sizeXXX()
,addXXX(YYY)
getXXX(int)
, andclearXXX()
methods for each collection value using ajava.util.List
representation.Converter for working with Java names.Code generation decorator which matches on the generated class name, and when it finds a matching class it sets a superclass.Code generation decorator which changes the implementation class used forjava.util.List
instances.Interface for working with Java names during code generation.Base class for decorators which match on the generated class name.Code generation decorator which adds thejava.lang.Serializable
interface to each class, and optionally also adds aprivate static final long serialVersionUID
value.