R - pojo type returned by the mappingpublic class KustoResultMapper<R> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KustoResultMapper.Builder<R> |
| Modifier and Type | Method and Description |
|---|---|
List<R> |
extractList(KustoResultSetTable resultSet) |
R |
extractSingle(KustoResultSetTable resultSet) |
static <R> KustoResultMapper.Builder<R> |
newBuilder(Supplier<R> objConstructor) |
public static <R> KustoResultMapper.Builder<R> newBuilder(Supplier<R> objConstructor)
public R extractSingle(KustoResultSetTable resultSet)
public List<R> extractList(KustoResultSetTable resultSet)
Copyright © 2023. All rights reserved.