public class JacksonNotificationDeserializer extends Object implements NotificationDeserializer
| Constructor and Description |
|---|
JacksonNotificationDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
deserialize(String string,
Class<T> notificationType) |
public <T> Optional<T> deserialize(String string, Class<T> notificationType)
deserialize in interface NotificationDeserializerstring - string to deserializenotificationType - the type of notificationOptional.empty() if the string is invalid.Copyright © 2017 Atlassian. All rights reserved.