protected abstract static class GuiceInjectorFactory.InjectionPoint extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
GuiceInjectorFactory.InjectionPoint.Type |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected boolean |
nullable |
protected GuiceInjectorFactory.InjectionPoint.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
InjectionPoint(String name,
boolean nullable,
GuiceInjectorFactory.InjectionPoint.Type type) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
apply(Context context,
Object instance) |
protected final String name
protected final boolean nullable
protected final GuiceInjectorFactory.InjectionPoint.Type type
protected InjectionPoint(String name, boolean nullable, GuiceInjectorFactory.InjectionPoint.Type type)