|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.data.sc.StringConverterSupport
com.ricebridge.data.sc.DefaultStringConverter
com.ricebridge.csvman.test.LoadBeansTest.DateConverter
| Constructor Summary | |
LoadBeansTest.DateConverter()
|
|
| Method Summary | |
protected Object |
makeDefaultObjectImpl()
Return an empty string. |
protected String |
makeDefaultStringImpl()
Return an empty string. |
protected Object |
makeObjectImpl(String pValue)
Implement this method to create an object based on a textual representation. |
protected String |
makeStringImpl(Object pValue)
Implement this method to produce a textual representation of an object. |
| Methods inherited from class com.ricebridge.data.sc.DefaultStringConverter |
makeObjectImpl, makeStringImpl |
| Methods inherited from class com.ricebridge.data.sc.StringConverterSupport |
makeDefaultObject, makeDefaultString, makeObject, makeString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoadBeansTest.DateConverter()
| Method Detail |
protected Object makeObjectImpl(String pValue)
throws Exception
DefaultStringConverterIf an error occurs, just throw an Exception.
makeObjectImpl in class DefaultStringConverterpValue - textual representation
Exceptionprotected Object makeDefaultObjectImpl()
DefaultStringConverterOverride this method if you need a different default object.
makeDefaultObjectImpl in class DefaultStringConverter
protected String makeStringImpl(Object pValue)
throws Exception
DefaultStringConverterIf an error occurs, just throw an Exception.
makeStringImpl in class DefaultStringConverterpValue - object
Exceptionprotected String makeDefaultStringImpl()
DefaultStringConverterOverride this method if you need a different default text.
makeDefaultStringImpl in class DefaultStringConverter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||