Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACC_FINAL - Static variable in class io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
- ACC_STATIC - Static variable in class io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
- addConsumesAnnotation(AnnotatedElement, String...) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addContextAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addDefaultValueAnnotation(AnnotatedElement, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addDeleteAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addGetAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addLinksAnnotation(AnnotatedElement, ResourceProperties, String, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addMethodAnnotations(AnnotatedElement, Collection<AnnotationInstance>) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- AddMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- AddMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.AddMethodImplementor
- addOpenApiResponseAnnotation(AnnotatedElement, Response.Status) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addOpenApiResponseAnnotation(AnnotatedElement, Response.Status, Class<?>, boolean) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addOpenApiResponseAnnotation(AnnotatedElement, Response.Status, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addOpenApiResponseAnnotation(AnnotatedElement, Response.Status, String, boolean) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addPathAnnotation(AnnotatedElement, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addPathParamAnnotation(AnnotatedElement, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addPostAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addProducesAnnotation(AnnotatedElement, String...) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addProducesJsonAnnotation(AnnotatedElement, ResourceProperties) - Method in class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
- addProducesJsonAnnotation(AnnotatedElement, ResourceProperties) - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
- addProducesJsonAnnotation(AnnotatedElement, ResourceProperties) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addPutAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addQueryParamAnnotation(AnnotatedElement, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addSecurityAnnotations(AnnotatedElement, ResourceProperties) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- addSortQueryParamValidatorAnnotation(AnnotatedElement) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- appendToPath(String, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- APPLICATION_HAL_JSON - Static variable in interface io.quarkus.rest.data.panache.deployment.methods.MethodImplementor
- APPLICATION_JSON - Static variable in interface io.quarkus.rest.data.panache.deployment.methods.MethodImplementor
C
- Constants - Class in io.quarkus.rest.data.panache.deployment
- Constants() - Constructor for class io.quarkus.rest.data.panache.deployment.Constants
- CountMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- CountMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.CountMethodImplementor
- created(BytecodeCreator, ResultHandle, ResourceProperties) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- createFrom(BytecodeCreator, ResultHandle) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Implements Uni.createFrom().item(object) which returns an `Uni
D
- DEFAULT_PAGE_INDEX - Static variable in class io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor
- DEFAULT_PAGE_SIZE - Static variable in class io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor
- DeleteMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- DeleteMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.DeleteMethodImplementor
E
F
- findMethodByName(ClassInfo, String) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- flatMap(BytecodeCreator, ResultHandle, String, BiConsumer<BytecodeCreator, ResultHandle>) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Given a Uni instance, this method implements the `flatMap` method: uni.flatMap(item -> ...).
- fromClass(String) - Static method in class io.quarkus.rest.data.panache.deployment.utils.ResourceName
G
- getClassAnnotations() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getClassInfo() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerBuildItem
- getClazz() - Method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.Parameter
- getEntityFields(IndexView, String) - Static method in class io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
- getEntityType() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getEntityType() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerBuildItem
- getEntityUrl(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- getFields() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getFromClass(String) - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesProvider
-
Find resource and method properties annotations used by a given interface and build
ResourcePropertiesinstance. - getHalCollectionName() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getIdType() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getLinks(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor
-
Return an array with the links applicable for the provided page and page count.
- getListenersByEntityType(IndexView, List<ResourceMethodListenerBuildItem>, String) - Static method in class io.quarkus.rest.data.panache.deployment.utils.EntityTypeUtils
- getMethodAnnotations() - Method in class io.quarkus.rest.data.panache.deployment.properties.MethodProperties
- getMethodAnnotations(String) - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getMethodCreator(String, ClassCreator, SignatureMethodCreator.ReturnType, SignatureMethodCreator.Parameter...) - Static method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
-
Creates a method using a signature (which allows declaring parameterized types like lists).
- GetMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- GetMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.GetMethodImplementor
- getMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
- getMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
- getName() - Method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.Parameter
- getPage(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor
-
Get a
Pageinstance give an index and size. - getPath() - Method in class io.quarkus.rest.data.panache.deployment.properties.MethodProperties
- getPath() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getPath(String) - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getResourceClass() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getResourceInterface() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getResourceMetadata() - Method in class io.quarkus.rest.data.panache.deployment.RestDataResourceBuildItem
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.AddMethodImplementor
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.CountMethodImplementor
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.DeleteMethodImplementor
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.GetMethodImplementor
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
-
Get a name of a method which this controller uses to access data.
- getResourceMethodName() - Method in class io.quarkus.rest.data.panache.deployment.methods.UpdateMethodImplementor
- getResourceName() - Method in class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- getResourcePropertiesInfo() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesBuildItem
- getResourceType() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesBuildItem
- getRolesAllowed() - Method in class io.quarkus.rest.data.panache.deployment.properties.MethodProperties
- getRolesAllowed(String) - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- getSort(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.SortImplementor
-
Builds a Panache
Sortinstance based on the sort query parameters. - getType() - Method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.Parameter
H
- hasSecurityCapability() - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- hasValidatorCapability() - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
I
- implement(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
-
Implement a method if it is exposed and hal is enabled.
- implement(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in interface io.quarkus.rest.data.panache.deployment.methods.MethodImplementor
-
Implement a specific JAX-RS method using the provided resource metadata.
- implement(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
-
Implement exposed JAX-RS method.
- implement(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.UserMethodsWithAnnotationsImplementor
- implement(ClassOutput, ResourceMetadata, ResourceProperties, Capabilities) - Method in class io.quarkus.rest.data.panache.deployment.JaxRsResourceImplementor
-
Implement a JAX-RS resource with a following structure.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.AddMethodImplementor
-
Generate JAX-RS POST method.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.CountMethodImplementor
-
Generate JAX-RS GET method.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.DeleteMethodImplementor
-
Generate JAX-RS DELETE method.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.GetMethodImplementor
-
Generate JAX-RS GET method.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
-
Generate JAX-RS GET method.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
-
Implement the actual JAX-RS method logic.
- implementInternal(ClassCreator, ResourceMetadata, ResourceProperties, FieldDescriptor) - Method in class io.quarkus.rest.data.panache.deployment.methods.UpdateMethodImplementor
-
Generate JAX-RS UPDATE method.
- implementResources(CombinedIndexBuildItem, List<RestDataResourceBuildItem>, List<ResourcePropertiesBuildItem>, List<BuildTimeConditionBuildItem>, Capabilities, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<GeneratedJaxRsResourceBuildItem>) - Method in class io.quarkus.rest.data.panache.deployment.RestDataProcessor
- implementTryBlock(BytecodeCreator, String) - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- invoke(BytecodeCreator, ResultHandle, BiConsumer<BytecodeCreator, ResultHandle>) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Given an uni, it will call invoke on it
- invokeMethodUsingEntity(String, BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- invokeMethodUsingId(String, BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- io.quarkus.rest.data.panache.deployment - package io.quarkus.rest.data.panache.deployment
- io.quarkus.rest.data.panache.deployment.methods - package io.quarkus.rest.data.panache.deployment.methods
- io.quarkus.rest.data.panache.deployment.methods.hal - package io.quarkus.rest.data.panache.deployment.methods.hal
- io.quarkus.rest.data.panache.deployment.properties - package io.quarkus.rest.data.panache.deployment.properties
- io.quarkus.rest.data.panache.deployment.utils - package io.quarkus.rest.data.panache.deployment.utils
- isExposed() - Method in class io.quarkus.rest.data.panache.deployment.properties.MethodProperties
- isExposed() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- isExposed(String) - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- isHal() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- isNotReactivePanache() - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- isPaged() - Method in class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- isResteasyClassic() - Method in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
J
- JaxRsResourceImplementor - Class in io.quarkus.rest.data.panache.deployment
-
Implement a JAX-RS controller exposing a specific
RestDataResourceimplementation. - JaxRsResourceImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.JaxRsResourceImplementor
L
- list(BytecodeCreator, ResourceMetadata, ResultHandle, ResultHandle, ResultHandle, ResultHandle, Map<String, ResultHandle>) - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
- listenerFields - Variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ListHalMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods.hal
- ListHalMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
- ListMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- ListMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
M
- map(BytecodeCreator, ResultHandle, String, BiConsumer<BytecodeCreator, ResultHandle>) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Given a Uni instance, this method implements the `map` method: uni.map(item -> ...).
- MethodImplementor - Interface in io.quarkus.rest.data.panache.deployment.methods
-
JAX-RS method implementor.
- MethodProperties - Class in io.quarkus.rest.data.panache.deployment.properties
- MethodProperties(boolean, String, String[], Collection<AnnotationInstance>) - Constructor for class io.quarkus.rest.data.panache.deployment.properties.MethodProperties
N
- noContent(BytecodeCreator) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- notFound(BytecodeCreator) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- notFoundException(BytecodeCreator) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
O
- ok(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- ok(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- ON_AFTER - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_AFTER_ADD_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_AFTER_DELETE_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_AFTER_UPDATE_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_BEFORE_ADD_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_BEFORE_DELETE_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ON_BEFORE_UPDATE_METHOD_NAME - Static variable in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- onBeforeAdd(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- onBeforeDelete(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- onBeforeUpdate(BytecodeCreator, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- onFailure(BytecodeCreator, ResultHandle, String) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Given a Uni instance, this method implements the `onFailure` method: uni.onFailure(ex -> ...).
- onFailure(BytecodeCreator, ResultHandle, BiFunction<BytecodeCreator, ResultHandle, ResultHandle>) - Static method in class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
-
Given a Uni instance, this method implements the `onFailure` method: uni.onFailure().invoke(ex -> ...).
P
- PAGE_COUNT_METHOD_PREFIX - Static variable in class io.quarkus.rest.data.panache.deployment.Constants
- PaginationImplementor - Class in io.quarkus.rest.data.panache.deployment.utils
-
Pagination logic implementor utilities.
- PaginationImplementor() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.PaginationImplementor
- param(String, Object) - Static method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
- param(String, Object, Type) - Static method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
- Parameter() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.Parameter
- primitiveToClass(String) - Static method in class io.quarkus.rest.data.panache.deployment.utils.TypeUtils
- processEventListener(String, BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
R
- ResourceMetadata - Class in io.quarkus.rest.data.panache.deployment
- ResourceMetadata(String, String, ClassInfo, String, String, Map<String, Type>) - Constructor for class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- ResourceMetadata(String, ClassInfo, String, String, Map<String, Type>) - Constructor for class io.quarkus.rest.data.panache.deployment.ResourceMetadata
- ResourceMethodListenerBuildItem - Class in io.quarkus.rest.data.panache.deployment
- ResourceMethodListenerBuildItem(ClassInfo, Type) - Constructor for class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerBuildItem
- ResourceMethodListenerImplementor - Class in io.quarkus.rest.data.panache.deployment
- ResourceMethodListenerImplementor(ClassCreator, List<ClassInfo>) - Constructor for class io.quarkus.rest.data.panache.deployment.ResourceMethodListenerImplementor
- ResourceName - Class in io.quarkus.rest.data.panache.deployment.utils
- ResourceName() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.ResourceName
- ResourceProperties - Class in io.quarkus.rest.data.panache.deployment.properties
- ResourceProperties(boolean, String, boolean, boolean, String, String[], Collection<AnnotationInstance>, Map<String, MethodProperties>) - Constructor for class io.quarkus.rest.data.panache.deployment.properties.ResourceProperties
- ResourcePropertiesBuildItem - Class in io.quarkus.rest.data.panache.deployment.properties
- ResourcePropertiesBuildItem(String, ResourceProperties) - Constructor for class io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesBuildItem
- ResourcePropertiesProvider - Class in io.quarkus.rest.data.panache.deployment.properties
- ResourcePropertiesProvider(IndexView) - Constructor for class io.quarkus.rest.data.panache.deployment.properties.ResourcePropertiesProvider
- responseImplementor - Variable in class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- ResponseImplementor - Class in io.quarkus.rest.data.panache.deployment.utils
- ResponseImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.utils.ResponseImplementor
- responseType() - Static method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
- RestDataProcessor - Class in io.quarkus.rest.data.panache.deployment
- RestDataProcessor() - Constructor for class io.quarkus.rest.data.panache.deployment.RestDataProcessor
- RestDataResourceBuildItem - Class in io.quarkus.rest.data.panache.deployment
- RestDataResourceBuildItem(ResourceMetadata) - Constructor for class io.quarkus.rest.data.panache.deployment.RestDataResourceBuildItem
- ReturnType() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.ReturnType
- returnValue(BytecodeCreator, ResourceMetadata, ResourceProperties, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
- returnValue(BytecodeCreator, ResourceMetadata, ResourceProperties, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
- returnValueWithLinks(BytecodeCreator, ResourceMetadata, ResourceProperties, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.methods.hal.ListHalMethodImplementor
- returnValueWithLinks(BytecodeCreator, ResourceMetadata, ResourceProperties, ResultHandle, ResultHandle) - Method in class io.quarkus.rest.data.panache.deployment.methods.ListMethodImplementor
S
- SignatureMethodCreator - Class in io.quarkus.rest.data.panache.deployment.utils
- SignatureMethodCreator() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
- SignatureMethodCreator.Parameter - Class in io.quarkus.rest.data.panache.deployment.utils
- SignatureMethodCreator.ReturnType - Class in io.quarkus.rest.data.panache.deployment.utils
- SortImplementor - Class in io.quarkus.rest.data.panache.deployment.utils
- SortImplementor() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.SortImplementor
- StandardMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
-
A standard JAX-RS method implementor.
- StandardMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.StandardMethodImplementor
- supportingBuildItems(Capabilities, BuildProducer<RuntimeInitializedClassBuildItem>, BuildProducer<ResteasyJaxrsProviderBuildItem>, BuildProducer<ContainerRequestFilterBuildItem>) - Method in class io.quarkus.rest.data.panache.deployment.RestDataProcessor
T
- toGizmoType(Object) - Static method in class io.quarkus.rest.data.panache.deployment.utils.TypeUtils
- TypeUtils - Class in io.quarkus.rest.data.panache.deployment.utils
U
- UniImplementor - Class in io.quarkus.rest.data.panache.deployment.utils
- UniImplementor() - Constructor for class io.quarkus.rest.data.panache.deployment.utils.UniImplementor
- uniType(Object...) - Static method in class io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator
- UpdateMethodImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
- UpdateMethodImplementor(Capabilities) - Constructor for class io.quarkus.rest.data.panache.deployment.methods.UpdateMethodImplementor
- UserMethodsWithAnnotationsImplementor - Class in io.quarkus.rest.data.panache.deployment.methods
-
Propagate all the user methods that have annotations.
- UserMethodsWithAnnotationsImplementor() - Constructor for class io.quarkus.rest.data.panache.deployment.methods.UserMethodsWithAnnotationsImplementor
All Classes and Interfaces|All Packages|Constant Field Values