public abstract static class FieldTypeTestCase.Modifier
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
property |
The name of the property that is being modified.
|
boolean |
strictOnly |
true if this modifier only makes types incompatible in strict mode, false otherwise
|
| Constructor | Description |
|---|---|
Modifier(java.lang.String property,
boolean strictOnly) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
modify(MappedFieldType ft) |
Modifies the property
|
void |
normalizeOther(MappedFieldType other) |
Optional method to implement that allows the field type that will be compared to be modified,
so that it does not have the default value for the property being modified.
|
public final java.lang.String property
public final boolean strictOnly
public abstract void modify(MappedFieldType ft)
public void normalizeOther(MappedFieldType other)