Interface Setter
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ChainedPropertyAccessImpl
,EnhancedSetterImpl
,EnhancedSetterMethodImpl
,PropertyAccessMapImpl.SetterImpl
,SetterFieldImpl
,SetterMethodImpl
public interface Setter extends Serializable
The contract for setting the value of a persistent attribute on its container/owner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Method
getMethod()
Optional operation (may returnnull
)String
getMethodName()
Optional operation (may returnnull
)void
set(Object target, Object value)
-