public abstract class InjectionPoint extends Object
| Constructor and Description |
|---|
InjectionPoint(String configuration,
String key,
String format) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
String |
getFormat() |
String |
getKey() |
abstract Class<?> |
getType() |
abstract void |
setValue(Object instance,
Object value) |