Mapper newInstance()

If the mapper is modelled then the factory class should be specified for the SearchService mapperName property. If the mapper is NOT modelled then the mapper implementation must implement a

public static Mapper newInstance();

interface returning an new instance of this search service's mapper. In this case the SearchService mapperName property will be the class name of this implementation class.