类 ApplyFormControlDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
com.github.shuaidd.json.AbstractApplyFormControlDeserializer<List<ApplyDataContent>>
com.github.shuaidd.json.ApplyFormControlDeserializer
- 所有已实现的接口:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class ApplyFormControlDeserializer
extends AbstractApplyFormControlDeserializer<List<ApplyDataContent>>
描述
- 作者:
- ddshuai date 2021-07-19 11:26
-
嵌套类概要
从类继承的嵌套类/接口 com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
字段概要
从类继承的字段 com.github.shuaidd.json.AbstractApplyFormControlDeserializer
APPLY_FORM_CONTROL_MAP -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) 从类继承的方法 com.github.shuaidd.json.AbstractApplyFormControlDeserializer
getApplyFormControl, getTitle从类继承的方法 com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
构造器详细资料
-
ApplyFormControlDeserializer
public ApplyFormControlDeserializer()
-
-
方法详细资料
-
deserialize
public List<ApplyDataContent> deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - 指定者:
deserialize在类中com.fasterxml.jackson.databind.JsonDeserializer<List<ApplyDataContent>>- 抛出:
IOException
-