Class CosmosParameter

java.lang.Object
org.springframework.data.repository.query.Parameter
com.azure.spring.data.cosmos.repository.query.CosmosParameter

public class CosmosParameter extends org.springframework.data.repository.query.Parameter
A single cosmos parameter of a query method.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CosmosParameter(org.springframework.core.MethodParameter parameter)
    Creates a new CosmosParameter for the given MethodParameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.springframework.data.repository.query.Parameter

    getIndex, getName, getPlaceholder, getType, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CosmosParameter

      public CosmosParameter(org.springframework.core.MethodParameter parameter)
      Creates a new CosmosParameter for the given MethodParameter.
      Parameters:
      parameter - must not be null.
  • Method Details

    • isSpecialParameter

      public boolean isSpecialParameter()
      Overrides:
      isSpecialParameter in class org.springframework.data.repository.query.Parameter