Class DefaultFindCursoredPageAsyncInterceptor
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,CompletionStage<R>>
io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor<Object,T>
io.micronaut.data.runtime.intercept.async.AbstractConvertCompletionStageInterceptor<CursoredPage<Object>>
io.micronaut.data.runtime.intercept.async.DefaultFindCursoredPageAsyncInterceptor
- All Implemented Interfaces:
FindCursoredAsyncPageInterceptor<Object>,DataInterceptor<Object,CompletionStage<CursoredPage<Object>>>
@Internal
public final class DefaultFindCursoredPageAsyncInterceptor
extends AbstractConvertCompletionStageInterceptor<CursoredPage<Object>>
implements FindCursoredAsyncPageInterceptor<Object>
Default implementation of
FindCursoredAsyncPageInterceptor delegating to findPage.- Since:
- 4.13
- Author:
- Denis Stepanov
-
Field Summary
Fields inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor
asyncDatastoreOperations, LIST_OF_OBJECTSFields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptor
conversionService, operations, preparedQueryResolver -
Constructor Summary
ConstructorsConstructorDescriptionDefaultFindCursoredPageAsyncInterceptor(@NonNull RepositoryOperations datastore) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<?>interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<CursoredPage<Object>>> context) Intercept CompletionStage.Methods inherited from class io.micronaut.data.runtime.intercept.async.AbstractConvertCompletionStageInterceptor
interceptMethods inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor
convertNumberToReturnType, findReturnType, getReturnTypeMethods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptor
convertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getDeleteReturningBatchOperation, getDeleteReturningOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getLimit, getOffset, getPageable, getPageableInRole, getPagedQuery, getParameterInRole, getParametersInRole, getParameterValueMap, getRequiredEntity, getRequiredParameterInRole, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, validateNullArgumentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept
-
Constructor Details
-
DefaultFindCursoredPageAsyncInterceptor
Default constructor.- Parameters:
datastore- The operations
-
-
Method Details
-
interceptCompletionStage
protected CompletionStage<?> interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<CursoredPage<Object>>> context) Description copied from class:AbstractConvertCompletionStageInterceptorIntercept CompletionStage.- Specified by:
interceptCompletionStagein classAbstractConvertCompletionStageInterceptor<CursoredPage<Object>>- Parameters:
methodKey- The method keycontext- The context- Returns:
- the result publisher
-