| Package | Description |
|---|---|
| org.everrest.core | |
| org.everrest.core.impl | |
| org.everrest.core.impl.method | |
| org.everrest.core.method |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstructorParameter
Constructor parameter.
|
interface |
FieldInjector
Object field.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DependencySupplier.getComponent(Parameter parameter)
Get object that is approach do description
parameter. |
Object |
BaseDependencySupplier.getComponent(Parameter parameter) |
String |
DependencyNameDetector.getName(Parameter parameter)
Get name of parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorParameterImpl
Describes constructor's parameter.
|
class |
FieldInjectorImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodParameterImpl
Describes the method's parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
QueryParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
PropertyResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
PathParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
abstract Object |
ParameterResolver.resolve(Parameter parameter,
ApplicationContext context)
Create object which will be passed in resource method or locator.
|
Object |
MatrixParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
HeaderParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
FormParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
CookieParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
Object |
ContextParameterResolver.resolve(Parameter parameter,
ApplicationContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodParameter |
Copyright © 2015. All rights reserved.