|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.converter.AbstractConverter<S,T>
org.databene.commons.converter.ThreadSafeConverter<java.lang.String,java.text.DateFormat>
org.databene.commons.converter.String2DateFormatConverter
public class String2DateFormatConverter
Parses a String as DateFormat.
Created at 13.07.2009 18:38:54
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.converter.AbstractConverter |
|---|
sourceType, targetType |
| Constructor Summary | |
|---|---|
String2DateFormatConverter()
|
|
| Method Summary | |
|---|---|
java.text.DateFormat |
convert(java.lang.String pattern)
Concerts an object of type S to an object of type T |
| Methods inherited from class org.databene.commons.converter.ThreadSafeConverter |
|---|
clone, isParallelizable, isThreadSafe |
| Methods inherited from class org.databene.commons.converter.AbstractConverter |
|---|
getSourceType, getTargetType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public String2DateFormatConverter()
| Method Detail |
|---|
public java.text.DateFormat convert(java.lang.String pattern)
throws ConversionException
Converter
pattern - the object to convert
ConversionException - if the conversion fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||