| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
added |
Map<String,Object> |
changed |
boolean |
initial |
List<String> |
keys |
Set<String> |
removed |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
static ConfigChanges |
from(List<String> keys,
Map<String,Object> old,
Map<String,Object> fresh,
boolean initial) |
<T> Map<String,T> |
getAddedAs(Class<T> type) |
<T> Map<String,T> |
getAddedOrChangedAs(Class<T> type) |
<T> Map<String,T> |
getChangedAs(Class<T> type) |
String |
toString() |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.