Class LoadStopwordProperties
- java.lang.Object
-
- com.broadleafcommerce.search.core.service.LoadStopwordProperties
-
@ConfigurationProperties("broadleaf.search.load-stopword") public class LoadStopwordProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoadStopwordProperties.LoadStopwordProperty
-
Constructor Summary
Constructors Constructor Description LoadStopwordProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<LoadStopwordProperties.LoadStopwordProperty>getConfig()The stopwords to load on startupinthashCode()voidsetConfig(List<LoadStopwordProperties.LoadStopwordProperty> config)The stopwords to load on startupStringtoString()
-
-
-
Method Detail
-
getConfig
public List<LoadStopwordProperties.LoadStopwordProperty> getConfig()
The stopwords to load on startup
-
setConfig
public void setConfig(List<LoadStopwordProperties.LoadStopwordProperty> config)
The stopwords to load on startup
-
canEqual
protected boolean canEqual(Object other)
-
-