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