TextSearchStringMapper Interface

public interface TextSearchStringMapper

Maps a search result to a string.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String fromResultToString(Object result)

Maps a search result to a string.

Method Details

fromResultToString

public abstract String fromResultToString(Object result)

Maps a search result to a string.

Parameters:

result - The search result.

Returns:

The string.

Applies to