Package com.adyen.notification
Class WebhookHandler
- java.lang.Object
-
- com.adyen.notification.WebhookHandler
-
public class WebhookHandler extends Object
Notification converter
-
-
Constructor Summary
Constructors Constructor Description WebhookHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationRequesthandleNotificationJson(String json)NotificationRequesthandleNotificationJsonJackson(String json)TerminalAPIRequesthandleTerminalNotificationJson(String json)
-
-
-
Method Detail
-
handleNotificationJson
public NotificationRequest handleNotificationJson(String json) throws IOException
- Throws:
IOException
-
handleNotificationJsonJackson
public NotificationRequest handleNotificationJsonJackson(String json) throws IOException
- Throws:
IOException
-
handleTerminalNotificationJson
public TerminalAPIRequest handleTerminalNotificationJson(String json)
-
-