public class MethodInjectionPoint extends InjectionPoint
| Constructor and Description | 
|---|
MethodInjectionPoint(Method writeMethod,
                    String configuration,
                    String key,
                    String format,
                    Class<? extends PropertyEditor> editor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
getType()  | 
Method | 
getWriteMethod()  | 
void | 
setValue(Object instance,
        Object value)  | 
String | 
toString()  | 
getConfiguration, getEditor, getFormat, getKeypublic void setValue(@Nonnull Object instance, Object value)
setValue in class InjectionPoint@Nonnull public Class<?> getType()
getType in class InjectionPoint