public class LocalesSupplierDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<XPFEntitySupplier<Enumeration<Locale>>>
Enumeration of Locale.| Constructor and Description |
|---|
LocalesSupplierDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
XPFEntitySupplier<Enumeration<Locale>> |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserializes JSON arrays into an object of XPFEntitySupplier containing
Enumeration of Locale. |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic XPFEntitySupplier<Enumeration<Locale>> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
Enumeration of Locale.deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<XPFEntitySupplier<Enumeration<Locale>>>parser - Parser used for reading JSON contentctxt - Context that can be used to access information about
this deserialization activity.Enumeration of LocaleIOExceptionCopyright © 2026. All rights reserved.