public class BoostRuleConverter extends Object implements Converter<SolrBoostRuleModel,BoostRuleData>
| Constructor and Description |
|---|
BoostRuleConverter() |
| Modifier and Type | Method and Description |
|---|---|
BoostRuleData |
convert(SolrBoostRuleModel ruleModel)
Converts the source object, creating a new instance of the destination type
|
BoostRuleData |
convert(SolrBoostRuleModel ruleModel,
BoostRuleData boostRuleData)
Convert the source object by filling the prototype
|
void |
setEnumerationService(EnumerationService enumerationService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic BoostRuleData convert(SolrBoostRuleModel ruleModel)
Converterconvert in interface Converter<SolrBoostRuleModel,BoostRuleData>ruleModel - the source objectpublic BoostRuleData convert(SolrBoostRuleModel ruleModel, BoostRuleData boostRuleData)
Converterconvert in interface Converter<SolrBoostRuleModel,BoostRuleData>ruleModel - the source objectboostRuleData - the prototype to fillpublic void setEnumerationService(EnumerationService enumerationService)
Copyright © 2017 SAP SE. All Rights Reserved.