CorePropertyChangeAppender, CustomToNativeAppenderAdapter, LevenshteinListChangeAppender, ListAsSetChangeAppender, OptionalChangeAppender, SetChangeAppender, SimpleListChangeAppenderpublic interface PropertyChangeAppender<T extends PropertyChange>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
HIGH_PRIORITY |
|
static int |
LOW_PRIORITY |
| Modifier and Type | Method | Description |
|---|---|---|
T |
calculateChanges(NodePair pair,
JaversProperty property) |
|
int |
priority() |
|
boolean |
supports(JaversType propertyType) |
Checks if given property type is supported
|
static final int HIGH_PRIORITY
static final int LOW_PRIORITY
boolean supports(JaversType propertyType)
T calculateChanges(NodePair pair, JaversProperty property)
int priority()