类 CommonPrefixesDeserializer
-
-
构造器概要
构造器 构造器 说明 CommonPrefixesDeserializer()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<String>deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)-
从类继承的方法 com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
方法详细资料
-
deserialize
public List<String> deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- 指定者:
deserialize在类中com.fasterxml.jackson.databind.JsonDeserializer<List<String>>- 抛出:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-