Uses of Class
org.r10r.sqlify.resultparser.SingleResultParser
-
Packages that use SingleResultParser Package Description org.r10r.sqlify.resultparser -
-
Uses of SingleResultParser in org.r10r.sqlify.resultparser
Methods in org.r10r.sqlify.resultparser that return SingleResultParser Modifier and Type Method Description static <E> SingleResultParser<E>SingleResultParser. of(Class<E> clazz)static <E> SingleResultParser<E>SingleResultParser. of(RowParser<E> rowParser)Define your own RowParser.
-