Example usage for org.apache.commons.lang3.builder RecursiveToStringStyle subclass-usage

List of usage examples for org.apache.commons.lang3.builder RecursiveToStringStyle subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.builder RecursiveToStringStyle subclass-usage.

Usage

From source file MultilineRecursiveToStringStyle.java

/**
 * <p>Works with {@link ToStringBuilder} to create a "deep" <code>toString</code>.
 * But instead a single line like the {@link RecursiveToStringStyle} this creates a multiline String
 * similar to the {@link ToStringStyle.MultiLineToStringStyle}.</p>
 *
 * <p>To use this class write code as follows:</p>