Index
All Classes and Interfaces|All Packages|Serialized Form
A
- after(T, Object...) - Method in interface com.bld.proxy.api.find.AfterFind
- AfterFind<T> - Interface in com.bld.proxy.api.find
- ApiAfterFind - Annotation Interface in com.bld.proxy.api.find.annotations
-
Registers an
AfterFindhook to be invoked after the query results are returned by theproxy-api-controllerinterceptor. - ApiBeforeFind - Annotation Interface in com.bld.proxy.api.find.annotations
-
Registers a
BeforeFindhook to be invoked before the query is executed by theproxy-api-controllerinterceptor. - ApiFind - Annotation Interface in com.bld.proxy.api.find.annotations
-
Binds a controller interface or method to a specific JPA entity and its primary-key type, enabling the
proxy-api-controllerframework to resolve and execute the correctJpaServiceat runtime. - ApiFindController - Annotation Interface in com.bld.proxy.api.find.annotations
-
Marks an interface as a dynamic REST controller whose methods are intercepted at runtime by the
proxy-api-controllerframework. - ApiFindException - Exception Class in com.bld.proxy.api.find.exception
- ApiFindException() - Constructor for exception class com.bld.proxy.api.find.exception.ApiFindException
- ApiFindException(String) - Constructor for exception class com.bld.proxy.api.find.exception.ApiFindException
- ApiFindException(String, Throwable) - Constructor for exception class com.bld.proxy.api.find.exception.ApiFindException
- ApiFindException(String, Throwable, boolean, boolean) - Constructor for exception class com.bld.proxy.api.find.exception.ApiFindException
- ApiFindException(Throwable) - Constructor for exception class com.bld.proxy.api.find.exception.ApiFindException
- ApiFindInterceptor - Class in com.bld.proxy.api.find.intecerptor
- ApiFindInterceptor() - Constructor for class com.bld.proxy.api.find.intecerptor.ApiFindInterceptor
- ApiFindRegistrar - Class in com.bld.proxy.api.find.config
- ApiFindRegistrar() - Constructor for class com.bld.proxy.api.find.config.ApiFindRegistrar
- ApiMapper - Annotation Interface in com.bld.proxy.api.find.annotations
-
Specifies the MapStruct (or any bean) mapper class and optional method name to use for converting query results before returning them from a dynamic
ApiFindControllermethod. - ApiQuery - Annotation Interface in com.bld.proxy.api.find.config
B
- basePackageClasses() - Element in annotation interface com.bld.proxy.api.find.config.annotation.EnableProxyApiController
- basePackages() - Element in annotation interface com.bld.proxy.api.find.config.annotation.EnableProxyApiController
- before(BaseQueryParameter<E, ID>, Object...) - Method in interface com.bld.proxy.api.find.BeforeFind
- BeforeFind<E,
ID> - Interface in com.bld.proxy.api.find
C
- clients() - Element in annotation interface com.bld.proxy.api.find.config.annotation.EnableProxyApiController
- com.bld.proxy.api.find - package com.bld.proxy.api.find
- com.bld.proxy.api.find.annotations - package com.bld.proxy.api.find.annotations
- com.bld.proxy.api.find.config - package com.bld.proxy.api.find.config
- com.bld.proxy.api.find.config.annotation - package com.bld.proxy.api.find.config.annotation
- com.bld.proxy.api.find.data - package com.bld.proxy.api.find.data
- com.bld.proxy.api.find.exception - package com.bld.proxy.api.find.exception
- com.bld.proxy.api.find.intecerptor - package com.bld.proxy.api.find.intecerptor
D
- defaultConfiguration() - Element in annotation interface com.bld.proxy.api.find.config.annotation.EnableProxyApiController
- DefaultOrderBy - Annotation Interface in com.bld.proxy.api.find.config
E
- EnableProxyApiController - Annotation Interface in com.bld.proxy.api.find.config.annotation
- entity() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiFind
-
The JPA entity class that this controller method queries.
G
- getBasePackages(AnnotationMetadata) - Method in class com.bld.proxy.api.find.config.ApiFindRegistrar
- getIndex() - Method in class com.bld.proxy.api.find.data.ParameterDetails
- getParameter() - Method in class com.bld.proxy.api.find.data.ParameterDetails
- getScanner() - Method in class com.bld.proxy.api.find.config.ApiFindRegistrar
- getValue() - Method in class com.bld.proxy.api.find.data.ParameterDetails
I
- id() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiFind
-
The type of the entity's primary key (e.g.,
Long.class,UUID.class). - invoke(Object, Method, Object[]) - Method in class com.bld.proxy.api.find.intecerptor.ApiFindInterceptor
J
M
- method() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiMapper
-
The name of the mapping method to invoke on the mapper.
N
- newProxyInstance(Class<T>) - Method in class com.bld.proxy.api.find.config.ProxyConfig
O
- orderBy() - Element in annotation interface com.bld.proxy.api.find.config.ApiQuery
- orderType() - Element in annotation interface com.bld.proxy.api.find.config.DefaultOrderBy
P
- ParameterDetails - Class in com.bld.proxy.api.find.data
- ParameterDetails(Parameter, Object, Integer) - Constructor for class com.bld.proxy.api.find.data.ParameterDetails
- ProxyApiFindConfig - Class in com.bld.proxy.api.find.config
- ProxyApiFindConfig() - Constructor for class com.bld.proxy.api.find.config.ProxyApiFindConfig
- ProxyConfig - Class in com.bld.proxy.api.find.config
- ProxyConfig() - Constructor for class com.bld.proxy.api.find.config.ProxyConfig
R
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.bld.proxy.api.find.config.ApiFindRegistrar
S
- setEnvironment(Environment) - Method in class com.bld.proxy.api.find.config.ApiFindRegistrar
- setResourceLoader(ResourceLoader) - Method in class com.bld.proxy.api.find.config.ApiFindRegistrar
V
- value() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiAfterFind
-
The
AfterFindimplementation to invoke after the query returns results. - value() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiBeforeFind
-
The
BeforeFindimplementation to invoke before the query. - value() - Element in annotation interface com.bld.proxy.api.find.annotations.ApiMapper
-
The mapper class whose method will be called on each result entity.
- value() - Element in annotation interface com.bld.proxy.api.find.config.annotation.EnableProxyApiController
- value() - Element in annotation interface com.bld.proxy.api.find.config.ApiQuery
- value() - Element in annotation interface com.bld.proxy.api.find.config.DefaultOrderBy
All Classes and Interfaces|All Packages|Serialized Form