| 限定符和类型 | 方法和说明 |
|---|---|
R |
decode(Payload payload) |
Payload |
encode(R body) |
Class<R> |
forType() |
static <T> JsonArrayCodec<T,List<T>> |
of(Class<T> type) |
static <T,R> JsonArrayCodec<T,R> |
of(Class<T> type,
Class<R> resultType,
java.util.function.Function<List<T>,R> function) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDecodeFrompublic static <T> JsonArrayCodec<T,List<T>> of(Class<T> type)
public static <T,R> JsonArrayCodec<T,R> of(Class<T> type, Class<R> resultType, java.util.function.Function<List<T>,R> function)
Copyright © 2019–2022. All rights reserved.