Interface CosmosParameterAccessor

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

    public interface CosmosParameterAccessor
    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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object[] getValues()
      Get values of method parameters
      • Methods inherited from interface org.springframework.data.repository.query.ParameterAccessor

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

      • getValues

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