Class ContextInjector.BeanSetter
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.BeanSetter
-
- All Implemented Interfaces:
ContextInjector.InjectionAim
- Enclosing class:
- ContextInjector
static class ContextInjector.BeanSetter extends java.lang.Object implements ContextInjector.InjectionAim
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.MethodbeanSetter
-
Constructor Summary
Constructors Modifier Constructor Description privateBeanSetter(java.lang.reflect.Method beanSetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectInto(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable)Inject the toInject into this field or bean setter on object resource.
-
-
-
Method Detail
-
injectInto
public void injectInto(java.lang.Object resource, java.lang.Object toInject, boolean allMustBeAvailable) throws java.lang.IllegalArgumentException, InjectException, java.lang.reflect.InvocationTargetExceptionDescription copied from interface:ContextInjector.InjectionAimInject the toInject into this field or bean setter on object resource.- Specified by:
injectIntoin interfaceContextInjector.InjectionAim- Throws:
java.lang.reflect.InvocationTargetExceptionInjectExceptionjava.lang.IllegalArgumentException- See Also:
ContextInjector.InjectionAim.injectInto(Object, Object, boolean)
-
-