public abstract class CorePropertyChangeAppender<T extends PropertyChange> extends java.lang.Object implements PropertyChangeAppender<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GENERIC_TYPE_NOT_PARAMETRIZED
JaVers needs to know actual Class of elements stored in your Collections and Maps.
|
HIGH_PRIORITY, LOW_PRIORITY| Constructor and Description |
|---|
CorePropertyChangeAppender() |
| Modifier and Type | Method and Description |
|---|---|
int |
priority() |
protected void |
renderNotParametrizedWarningIfNeeded(java.lang.reflect.Type parameterType,
java.lang.String parameterName,
java.lang.String colType,
Property property) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateChanges, supportspublic static final java.lang.String GENERIC_TYPE_NOT_PARAMETRIZED
public int priority()
priority in interface PropertyChangeAppender<T extends PropertyChange>protected void renderNotParametrizedWarningIfNeeded(java.lang.reflect.Type parameterType,
java.lang.String parameterName,
java.lang.String colType,
Property property)