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