public class DateTypeConverter extends Object implements TypeConverter<String,Date>
Constructor and Description |
---|
DateTypeConverter() |
Modifier and Type | Method and Description |
---|---|
Class<Date> |
getDestinationType() |
String |
getFormat() |
Date |
getObject(String value) |
Class<String> |
getSourceType() |
void |
setFormat(String format) |
public String getFormat()
public void setFormat(String format)
public Class<String> getSourceType()
getSourceType
in interface TypeConverter<String,Date>
public Class<Date> getDestinationType()
getDestinationType
in interface TypeConverter<String,Date>
Copyright © 2006–2018 TinyGroup. All rights reserved.