protected static class DefaultMVCGroupManager.FieldInjectionPoint extends DefaultMVCGroupManager.InjectionPoint
DefaultMVCGroupManager.InjectionPoint.Kind
Modifier | Constructor and Description |
---|---|
protected |
FieldInjectionPoint(String name,
boolean nullable,
DefaultMVCGroupManager.InjectionPoint.Kind kind,
Class<?> type,
Field field,
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 Field field
protected FieldInjectionPoint(String name, boolean nullable, DefaultMVCGroupManager.InjectionPoint.Kind kind, Class<?> type, Field field, String format, Class<? extends PropertyEditor> editor)