public final class LocaleDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Locale>
This class deserializes Locale from LocaleSerializer.
| Constructor and Description |
|---|
LocaleDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Locale |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserializeWithType, getValueClass, getValueType, handledTypedeserialize, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic Locale deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Locale>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.