public interface HeaderKey<T>
T
getDefaultValue()
String
getKey()
default Class<T>
getType()
static <T> HeaderKey<T>
of(String key, T defaultValue)
of(String key, T defaultValue, Class<T> type)
String getKey()
T getDefaultValue()
default Class<T> getType()
static <T> HeaderKey<T> of(String key, T defaultValue, Class<T> type)
static <T> HeaderKey<T> of(String key, T defaultValue)
Copyright © 2019–2022. All rights reserved.