Interface TextSearchStringMapper
-
- All Known Implementing Classes:
DefaultTextSearchStringMapper
public interface TextSearchStringMapperMaps a search result to a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfromResultToString(Object result)Maps a search result to a string.
-