Package org.sonatype.sisu.jacksbee

Class Summary
AbstractIdentityBuilderPlugin Base class for plugins creating identity methods (equals and hashcode).
BooleanGetterPlugin Replaces any isXXX() method with getXXX() where the return type is Boolean.
ClassOutlineHelper Stateful helper for ClassOutline operations.
CloneablePlugin Adds Cloneable and Object.clone() implementation to all classes.
CodeInsertPlugin Allows arbitrary code to be inserted into generated types.
DeprecatedPlugin Adds Deprecated to generated types.
EqualsBuilderPlugin Adds Object.equals(java.lang.Object) methods to all classes.
GeneratedPlugin Adds Generated to generated types.
HashCodeBuilderPlugin Adds Object.hashCode() methods to all classes.
JsonPropertyPlugin Adds JsonProperty to fields.
XStreamAliasPlugin Adds XStreamAlias to generated types.
XStreamAsAttributePlugin Adds XStreamAsAttribute to XSD attribute fields.
 



Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.