Package org.apache.commons.lang3.builder
-
Interface Summary Interface Description Builder<T> The Builder interface is designed to designate a class as a builder object in the Builder design pattern. -
Class Summary Class Description ToStringBuilder Assists in implementingObject.toString()methods.ToStringStyle ControlsStringformatting forToStringBuilder. -
Annotation Types Summary Annotation Type Description ToStringExclude Use this annotation to exclude a field from being used by theReflectionToStringBuilder.ToStringSummary Use this annotation on the fields to get the summary instead of the detailed information when usingReflectionToStringBuilder.