Package org.jboss.resteasy.core
Class PropertyInjectorImpl
- java.lang.Object
-
- org.jboss.resteasy.core.PropertyInjectorImpl
-
- All Implemented Interfaces:
PropertyInjector
public class PropertyInjectorImpl extends Object implements PropertyInjector
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description PropertyInjectorImpl(Class<?> clazz, ResteasyProviderFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>inject(Object target, boolean unwrapAsync)CompletionStage<Void>inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync)protected voidpopulateMap(Class<?> clazz, ResteasyProviderFactory factory)
-
-
-
Constructor Detail
-
PropertyInjectorImpl
public PropertyInjectorImpl(Class<?> clazz, ResteasyProviderFactory factory)
-
-
Method Detail
-
populateMap
protected void populateMap(Class<?> clazz, ResteasyProviderFactory factory)
-
inject
public CompletionStage<Void> inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync) throws Failure
- Specified by:
injectin interfacePropertyInjector- Throws:
Failure
-
inject
public CompletionStage<Void> inject(Object target, boolean unwrapAsync)
- Specified by:
injectin interfacePropertyInjector
-
-