public interface ContextKeyValue<T>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey() |
T |
getValue() |
static <T> ContextKeyValue<T> |
of(ContextKey<?> key,
T value) |
static <T> ContextKeyValue<T> |
of(String key,
T value) |
String getKey()
T getValue()
static <T> ContextKeyValue<T> of(String key, T value)
static <T> ContextKeyValue<T> of(ContextKey<?> key, T value)
Copyright © 2021. All rights reserved.