Package io.wcm.wcm.commons.util
Class ToStringStyle
java.lang.Object
io.wcm.wcm.commons.util.ToStringStyle
Custom styles for
ToStringBuilder from Apache Commons.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.commons.lang3.builder.ToStringStyleSame asToStringStyle.SHORT_PREFIX_STYLE, but omits all entries that have null values. -
Method Summary
-
Field Details
-
SHORT_PREFIX_OMIT_NULL_STYLE
public static final org.apache.commons.lang3.builder.ToStringStyle SHORT_PREFIX_OMIT_NULL_STYLESame asToStringStyle.SHORT_PREFIX_STYLE, but omits all entries that have null values. Additional it implements special toString() rules for common Sling/AEM objects likeResourceandPage.
-