All Classes and Interfaces
Class
Description
Registers an
AfterFind hook to be invoked after the query
results are returned by the proxy-api-controller interceptor.Registers a
BeforeFind hook to be invoked before the query
is executed by the proxy-api-controller interceptor.Binds a controller interface or method to a specific JPA entity and its
primary-key type, enabling the
proxy-api-controller framework to
resolve and execute the correct JpaService
at runtime.Marks an interface as a dynamic REST controller whose methods are intercepted
at runtime by the
proxy-api-controller framework.Specifies the MapStruct (or any bean) mapper class and optional method name
to use for converting query results before returning them from a dynamic
ApiFindController method.