Interface Setter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ChainedPropertyAccessImpl,EnhancedSetterImpl,PropertyAccessMapImpl.SetterImpl,SetterFieldImpl,SetterMethodImpl
public interface Setter extends Serializable
The contract for setting a persistent property value into its container/owner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetMethod()Optional operation (may returnnull)StringgetMethodName()Optional operation (may returnnull)voidset(Object target, Object value)
-