public class XPFEntitySupplierDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<XPFEntitySupplier<?>> implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
| Constructor and Description |
|---|
XPFEntitySupplierDeserializer()
Default constructor needed by Jackson.
|
XPFEntitySupplierDeserializer(com.fasterxml.jackson.databind.JavaType valueType)
Constructor used by Jackson to create a contextual deserializer.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonDeserializer<?> |
createContextual(com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.databind.BeanProperty property) |
XPFEntitySupplier<?> |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
XPFEntitySupplier<?> |
getNullValue(com.fasterxml.jackson.databind.DeserializationContext context) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic XPFEntitySupplierDeserializer()
public XPFEntitySupplierDeserializer(com.fasterxml.jackson.databind.JavaType valueType)
valueType - the type of the value to deserializepublic XPFEntitySupplier<?> deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<XPFEntitySupplier<?>>IOExceptionpublic XPFEntitySupplier<?> getNullValue(com.fasterxml.jackson.databind.DeserializationContext context)
getNullValue in interface com.fasterxml.jackson.databind.deser.NullValueProvidergetNullValue in class com.fasterxml.jackson.databind.JsonDeserializer<XPFEntitySupplier<?>>public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.databind.BeanProperty property)
throws com.fasterxml.jackson.databind.JsonMappingException
createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializercom.fasterxml.jackson.databind.JsonMappingExceptionCopyright © 2026. All rights reserved.