Modifier and Type | Field and Description |
---|---|
static boolean |
ERRORS_ARE_FATAL |
protected static PointFreeRule |
OPTIMIZATION_RULE |
Modifier | Constructor and Description |
---|---|
protected |
DataFixerUpper(it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Schema> schemas,
List<DataFix> globalList,
it.unimi.dsi.fastutil.ints.IntSortedSet fixerVersions) |
Modifier and Type | Method and Description |
---|---|
protected it.unimi.dsi.fastutil.ints.IntSortedSet |
fixerVersions() |
protected static int |
getLowestSchemaSameVersion(it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Schema> schemas,
int versionKey) |
protected TypeRewriteRule |
getRule(int version,
int dataVersion) |
Schema |
getSchema(int key) |
protected Type<?> |
getType(DSL.TypeReference type,
int version) |
<T> Dynamic<T> |
update(DSL.TypeReference type,
Dynamic<T> input,
int version,
int newVersion) |
public static boolean ERRORS_ARE_FATAL
protected static final PointFreeRule OPTIMIZATION_RULE
public <T> Dynamic<T> update(DSL.TypeReference type, Dynamic<T> input, int version, int newVersion)
protected Type<?> getType(DSL.TypeReference type, int version)
protected static int getLowestSchemaSameVersion(it.unimi.dsi.fastutil.ints.Int2ObjectSortedMap<Schema> schemas, int versionKey)
protected TypeRewriteRule getRule(int version, int dataVersion)
protected it.unimi.dsi.fastutil.ints.IntSortedSet fixerVersions()