public class SemanticUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <C,
T> void
Allows the registration of overrides, which allows overriding of already existing mappings.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SemanticUtils
public SemanticUtils()
-
Method Details
-
registerAsOverride
public static <C,
T> void registerAsOverride(Class<C> clazz,
Class<T> asInterface,
Function<C,T> fn)
Allows the registration of overrides, which allows overriding of already existing mappings.
This allows extensions to register mappings.
-