public class SignatureDataOperationResolver extends Object implements DataOperationResolver
This class will resolve methods to the equivalent methods of the mapped implementations.
The process of equating methods to their implementation finds methods on the nearest implementation that can handle the given parameters, and whose name is the exact same as the invoked method.
Since the return value of the method can and will be adapted to the return value of the invoked method, return values are not considered to be so important, and they are not checked or considered.
| Constructor and Description |
|---|
SignatureDataOperationResolver(List<TypeMapping<?>> mappings) |
| Modifier and Type | Method and Description |
|---|---|
DataStoreOperation<?,?,?> |
resolve(Method method)
Resolves the data store operation from the given method
|
public SignatureDataOperationResolver(List<TypeMapping<?>> mappings)
public DataStoreOperation<?,?,?> resolve(Method method)
DataOperationResolverresolve in interface DataOperationResolvermethod - the method for which a data operation is required.Copyright © 2014–2016. All rights reserved.