Class ReactiveCosmosParameterParameterAccessor
java.lang.Object
org.springframework.data.repository.query.ParametersParameterAccessor
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterParameterAccessor
- All Implemented Interfaces:
ReactiveCosmosParameterAccessor,Iterable<Object>,org.springframework.data.repository.query.ParameterAccessor
public class ReactiveCosmosParameterParameterAccessor
extends org.springframework.data.repository.query.ParametersParameterAccessor
implements ReactiveCosmosParameterAccessor
ReactiveCosmosParameterParameterAccessor implementation using a ParametersParameterAccessor instance
to find special parameters.-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCosmosParameterParameterAccessor(ReactiveCosmosQueryMethod method, Object[] values) Creates a newReactiveCosmosParameterParameterAccessor. -
Method Summary
Methods inherited from class org.springframework.data.repository.query.ParametersParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getParameters, getScrollPosition, getSort, getValue, hasBindableNullValue, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.repository.query.ParameterAccessor
findDynamicProjection, getBindableValue, getLimit, getPageable, getScrollPosition, getSort, hasBindableNullValue, iterator
-
Constructor Details
-
ReactiveCosmosParameterParameterAccessor
Creates a newReactiveCosmosParameterParameterAccessor.- Parameters:
method- must not be null.values- must not be null.
-
-
Method Details
-
getValues
Description copied from interface:ReactiveCosmosParameterAccessorGet values of method parameters- Specified by:
getValuesin interfaceReactiveCosmosParameterAccessor- Overrides:
getValuesin classorg.springframework.data.repository.query.ParametersParameterAccessor- Returns:
- Object[]
-