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