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 Summary
Modifier and TypeMethodDescriptionmapListSettingKey(T value, int index, String key) Map a single list element value into one or moreSettingSpecifierobjects.
-
Method Details
-
mapListSettingKey
Map a single list element value into one or moreSettingSpecifierobjects.- 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.
-