T - the key typepublic static interface PlaceholderHandler.KeyBasedValueResolver<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue(T key)
Returns a placeholder value for the placeholder key or null if none exists.
|
@Nullable
java.lang.String getValue(@NonNull
T key)