Package io.micronaut.data.intercept
Interface FindOptionalInterceptor<T>
- Type Parameters:
 T- The declaring type
- All Superinterfaces:
 DataInterceptor<T,Optional<Object>> 
- All Known Implementing Classes:
 DefaultFindOptionalInterceptor
An interceptor that executes a 
Query and returns an optional single entity result.- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Method Summary
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept