public interface LookupExtractor
Modifier and Type | Method and Description |
---|---|
String |
apply(String key)
Apply a particular lookup methodology to the input string
|
byte[] |
getCacheKey()
Create a cache key for use in results caching
|
@Nullable String apply(@NotNull String key)
key
- The value to apply the lookup to. May not be null@NotNull byte[] getCacheKey()
Copyright © 2011–2015. All rights reserved.