public class FieldInjectionPoint extends InjectionPoint
Constructor and Description |
---|
FieldInjectionPoint(Field field,
String configuration,
String key,
String format) |
Modifier and Type | Method and Description |
---|---|
Field |
getField() |
Class<?> |
getType() |
void |
setValue(Object instance,
Object value) |
String |
toString() |
getConfiguration, getFormat, getKey
public void setValue(@Nonnull Object instance, Object value)
setValue
in class InjectionPoint
@Nonnull public Class<?> getType()
getType
in class InjectionPoint