public class ModelRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static ModelRegistry |
instance |
protected HashMap<String,String> |
packageMap |
| Modifier | Constructor and Description |
|---|---|
protected |
ModelRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static ModelRegistry |
getInstance() |
<S> Class<? extends S> |
getModelClass(String simpleName,
Class<S> clazz) |
protected void |
init() |
String |
rootPackage() |
protected static ModelRegistry instance
public static ModelRegistry getInstance()
public String rootPackage()
protected void init()
Copyright © 2016 RAML. All rights reserved.