| Interface | Description |
|---|---|
| Builder<T> |
The Builder interface is designed to designate a class as a builder
object in the Builder design pattern.
|
| Class | Description |
|---|---|
| CompareToBuilder |
Assists in implementing
Comparable.compareTo(Object) methods. |
| EqualsBuilder |
Assists in implementing
Object.equals(Object) methods. |
| HashCodeBuilder |
Assists in implementing
Object.hashCode() methods. |
| ReflectionToStringBuilder |
Assists in implementing
Object.toString() methods using reflection. |
| ToStringBuilder |
Assists in implementing
Object.toString() methods. |
| ToStringStyle |
Controls
String formatting for ToStringBuilder. |
| Annotation Type | Description |
|---|---|
| EqualsExclude |
Use this annotation to exclude a field from being used by
the various
reflectionEquals methods defined on
EqualsBuilder. |
| HashCodeExclude |
Use this annotation to exclude a field from being used by
the various
reflectionHashcode methods defined on
HashCodeBuilder. |
| ToStringExclude |
Use this annotation to exclude a field from being used by
the
ReflectionToStringBuilder. |
| ToStringSummary |
Use this annotation on the fields to get the summary instead of the detailed
information when using
ReflectionToStringBuilder. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.