public class DefaultPropertyGroupingProvider extends Object implements PropertyGroupingProvider
| Constructor and Description |
|---|
DefaultPropertyGroupingProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> Map<String,List<Property<T,?>>> |
groupDefinitions(List<Property<T,?>> definitions)
Groups given definitions.
|
public <T> Map<String,List<Property<T,?>>> groupDefinitions(List<Property<T,?>> definitions)
PropertyGroupingProvidergroupDefinitions in interface PropertyGroupingProviderT - Type parameter for Propertys.definitions - Definitions to group.null (but possibly empty) map. The map will not contain new Propertys, those from the parameter will be reused.Copyright © 2024 Miki. All rights reserved.