public class LocalDateConvertor extends AbstractBasicConvertor<java.time.LocalDate,cn.featherfly.common.lang.GenericType<java.time.LocalDate>>
LocalDate类转换器
logger| 构造器和说明 |
|---|
LocalDateConvertor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected java.time.LocalDate |
doToObject(java.lang.String value,
cn.featherfly.common.lang.GenericType<java.time.LocalDate> genericType)
字符串转换为对象
|
protected java.lang.String |
doToString(java.time.LocalDate value,
cn.featherfly.common.lang.GenericType<java.time.LocalDate> genericType)
对象转换为字符串
|
supportForgetGenricType, getType, toObject, toStringprotected java.lang.String doToString(java.time.LocalDate value,
cn.featherfly.common.lang.GenericType<java.time.LocalDate> genericType)
对象转换为字符串
doToString 在类中 AbstractConvertor<java.time.LocalDate,cn.featherfly.common.lang.GenericType<java.time.LocalDate>>value - 对象genericType - 指定对象的上下文属性protected java.time.LocalDate doToObject(java.lang.String value,
cn.featherfly.common.lang.GenericType<java.time.LocalDate> genericType)
字符串转换为对象
doToObject 在类中 AbstractConvertor<java.time.LocalDate,cn.featherfly.common.lang.GenericType<java.time.LocalDate>>value - 字符串genericType - 指定对象的上下文属性