Class PagingAndSortingMethodsImplementor
- java.lang.Object
-
- io.quarkus.spring.data.rest.deployment.crud.CrudMethodsImplementor
-
- io.quarkus.spring.data.rest.deployment.paging.PagingAndSortingMethodsImplementor
-
- All Implemented Interfaces:
ResourceMethodsImplementor
public class PagingAndSortingMethodsImplementor extends CrudMethodsImplementor
-
-
Field Summary
Fields Modifier and Type Field Description static io.quarkus.gizmo.MethodDescriptorLIST_PAGED
-
Constructor Summary
Constructors Constructor Description PagingAndSortingMethodsImplementor(org.jboss.jandex.IndexView index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidimplementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)voidimplementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)-
Methods inherited from class io.quarkus.spring.data.rest.deployment.crud.CrudMethodsImplementor
getRepositoryInstance, implementAdd, implementDelete, implementGet, implementUpdate
-
-
-
-
Method Detail
-
implementList
public void implementList(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)- Specified by:
implementListin interfaceResourceMethodsImplementor- Overrides:
implementListin classCrudMethodsImplementor
-
implementListPageCount
public void implementListPageCount(io.quarkus.gizmo.ClassCreator classCreator, String repositoryInterface)- Specified by:
implementListPageCountin interfaceResourceMethodsImplementor- Overrides:
implementListPageCountin classCrudMethodsImplementor
-
-