public abstract class CategoryMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryRule> |
rules |
| Constructor and Description |
|---|
CategoryMapper(List<CategoryRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
abstract CategoryMatchQuality<?> |
applyCustomRules(Category sourceCategory,
Category targetCategory) |
abstract Category |
findBestCategoryMatch(Category sourceCategory,
List<Category> targetCategories) |
protected final List<CategoryRule> rules
public CategoryMapper(List<CategoryRule> rules)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.