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