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

    Modifier and Type
    Method
    Description
    @Nullable Method
    Optional operation (may return null)
    @Nullable String
    Optional operation (may return null)
    void
    set(Object target, @Nullable Object value)
     
  • Method Details

    • set

      void set(Object target, @Nullable Object value)
    • getMethodName

      @Nullable String getMethodName()
      Optional operation (may return null)
    • getMethod

      @Nullable Method getMethod()
      Optional operation (may return null)