| Package | Description |
|---|---|
| com.opsgenie.core.instance |
| Modifier and Type | Method and Description |
|---|---|
static InstanceScope |
InstanceScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceScope[] |
InstanceScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
InstanceProvider.getInstance(Class<T> clazz,
InstanceScope scope) |
static <T> T |
InstanceProvider.getInstance(Class<T> clazz,
InstanceScope scope,
InstanceCreator creator) |
static <T> T |
InstanceDiscovery.instanceOf(Class<T> type,
ClassLoader loader,
InstanceScope scope) |
static <T> T |
InstanceDiscovery.instanceOf(Class<T> type,
ClassLoader loader,
InstanceScope scope,
InstanceCreator creator) |
static <T> List<T> |
InstanceDiscovery.instancesOf(Class<T> type,
ClassLoader loader,
InstanceScope scope) |
static <T> List<T> |
InstanceDiscovery.instancesOf(Class<T> type,
ClassLoader loader,
InstanceScope scope,
InstanceCreator creator) |
Copyright © 2018. All Rights Reserved.