public class MappingsBridge
extends java.lang.Object
| Constructor and Description |
|---|
MappingsBridge() |
| Modifier and Type | Method and Description |
|---|---|
static Mappings |
precalculate(Mappings from,
Mappings to)
Precalculate mappings from a source mapping to a target mapping.
This can be used to bridge two different mappings without having to map through the intermediary every time. |
public static Mappings precalculate(Mappings from, Mappings to)
from - The source mappingsto - The target mappings