public interface KeyFactory<T,R>
Modifier and Type | Method and Description |
---|---|
R |
generateKey(T object)
Generate a unique key based on an object and given return type.
|
R generateKey(T object)
object
- the object the key is representing.Copyright © 2018. All rights reserved.