Interface ReactiveCosmosParameterAccessor

All Superinterfaces:
Iterable<Object>, org.springframework.data.repository.query.ParameterAccessor
All Known Implementing Classes:
ReactiveCosmosParameterParameterAccessor

public interface ReactiveCosmosParameterAccessor extends org.springframework.data.repository.query.ParameterAccessor
Interface to access method parameters. Allows dedicated access to parameters of special types and expose api to read values.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get values of method parameters

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.repository.query.ParameterAccessor

    findDynamicProjection, getBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iterator
  • Method Details

    • getValues

      Object[] getValues()
      Get values of method parameters
      Returns:
      Object[]