public class ApiContext extends Object
| Constructor and Description |
|---|
ApiContext() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getInstance(Class<T> type) |
static <T,S extends T> |
register(Class<T> type,
Class<S> implementation) |
static <T,S extends T> |
registerSingleton(Class<T> type,
Class<S> implementation) |
Copyright © 2018. All rights reserved.