Interface CosmosParameterAccessor
-
- All Known Implementing Classes:
CosmosParameterParameterAccessor
public interface CosmosParameterAccessor extends org.springframework.data.repository.query.ParameterAccessorInterface 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 java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getValues
Object[] getValues()
Get values of method parameters- Returns:
- Object[]
-
-