public interface KeyResolver<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.String> |
getKeys() |
T |
resolve(java.lang.String key)
Returns an element identified with the passed key.
|
@Nullable T resolve(java.lang.String key)
key - key to resolve.java.lang.Iterable<java.lang.String> getKeys()