public class MetaModule
extends java.lang.Object
implements io.crnk.core.module.Module, io.crnk.core.module.InitializingModule
| Constructor and Description |
|---|
MetaModule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMetaProvider(MetaProvider provider) |
static MetaModule |
create() |
MetaLookup |
getLookup() |
java.lang.String |
getModuleName() |
void |
init() |
void |
putIdMapping(java.lang.String packageName,
java.lang.Class<? extends MetaElement> type,
java.lang.String idPrefix) |
void |
putIdMapping(java.lang.String packageName,
java.lang.String idPrefix) |
void |
setupModule(io.crnk.core.module.Module.ModuleContext context) |
public static MetaModule create()
public java.lang.String getModuleName()
getModuleName in interface io.crnk.core.module.Modulepublic void putIdMapping(java.lang.String packageName,
java.lang.String idPrefix)
public void putIdMapping(java.lang.String packageName,
java.lang.Class<? extends MetaElement> type,
java.lang.String idPrefix)
public void addMetaProvider(MetaProvider provider)
public void setupModule(io.crnk.core.module.Module.ModuleContext context)
setupModule in interface io.crnk.core.module.Modulepublic void init()
init in interface io.crnk.core.module.InitializingModulepublic MetaLookup getLookup()