public class ReactiveCosmosParameterParameterAccessor extends org.springframework.data.repository.query.ParametersParameterAccessor implements ReactiveCosmosParameterAccessor
ReactiveCosmosParameterParameterAccessor implementation using a ParametersParameterAccessor instance
to find special parameters.| Constructor and Description |
|---|
ReactiveCosmosParameterParameterAccessor(ReactiveCosmosQueryMethod method,
Object[] values)
Creates a new
ReactiveCosmosParameterParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getValues()
Get values of method parameters
|
findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iteratorforEach, spliteratorpublic ReactiveCosmosParameterParameterAccessor(ReactiveCosmosQueryMethod method, Object[] values)
ReactiveCosmosParameterParameterAccessor.method - must not be null.values - must not be null.public Object[] getValues()
ReactiveCosmosParameterAccessorgetValues in interface ReactiveCosmosParameterAccessorgetValues in class org.springframework.data.repository.query.ParametersParameterAccessorVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.