public class AbstractResultClassMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Class |
resultClass |
| Constructor and Description |
|---|
AbstractResultClassMapper(Class resultClass) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
map(Collection inputResults,
Expression[] resultNames)
Method to map the input results to the required result class type.
|
protected Class resultClass
public AbstractResultClassMapper(Class resultClass)
public Collection map(Collection inputResults, Expression[] resultNames)
inputResults - The results to processresultNames - Expressions for the result components of the input results (columns)Copyright © 2019. All rights reserved.