Class ContextInjector.FieldWrapper
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.FieldWrapper
-
- All Implemented Interfaces:
ContextInjector.InjectionAim
- Enclosing class:
- ContextInjector
static class ContextInjector.FieldWrapper extends java.lang.Object implements ContextInjector.InjectionAim
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Fieldfield
-
Constructor Summary
Constructors Modifier Constructor Description privateFieldWrapper(java.lang.reflect.Field field)
-
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)
-
-