Interface Getter<T>

  • All Known Implementing Classes:
    FieldSetter

    public interface Getter<T>
    Interface that can be instantiated to get default values.
    Author:
    Stephan Fuhrmann
    See Also:
    Setter
    • Method Detail

      • getValueList

        java.util.List<T> getValueList()
        Gets the current value of the property.

        A Getter object has an implicit knowledge about the property it's getting, and the instance of the option bean.

        Returns:
        empty list or null if there's no current value.