- Type Parameters:
T
- the type of object to map FQL result data to.
public interface FqlResultMapper<T>
An interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis.
Roughly analogous to a RowMapper used with Spring's JdbcTemplate.