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