public class FilterValueTypeResolver extends com.fasterxml.jackson.databind.JsonDeserializer<Object>
Użycie: oznaczenie właściwości adnotacją @JsonDeserialize( using = FilterValueTypeResolver.class )
| Constructor and Description |
|---|
FilterValueTypeResolver() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic Object deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Object>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2018 Suncode. All rights reserved.