net.sf.jsefa.test.all
Class SimpleTypeWithConverterTest.CustomDateConverter

java.lang.Object
  extended by net.sf.jsefa.test.all.SimpleTypeWithConverterTest.CustomDateConverter
All Implemented Interfaces:
SimpleTypeConverter
Enclosing class:
SimpleTypeWithConverterTest

public static final class SimpleTypeWithConverterTest.CustomDateConverter
extends Object
implements SimpleTypeConverter


Constructor Summary
SimpleTypeWithConverterTest.CustomDateConverter()
           
 
Method Summary
 Date fromString(String value)
           
 String toString(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypeWithConverterTest.CustomDateConverter

public SimpleTypeWithConverterTest.CustomDateConverter()
Method Detail

toString

public String toString(Object value)
Specified by:
toString in interface SimpleTypeConverter

fromString

public Date fromString(String value)
Specified by:
fromString in interface SimpleTypeConverter


Copyright © 2014. All rights reserved.