protected static class DefaultMVCGroupManager.MethodInjectionPoint extends DefaultMVCGroupManager.InjectionPoint
DefaultMVCGroupManager.InjectionPoint.Kind
Modifier | Constructor and Description |
---|---|
protected |
MethodInjectionPoint(String name,
boolean nullable,
DefaultMVCGroupManager.InjectionPoint.Kind kind,
Class<?> type,
Method method,
String format,
Class<? extends PropertyEditor> editor) |
Modifier and Type | Method and Description |
---|---|
protected void |
apply(MVCGroup group,
String memberType,
Object instance,
Map<String,Object> args) |
convertValue, isNoopPropertyEditor, resolvePropertyEditor
protected final Method method
protected MethodInjectionPoint(String name, boolean nullable, DefaultMVCGroupManager.InjectionPoint.Kind kind, Class<?> type, Method method, String format, Class<? extends PropertyEditor> editor)