public final class ModelLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelLoader.PlatformModelDTOMapper |
| Constructor and Description |
|---|
ModelLoader() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityModelDTO> |
getEnitiyModelDTOs() |
Map<String,EnumModelDTO> |
getEnumModelDTOs() |
PlatformModelDTO |
getPlatformConfiguration() |
Promise<Void,IError> |
load(String url) |
static EntityModelDTO |
parseEntityModel(String json) |
public Map<String,EntityModelDTO> getEnitiyModelDTOs()
public Map<String,EnumModelDTO> getEnumModelDTOs()
public PlatformModelDTO getPlatformConfiguration()
public static EntityModelDTO parseEntityModel(String json)
Copyright © 2018. All rights reserved.