public interface Mapper<K,V>
Used with the @Mapify annotation to convert collections (usually of embedded objects) into maps with arbitrary keys.
K
getKey(V value)
K getKey(V value)
Copyright © 2014. All rights reserved.