public interface RefResolver<Key,Value>
Defines a generic capability to resolve a reference of type Key to an object of type Value. This is similar to a LazyRef but with a key.
Key
Value
LazyRef
resolve(Key key)
Value resolve(Key key)
Copyright © 2015. All rights reserved.