protected static class GuiceInjectorFactory.FieldInjectionPoint extends GuiceInjectorFactory.InjectionPoint
GuiceInjectorFactory.InjectionPoint.Type| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Field |
field |
name, nullable, type| Modifier | Constructor and Description |
|---|---|
protected |
FieldInjectionPoint(java.lang.String name,
boolean nullable,
java.lang.reflect.Field field,
GuiceInjectorFactory.InjectionPoint.Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
apply(Context context,
java.lang.Object instance) |
protected FieldInjectionPoint(java.lang.String name,
boolean nullable,
java.lang.reflect.Field field,
GuiceInjectorFactory.InjectionPoint.Type type)
protected void apply(@Nonnull
Context context,
@Nonnull
java.lang.Object instance)
apply in class GuiceInjectorFactory.InjectionPoint