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

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

Introduction

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

Usage

From source file com.algoTrader.util.CustomToStringStyle.java

public class CustomToStringStyle extends StandardToStringStyle {

    private static final long serialVersionUID = 4268907286858926178L;

    private static SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd kk:mm:ss,SSS");

From source file com.healthmarketscience.jackcess.impl.CustomToStringStyle.java

/**
 * Custom ToStringStyle for use with ToStringBuilder.
 *
 * @author James Ahlborn
 */
public class CustomToStringStyle extends StandardToStringStyle {