ValueResolver instead.@Deprecated
public interface FieldValueProvider
| Modifier and Type | Field and Description |
|---|---|
static Logger |
LOG
Deprecated.
Logger that should be used
getFieldValues(IndexConfig, IndexedProperty, Object) method. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FieldValue> |
getFieldValues(IndexConfig indexConfig,
IndexedProperty indexedProperty,
java.lang.Object model)
Deprecated.
Since 5.5, use
ValueResolver instead. |
static final Logger LOG
getFieldValues(IndexConfig, IndexedProperty, Object) method.@Deprecated java.util.Collection<FieldValue> getFieldValues(IndexConfig indexConfig, IndexedProperty indexedProperty, java.lang.Object model) throws FieldValueProviderException
ValueResolver instead.FieldValue of a given indexedProperty that are fetched from the model based on the
indexConfig. Supports multi-language and multi-currencies.indexConfig - indexedProperty - model - FieldValue>FieldValueProviderExceptionCopyright © 2018 SAP SE. All Rights Reserved.