| Package | Description |
|---|---|
| org.cruxframework.crux.core.server.rest.core.dispatch |
| Modifier and Type | Class and Description |
|---|---|
class |
CookieParamInjector |
class |
FormParamInjector |
class |
HeaderParamInjector |
class |
MessageBodyParamInjector |
class |
PathParamInjector |
class |
QueryParamInjector |
| Modifier and Type | Field and Description |
|---|---|
protected ValueInjector[] |
MethodInvoker.params |
| Modifier and Type | Method and Description |
|---|---|
protected static ValueInjector |
MethodInvoker.createParameterExtractor(Class<?> injectTargetClass,
Type type,
Annotation[] annotations) |
protected static ValueInjector |
MethodInvoker.createParameterExtractorForComplexType(Class<?> injectTargetClass,
Type type,
Annotation[] annotations)
The user can define a value object to group parameters that are passed in the same way (query, form, path, cookie, header).
|
protected static ValueInjector |
MethodInvoker.createParameterExtractorForSimpleType(Class<?> injectTargetClass,
Type type,
Annotation[] annotations) |
protected static ValueInjector |
MethodInvoker.createParameterExtractorForSimpleType(MethodInvoker.RestParameterType restParameterType,
Class<?> injectTargetClass,
Type type,
String paramName,
String defaultValue) |
ValueInjector[] |
MethodInvoker.getParams() |
Copyright © 2016. All rights reserved.