org.javalite.activejdbc
Class SimpleFormatter

java.lang.Object
  extended by org.javalite.activejdbc.SimpleFormatter
All Implemented Interfaces:
Formatter

public class SimpleFormatter
extends Object
implements Formatter

Author:
Igor Polevoy

Constructor Summary
SimpleFormatter(Class clazz, String prefix, String suffix)
           
 
Method Summary
 String format(Object value)
           
 Class getValueClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormatter

public SimpleFormatter(Class clazz,
                       String prefix,
                       String suffix)
Method Detail

format

public String format(Object value)
Specified by:
format in interface Formatter

getValueClass

public Class getValueClass()
Specified by:
getValueClass in interface Formatter


Copyright © 2013. All Rights Reserved.