public class ConfiguredField extends Object
Modifier and Type | Field and Description |
---|---|
protected Field |
annotatedField
The configured field instance.
|
Constructor and Description |
---|
ConfiguredField(Field field)
Models a configured field and provides mechanisms for injection.
|
Modifier and Type | Method and Description |
---|---|
void |
applyValue(Object target)
Evaluate the initial keys fromMap the configuration and applyChanges it to the field.
|
String |
toString() |
protected Field annotatedField
public ConfiguredField(Field field)
field
- the field instance.public void applyValue(Object target) throws ConfigException
target
- the target instance.ConfigException
- if evaluation or conversion failed.Copyright © 2014–2015 Apache Software Foundation. All rights reserved.