Uses of Class
de.gematik.prepare.pooling.GroupMatchStrategyType
-
Packages that use GroupMatchStrategyType Package Description de.gematik.prepare de.gematik.prepare.pooling -
-
Uses of GroupMatchStrategyType in de.gematik.prepare
Methods in de.gematik.prepare that return GroupMatchStrategyType Modifier and Type Method Description GroupMatchStrategyTypePrepareItemsConfig. getDefaultMatchStrategy()GroupMatchStrategyTypePrepareItemsMojo. getDefaultMatchStrategy()Default matching strategy.Methods in de.gematik.prepare with parameters of type GroupMatchStrategyType Modifier and Type Method Description PrepareItemsConfig.PrepareItemsConfigBuilderPrepareItemsConfig.PrepareItemsConfigBuilder. defaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy)voidPrepareItemsConfig. setDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy)voidPrepareItemsMojo. setDefaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy)Default matching strategy. -
Uses of GroupMatchStrategyType in de.gematik.prepare.pooling
Methods in de.gematik.prepare.pooling that return GroupMatchStrategyType Modifier and Type Method Description GroupMatchStrategyTypePoolGroup. getStrategy()static GroupMatchStrategyTypeGroupMatchStrategyType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupMatchStrategyType[]GroupMatchStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gematik.prepare.pooling with parameters of type GroupMatchStrategyType Modifier and Type Method Description voidPoolGroup. setStrategy(GroupMatchStrategyType strategy)PoolGroup.PoolGroupBuilderPoolGroup.PoolGroupBuilder. strategy(GroupMatchStrategyType strategy)Constructors in de.gematik.prepare.pooling with parameters of type GroupMatchStrategyType Constructor Description GroupMatcher(List<String> groups, GroupMatchStrategyType strategyType)PoolGroup(List<String> groupPattern, int amount, GroupMatchStrategyType strategy)
-