List of usage examples for org.apache.commons.lang.builder StandardToStringStyle subclass-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 {