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 @Nullable MethodgetMethod()Optional operation (may returnnull)@Nullable StringgetMethodName()Optional operation (may returnnull)voidset(Object target, @Nullable Object value)
-