Class JsonQueryResultMapper<T,RS,R>

java.lang.Object
io.micronaut.data.runtime.mapper.sql.JsonQueryResultMapper<T,RS,R>
Type Parameters:
T - The entity type
RS - The result set type
R - The result type
All Implemented Interfaces:
SqlTypeMapper<RS,R>, TypeMapper<RS,R>

public class JsonQueryResultMapper<T,RS,R> extends Object implements SqlTypeMapper<RS,R>
The JSON query result mapper. Transforms result from single column with JSON value into the given entity.
Since:
4.0.0.
Author:
radovanradic