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.Listrepresentation.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.Listinstances.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.Serializableinterface to each class, and optionally also adds aprivate static final long serialVersionUIDvalue.