Package io.micronaut.data.intercept
Interface IterableResultInterceptor<T,R>
- Type Parameters:
T
- The declaring typeR
- The container type.
- All Superinterfaces:
DataInterceptor<T,
Iterable<R>>
- All Known Subinterfaces:
FindAllInterceptor<T,
,R> ProcedureReturningManyInterceptor<T,
R>
- All Known Implementing Classes:
DefaultFindAllInterceptor
,DefaultProcedureReturningManyInterceptor
An interceptor that returns an iterable result.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept