Interface PropertyGroupingProvider
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPropertyGroupingProvider,MetadataBasedGroupingProvider
public interface PropertyGroupingProvider extends Serializable
GroupsPropertys.- Author:
- miki since 2022-09-01
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Map<String,List<Property<T,?>>>groupDefinitions(List<Property<T,?>> definitions)Groups given definitions.
-