| Package | Description |
|---|---|
| io.nuun.kernel.api.plugin.request |
| Modifier and Type | Field and Description |
|---|---|
RequestType |
ClasspathScanRequest.requestType |
RequestType |
BindingRequest.requestType |
| Modifier and Type | Method and Description |
|---|---|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BindingRequest(RequestType requestType,
Object keyRequested) |
BindingRequest(RequestType requestType,
Object keyRequested,
Object requestedScope,
org.kametic.specifications.Specification<Class<?>> specification) |
BindingRequest(RequestType requestType,
Object requestedScope,
org.kametic.specifications.Specification<Class<?>> specification) |
BindingRequest(RequestType requestType,
org.kametic.specifications.Specification<Class<?>> specification) |
ClasspathScanRequest(RequestType requestType,
Object keyRequested) |
Copyright © 2012-2014. All Rights Reserved.