Interface ValueSetter<E,T>

Type Parameters:
E -
T -
All Known Subinterfaces:
ValueGetterSetter<E,T>
All Known Implementing Classes:
Common.BeanProperty, Common.MapProperty, Common.ValueSaver

public interface ValueSetter<E,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(E object, T value)