public class SourceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> reactor.core.publisher.Flux<T> |
convertHits(com.fasterxml.jackson.databind.ObjectMapper mapper,
org.elasticsearch.action.search.SearchResponse r,
Class<T> clazz) |
static <T> reactor.core.publisher.Mono<T> |
convertSource(com.fasterxml.jackson.databind.ObjectMapper mapper,
String source,
Class<T> clazz) |
public static <T> reactor.core.publisher.Flux<T> convertHits(com.fasterxml.jackson.databind.ObjectMapper mapper,
org.elasticsearch.action.search.SearchResponse r,
Class<T> clazz)
Copyright © 2017 Committed. All rights reserved.