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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current value of the property.
  • Method Details

    • getValueList

      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.