Uses of Class
de.gematik.combine.model.CombineItem
Packages that use CombineItem
Package
Description
-
Uses of CombineItem in de.gematik.combine.execution
Methods in de.gematik.combine.execution that return types with arguments of type CombineItemModifier and TypeMethodDescriptionTableGenerator.StateInfo.getAllMissingValues()TableGenerator.StateInfo.getAllUsedValues()Method parameters in de.gematik.combine.execution with type arguments of type CombineItemModifier and TypeMethodDescriptionTableGenerator.generateTable(List<CombineItem> combineItems, ConfiguredFilters filters) voidExamplesProcessor.process(io.cucumber.messages.types.Examples gherkinExample, CombineConfiguration config, List<CombineItem> combineItems, String scenarioName) voidFileProcessor.process(File file, CombineConfiguration config, List<CombineItem> combineItems) voidGherkinProcessor.process(io.cucumber.messages.types.GherkinDocument gherkinDocument, CombineConfiguration config, List<CombineItem> combineItems) voidScenarioProcessor.process(io.cucumber.messages.types.Scenario scenario, CombineConfiguration config, List<CombineItem> combineItems) -
Uses of CombineItem in de.gematik.combine.model
Methods in de.gematik.combine.model that return CombineItemModifier and TypeMethodDescriptionCombineItem.CombineItemBuilder.build()TableCell.getCombineItem()Methods in de.gematik.combine.model with parameters of type CombineItemModifier and TypeMethodDescriptionTableCell.TableCellBuilder.combineItem(CombineItem combineItem) intCombineItem.compareTo(CombineItem other) intTableCell.compareTo(CombineItem other) Constructors in de.gematik.combine.model with parameters of type CombineItem -
Uses of CombineItem in de.gematik.prepare
Methods in de.gematik.prepare with parameters of type CombineItemModifier and TypeMethodDescriptionItemsCreator.evaluateExpressions(CombineItem item, Map<?, ?> jsonContext) Method parameters in de.gematik.prepare with type arguments of type CombineItem -
Uses of CombineItem in de.gematik.prepare.pooling
Methods in de.gematik.prepare.pooling that return types with arguments of type CombineItemModifier and TypeMethodDescriptionGroupMatcher.getAllItemsMatching(List<CombineItem> allItems) Pooler.pool()Methods in de.gematik.prepare.pooling with parameters of type CombineItemMethod parameters in de.gematik.prepare.pooling with type arguments of type CombineItemModifier and TypeMethodDescriptionGroupMatcher.getAllItemsMatching(List<CombineItem> allItems) GroupMatcher.getAllMatchingGroups(List<CombineItem> matchingItems) -
Uses of CombineItem in de.gematik.utils
Methods in de.gematik.utils that return types with arguments of type CombineItemModifier and TypeMethodDescriptionstatic List<CombineItem>Utils.getItemsToCombine(File file, org.apache.maven.plugin.Mojo mojo, boolean useCreated) read the combine_items.json file into the combineItems listMethods in de.gematik.utils with parameters of type CombineItem