Key With Default
A generic configuration key to reduce boilerplate
Parameters
<T>
The type of the value associated with this configuration key
Constructors
Link copied to clipboard
public void KeyWithDefault(@Nonnull() QualifiedKey namespace, @Nonnull() String key, @Nonnull() IKeyDeserializer<T> serializer, @Nonnull() T defaultValue)
public void KeyWithDefault(@Nonnull() QualifiedKey qualifiedKey, @Nonnull() IKeyDeserializer<T> serializer, @Nonnull() T defaultValue)