Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerValueProcessor
-
Packages that use SnIndexerValueProcessor Package Description de.hybris.platform.searchservices.indexer.service.impl -
-
Uses of SnIndexerValueProcessor in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerValueProcessor Modifier and Type Class Description classOptionalParamSnIndexerValueProcessorImplementation ofSnIndexerValueProviderthat throws and exception for non optional fields without values.classSplitParamSnIndexerValueProcessorImplementation ofSnIndexerValueProviderthat allows to split string values.classValueCoercionSnIndexerValueProcessorImplementation ofSnIndexerValueProviderthat adjusts the value based on the field configuration.Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type SnIndexerValueProcessor Modifier and Type Method Description java.util.List<SnIndexerValueProcessor>AbstractSnIndexerValueProvider. getValueProcessors()Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type SnIndexerValueProcessor Modifier and Type Method Description voidAbstractSnIndexerValueProvider. setValueProcessors(java.util.List<SnIndexerValueProcessor> valueProcessors)
-