@FunctionalInterface public interface Mapper
MapResolver
handles a mapper in a similar way to
Map
. The difference is that a mapper is not a member of
Java Collections Framework and does not have to contain anything. In other
words, the lookup may be performed dynamically.
MapResolver
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
Copyright © 2017. All rights reserved.