Interface ValueSetter
- All Known Implementing Classes:
DeferredValueSetter,PropertyPathExpressionValueSetter,ReplaceValueSetter
public interface ValueSetter
Provides methods for updating the value of a particular Java bean's property.
-
Method Summary
-
Method Details
-
setValue
Updates the specified property of the specified bean as appropriate.
-