public class AerospikeParametersParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements AerospikeParameterAccessor
| Constructor and Description |
|---|
AerospikeParametersParameterAccessor(ReactiveAerospikeQueryMethod method,
java.lang.Object[] values)
Creates a new
ParametersParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getValues()
Returns the raw parameter values of the underlying query method.
|
getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AerospikeParametersParameterAccessor(ReactiveAerospikeQueryMethod method, java.lang.Object[] values)
ParametersParameterAccessor.method - must not be null.values - must not be null.public java.lang.Object[] getValues()
getValues in interface AerospikeParameterAccessor