@FunctionalInterface public interface SParser<T>
| Modifier and Type | Method and Description |
|---|---|
static <R> io.enoa.index.solr.parser.JsonParser<R> |
json(Class<R> type) |
static <R> io.enoa.index.solr.parser.JsonParser<R> |
json(EoJsonFactory ejf,
Class<R> type) |
static <R> io.enoa.index.solr.parser.JsonParser<R> |
json(EoJsonFactory ejf,
Type type) |
static <R> io.enoa.index.solr.parser.JsonParser<R> |
json(Type type) |
static io.enoa.index.solr.parser.JsonParser<Void> |
none() |
static io.enoa.index.solr.parser.JsonParser<Void> |
none(EoJsonFactory ejf) |
T |
result(HttpResponse resp) |
static io.enoa.index.solr.parser.OriginParser |
string() |
static io.enoa.index.solr.parser.OriginParser string()
static <R> io.enoa.index.solr.parser.JsonParser<R> json(EoJsonFactory ejf, Class<R> type)
static <R> io.enoa.index.solr.parser.JsonParser<R> json(EoJsonFactory ejf, Type type)
static <R> io.enoa.index.solr.parser.JsonParser<R> json(Class<R> type)
static <R> io.enoa.index.solr.parser.JsonParser<R> json(Type type)
static io.enoa.index.solr.parser.JsonParser<Void> none(EoJsonFactory ejf)
static io.enoa.index.solr.parser.JsonParser<Void> none()
T result(HttpResponse resp)
Copyright © 2019. All rights reserved.