Interface SettingUtils.KeyedListCallback<T>

Type Parameters:
T - The collection type.
Enclosing class:
SettingUtils

public static interface SettingUtils.KeyedListCallback<T>
API to map a list element into a set of SettingSpecifier objects.
  • Method Details

    • mapListSettingKey

      Collection<SettingSpecifier> mapListSettingKey(T value, int index, String key)
      Map a single list element value into one or more SettingSpecifier objects.
      Parameters:
      value - The list element value.
      index - The list element index.
      key - An indexed key prefix to use for the grouped settings.
      Returns:
      The settings.