Constructor and Description |
---|
WxIntDateConverter() |
Modifier and Type | Method and Description |
---|---|
Date |
convert(Integer value) |
com.fasterxml.jackson.databind.JavaType |
getInputType(com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
这个的作用是提供输入类型,JackSon根据输入类型去找Deserializer,找到后执行Deserializer
Deserializer后会把值送给convert
|
com.fasterxml.jackson.databind.JavaType |
getOutputType(com.fasterxml.jackson.databind.type.TypeFactory typeFactory) |
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.