Key - Value - public class DelegateMapResolver<Key,Value> extends MapResolver<Key,Value>
A map-based resolver that will delegate to another resolved if the element is not
in the map. This is used to override a wrapped RefResolver, for example for
scoping of some sort.
| Constructor and Description |
|---|
DelegateMapResolver(RefResolver<Key,Value> delegate,
Map<Key,Value> map) |
Copyright © 2015. All rights reserved.