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