Package io.micronaut.data.intercept
Interface FindCursoredPageInterceptor<T,R>
- Type Parameters:
T- The declaring typeR- The return type
- All Superinterfaces:
DataInterceptor<T,R>
- All Known Implementing Classes:
DefaultFindCursoredPageInterceptor
An interceptor that handles a return type of
CursoredPage.- Since:
- 4.8.0
- Author:
- Andriy Dmytruk
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept