Class ToStringStyle

java.lang.Object
io.wcm.wcm.commons.util.ToStringStyle

@ProviderType public final class ToStringStyle extends Object
Custom styles for ToStringBuilder from Apache Commons.
  • Field Details

    • SHORT_PREFIX_OMIT_NULL_STYLE

      public static final org.apache.commons.lang3.builder.ToStringStyle SHORT_PREFIX_OMIT_NULL_STYLE
      Same as ToStringStyle.SHORT_PREFIX_STYLE, but omits all entries that have null values. Additional it implements special toString() rules for common Sling/AEM objects like Resource and Page.