Package | Description |
---|---|
org.jboss.resteasy.core | |
org.jboss.resteasy.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionFormInjector<T>
Abstract implementation of
NestedFormInjector that can inject collections. |
class |
ContextParameterInjector |
class |
CookieParamInjector |
class |
FormInjector |
class |
FormParamInjector |
class |
HeaderParamInjector |
class |
ListFormInjector
Can inject lists.
|
class |
MapFormInjector
Can inject maps.
|
class |
MatrixParamInjector |
class |
MessageBodyParameterInjector |
class |
PathParamInjector |
class |
PrefixedFormInjector
Extension of
FormInjector that handles prefixes for associated classes. |
class |
QueryParamInjector |
class |
SuspendInjector |
Modifier and Type | Field and Description |
---|---|
protected ValueInjector[] |
MethodInjectorImpl.params |
protected ValueInjector[] |
ConstructorInjectorImpl.params |
Modifier and Type | Field and Description |
---|---|
protected HashMap<Field,ValueInjector> |
PropertyInjectorImpl.fieldMap |
Modifier and Type | Method and Description |
---|---|
ValueInjector |
InjectorFactoryImpl.createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations) |
ValueInjector |
InjectorFactoryImpl.createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations,
boolean useDefault) |
ValueInjector[] |
MethodInjectorImpl.getParams() |
Modifier and Type | Method and Description |
---|---|
ValueInjector |
InjectorFactory.createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations) |
ValueInjector |
InjectorFactory.createParameterExtractor(Class injectTargetClass,
AccessibleObject injectTarget,
Class type,
Type genericType,
Annotation[] annotations,
boolean useDefault) |
ValueInjector[] |
MethodInjector.getParams() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.