public interface PreferencesRepository
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<com.fasterxml.jackson.databind.JsonNode> |
find(int accountId,
java.lang.String type) |
void |
store(int accountId,
java.lang.String type,
com.fasterxml.jackson.databind.JsonNode data) |