| 限定符和类型 | 字段和说明 |
|---|---|
static ErrorCodec |
DEFAULT |
static ErrorCodec |
RUNTIME |
| 构造器和说明 |
|---|
ErrorCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
decode(Payload payload) |
Payload |
encode(Throwable body) |
Class<Throwable> |
forType() |
static ErrorCodec |
of(java.util.function.Function<String,Throwable> mapping) |
static ErrorCodec |
of(reactor.function.Function3<String,String,String,Throwable> mapping) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisDecodeFrompublic static ErrorCodec RUNTIME
public static ErrorCodec DEFAULT
public static ErrorCodec of(java.util.function.Function<String,Throwable> mapping)
public static ErrorCodec of(reactor.function.Function3<String,String,String,Throwable> mapping)
Copyright © 2019–2022. All rights reserved.