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

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

Introduction

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

Usage

From source file org.xwiki.text.XWikiToStringStyle.java

/**
 * Custom XWiki Style for {@link org.apache.commons.lang3.builder.ToStringBuilder}.
 * Generates {@code toString()} result of the format:
 * <pre><code>
 * Typed = [true] Type = [doc] Reference = [reference] Base References = [[baseref1], [baseref2]],
 *   Parameters = [[name1] = [value1], [name2] = [value2]]

From source file ductive.commons.ToString.java

public class ToString extends StandardToStringStyle {

    private static final long serialVersionUID = 1L;

    private static final ToString INSTANCE = new ToString();