Interface ModelValueProviderExtension

All Superinterfaces:
FeatureSettings, Serializable
All Known Implementing Classes:
V8FeatureSettings.V8ModelFeatureSettings

public interface ModelValueProviderExtension extends FeatureSettings
The interface extension for feature settings that provides model value of the object. This provider knows how to get string value for the object for this feature.
  • Method Details

    • getValue

      String getValue(Object source)
      Gets the model value of the feature in the source object.
      Parameters:
      source - the source object, cannot be null.
      Returns:
      the model value of the feature, may return null if value is empty.