Class AesStringDeserializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.ContextualDeserializer,com.fasterxml.jackson.databind.deser.NullValueProvider
public class AesStringDeserializer extends JsonDeserializer<T> implements ContextualDeserializer- Since:
2022-07-15
trydofor
-
-
Constructor Summary
Constructors Constructor Description AesStringDeserializer()
-
Method Summary
Modifier and Type Method Description Stringdeserialize(JsonParser parser, DeserializationContext context)JsonDeserializer<out Object>createContextual(DeserializationContext ctxt, BeanProperty property)voidsetAes(Aes aes)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer -
Methods inherited from class com.fasterxml.jackson.databind.deser.NullValueProvider
getNullValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
deserialize
String deserialize(JsonParser parser, DeserializationContext context)
-
createContextual
JsonDeserializer<out Object> createContextual(DeserializationContext ctxt, BeanProperty property)
-
setAes
@Autowired() void setAes(Aes aes)
-
-
-
-