Interface Getter<T>

    • 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.