Class SqlDTOMapper<T,S,R>

java.lang.Object
io.micronaut.data.runtime.mapper.DTOMapper<T,S,R>
io.micronaut.data.runtime.mapper.sql.SqlDTOMapper<T,S,R>
Type Parameters:
T - The entity type
S - The source type.
R - The result type
All Implemented Interfaces:
BeanIntrospectionMapper<S,R>, SqlTypeMapper<S,R>, TypeMapper<S,R>

public class SqlDTOMapper<T,S,R> extends DTOMapper<T,S,R> implements SqlTypeMapper<S,R>
Subclass of DTOMapper specifically for SQL.