public class FieldInjectionPoint extends InjectionPoint
| Constructor and Description | 
|---|
| FieldInjectionPoint(Field field,
                   String configuration,
                   String key,
                   String format,
                   Class<? extends PropertyEditor> editor) | 
| Modifier and Type | Method and Description | 
|---|---|
| Field | getField() | 
| Class<?> | getType() | 
| 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