Class NotificationDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<EventSubNotification>
com.github.twitch4j.eventsub.util.NotificationDeserializer
- All Implemented Interfaces:
NullValueProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
JsonDeserializer.None -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
NotificationDeserializer
public NotificationDeserializer()
-
-
Method Details
-
deserialize
public EventSubNotification deserialize(JsonParser p, DeserializationContext ctxt) throws IOException - Specified by:
deserializein classJsonDeserializer<EventSubNotification>- Throws:
IOException
-