Uses of Interface
org.jboss.resteasy.core.ValueInjector
-
Packages that use ValueInjector Package Description org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of ValueInjector in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ValueInjector Modifier and Type Class Description class
AbstractCollectionFormInjector<T>
Abstract implementation ofNestedFormInjector
that can inject collections.class
AsynchronousResponseInjector
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 ofFormInjector
that handles prefixes for associated classes.class
QueryInjector
Created by Simon Ström on 7/17/14.class
QueryParamInjector
class
SuspendInjector
Deprecated.Replaced by org.jboss.resteasy.core.AsynchronousResponseInjectorFields in org.jboss.resteasy.core declared as ValueInjector Modifier and Type Field Description ValueInjector
PropertyInjectorImpl.SetterMethod. extractor
ValueInjector
ResourcePropertyInjector.FieldInjector. injector
ValueInjector
ResourcePropertyInjector.SetterInjector. injector
protected ValueInjector[]
ConstructorInjectorImpl. params
protected ValueInjector[]
MethodInjectorImpl. params
Fields in org.jboss.resteasy.core with type parameters of type ValueInjector Modifier and Type Field Description protected java.util.HashMap<java.lang.reflect.Field,ValueInjector>
PropertyInjectorImpl. fieldMap
Methods in org.jboss.resteasy.core that return ValueInjector Modifier and Type Method Description private ValueInjector
InjectorFactoryImpl. createContextProxy(java.lang.Class type, ResteasyProviderFactory providerFactory)
ValueInjector
InjectorFactoryImpl. createParameterExtractor(java.lang.Class injectTargetClass, java.lang.reflect.AccessibleObject injectTarget, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, boolean useDefault, ResteasyProviderFactory providerFactory)
ValueInjector
InjectorFactoryImpl. createParameterExtractor(java.lang.Class injectTargetClass, java.lang.reflect.AccessibleObject injectTarget, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, ResteasyProviderFactory providerFactory)
ValueInjector
InjectorFactoryImpl. createParameterExtractor(Parameter parameter, ResteasyProviderFactory providerFactory)
private ValueInjector
PropertyInjectorImpl. getParameterExtractor(java.lang.Class<?> clazz, ResteasyProviderFactory factory, java.lang.reflect.AccessibleObject accessibleObject, java.lang.annotation.Annotation[] annotations, java.lang.Class<?> type, java.lang.reflect.Type genericType)
ValueInjector[]
MethodInjectorImpl. getParams()
Constructors in org.jboss.resteasy.core with parameters of type ValueInjector Constructor Description FieldInjector(FieldParameter param, ValueInjector injector)
SetterInjector(SetterParameter param, ValueInjector injector)
SetterMethod(java.lang.reflect.Method method, ValueInjector extractor)
-
Uses of ValueInjector in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ValueInjector Modifier and Type Method Description ValueInjector
InjectorFactory. createParameterExtractor(java.lang.Class injectTargetClass, java.lang.reflect.AccessibleObject injectTarget, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, boolean useDefault, ResteasyProviderFactory factory)
ValueInjector
InjectorFactory. createParameterExtractor(java.lang.Class injectTargetClass, java.lang.reflect.AccessibleObject injectTarget, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, ResteasyProviderFactory factory)
ValueInjector
InjectorFactory. createParameterExtractor(Parameter parameter, ResteasyProviderFactory providerFactory)
ValueInjector[]
MethodInjector. getParams()
-