Interface PropertyGroupingProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultPropertyGroupingProvider, MetadataBasedGroupingProvider

public interface PropertyGroupingProvider extends Serializable
Groups Propertys.
Author:
miki since 2022-09-01
  • Method Details

    • groupDefinitions

      <T> Map<String,List<Property<T,?>>> groupDefinitions(List<Property<T,?>> definitions)
      Groups given definitions.
      Type Parameters:
      T - Type parameter for Propertys.
      Parameters:
      definitions - Definitions to group.
      Returns:
      A non-null (but possibly empty) map. The map will not contain new Propertys, those from the parameter will be reused.