protected abstract static class DefaultMVCGroupManager.InjectionPoint extends Object
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | DefaultMVCGroupManager.InjectionPoint.Type | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | name | 
| protected boolean | nullable | 
| protected DefaultMVCGroupManager.InjectionPoint.Type | type | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | InjectionPoint(String name,
              boolean nullable,
              DefaultMVCGroupManager.InjectionPoint.Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | apply(MVCGroup group,
     String memberType,
     Object instance,
     Map<String,Object> args) | 
protected final String name
protected final boolean nullable
protected final DefaultMVCGroupManager.InjectionPoint.Type type
protected InjectionPoint(String name, boolean nullable, DefaultMVCGroupManager.InjectionPoint.Type type)