public class ImmutableInvocationMapping<K extends Serializable,E> extends Object implements InvocationMapping<K,E>
This class is an immutable invocation mapping.
| Constructor and Description |
|---|
ImmutableInvocationMapping(Method method,
DataStoreOperation<?,K,E> operation) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
DataStoreOperation<?,K,E> |
getOperation() |
String |
toString() |
public ImmutableInvocationMapping(Method method, DataStoreOperation<?,K,E> operation)
public Method getMethod()
getMethod in interface InvocationMapping<K extends Serializable,E>public DataStoreOperation<?,K,E> getOperation()
getOperation in interface InvocationMapping<K extends Serializable,E>Copyright © 2014–2016. All rights reserved.