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