public interface ArgumentConverterAccess
Modifier and Type | Field and Description |
---|---|
static ArgumentConverterAccess |
EMPTY |
Modifier and Type | Method and Description |
---|---|
<T> java.util.Optional<ArgumentConverter<T>> |
getConverter(Key<T> key)
Get a converter for a key.
|
java.util.Set<Key<?>> |
keySet() |
static final ArgumentConverterAccess EMPTY
java.util.Set<Key<?>> keySet()
<T> java.util.Optional<ArgumentConverter<T>> getConverter(Key<T> key)
T
- the type of value returned by the converterkey
- the key the converter is registered under