public class ClassMethodKeyGenerator extends Object implements ObjectKeyGenerator<MethodCall>
| Modifier and Type | Method and Description |
|---|---|
String |
generateKey(MethodCall call)
Generates a unique key for the given T object.
|
static ClassMethodKeyGenerator |
getInstance() |
public String generateKey(MethodCall call)
ObjectKeyGeneratorgenerateKey in interface ObjectKeyGenerator<MethodCall>call - The T object to identify.String for the given object.public static ClassMethodKeyGenerator getInstance()
Copyright © 2014–2018 University of Namur. All rights reserved.