Package com.bld.proxy.api.find.annotations
package com.bld.proxy.api.find.annotations
-
Annotation InterfacesClassDescriptionRegisters an
AfterFindhook to be invoked after the query results are returned by theproxy-api-controllerinterceptor.Registers aBeforeFindhook to be invoked before the query is executed by theproxy-api-controllerinterceptor.Binds a controller interface or method to a specific JPA entity and its primary-key type, enabling theproxy-api-controllerframework to resolve and execute the correctJpaServiceat runtime.Marks an interface as a dynamic REST controller whose methods are intercepted at runtime by theproxy-api-controllerframework.Specifies the MapStruct (or any bean) mapper class and optional method name to use for converting query results before returning them from a dynamicApiFindControllermethod.