Class CosmosParameter


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

      • CosmosParameter

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

      • isSpecialParameter

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