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.ParameterA single cosmos parameter of a query method.
-
-
Constructor Summary
Constructors Constructor Description CosmosParameter(org.springframework.core.MethodParameter parameter)Creates a newCosmosParameterfor the givenMethodParameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSpecialParameter()
-
-
-
Constructor Detail
-
CosmosParameter
public CosmosParameter(org.springframework.core.MethodParameter parameter)
Creates a newCosmosParameterfor the givenMethodParameter.- Parameters:
parameter- must not be null.
-
-