public interface GetResultMapper
| Modifier and Type | Method and Description |
|---|---|
<T> T |
mapGetResult(org.elasticsearch.index.get.GetResult getResult,
Class<T> type)
Map a single
GetResult to the given type. |
<T> T |
mapResult(org.elasticsearch.action.get.GetResponse response,
Class<T> clazz) |
<T> T mapResult(org.elasticsearch.action.get.GetResponse response,
Class<T> clazz)
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.