Index

B C G I O P R S 
All Classes and Interfaces|All Packages

B

beanDefiningAnnotations(BuildProducer<BeanDefiningAnnotationBuildItem>) - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 
build(BuildProducer<ReflectiveClassBuildItem>, BuildProducer<ReflectiveHierarchyBuildItem>, BuildProducer<NativeImageProxyDefinitionBuildItem>, BuildProducer<BytecodeTransformerBuildItem>, BuildProducer<ResteasyServerConfigBuildItem>, BuildProducer<ResteasyDeploymentBuildItem>, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<AnnotationsTransformerBuildItem>, List<BuildTimeConditionBuildItem>, List<AutoInjectAnnotationBuildItem>, List<AdditionalJaxRsResourceDefiningAnnotationBuildItem>, List<AdditionalJaxRsResourceMethodAnnotationsBuildItem>, List<AdditionalJaxRsResourceMethodParamAnnotations>, List<AllowedJaxRsAnnotationPrefixBuildItem>, List<ResteasyDeploymentCustomizerBuildItem>, JaxrsProvidersToRegisterBuildItem, CombinedIndexBuildItem, BeanArchiveIndexBuildItem, Optional<ResteasyServletMappingBuildItem>, CustomScopeAnnotationsBuildItem) - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 
buildTimeConditionAware() - Method in interface io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.ResteasyConfig
Whether annotations such `@IfBuildTimeProfile`, `@IfBuildTimeProperty` and friends will be taken into account when used on JAX-RS classes.

C

commonConfig - Variable in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 

G

get_commonConfig(Object) - Static method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor$$accessor
 
get_resteasyConfig(Object) - Static method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor$$accessor
 
getConsumer() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyDeploymentCustomizerBuildItem
 
getDeployment() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyDeploymentBuildItem
 
getInitParameters() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerConfigBuildItem
 
getPath() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerConfigBuildItem
 
getPath() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServletMappingBuildItem
 
getRootPath() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyDeploymentBuildItem
 
getRootPath() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerConfigBuildItem
 

I

ignoreApplicationClasses() - Method in interface io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.ResteasyConfig
Ignore all explicit JAX-RS Application classes.
io.quarkus.resteasy.server.common.deployment - package io.quarkus.resteasy.server.common.deployment
 

O

optionalResourceBundle() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 

P

path() - Method in interface io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.ResteasyConfig
Set this to override the default path for JAX-RS resources if there are no annotated application classes.
processPathAbstractClassSubclasses(CombinedIndexBuildItem, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<AdditionalBeanBuildItem>, CustomScopeAnnotationsBuildItem) - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 
processPathInterfaceImplementors(CombinedIndexBuildItem, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<AdditionalBeanBuildItem>, CustomScopeAnnotationsBuildItem) - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 

R

registerCompatibleAnnotationPrefixes() - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 
resteasyConfig - Variable in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
JAX-RS configuration.
ResteasyDeploymentBuildItem - Class in io.quarkus.resteasy.server.common.deployment
 
ResteasyDeploymentBuildItem(String, ResteasyDeployment) - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyDeploymentBuildItem
 
ResteasyDeploymentCustomizerBuildItem - Class in io.quarkus.resteasy.server.common.deployment
A build item that is meant to customize the RESTEasy Deployment before it has been finalized This gives extensions to ability to add stuff to the Deployment
ResteasyDeploymentCustomizerBuildItem(Consumer<ResteasyDeployment>) - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyDeploymentCustomizerBuildItem
 
ResteasyLogFilterBuildStep - Class in io.quarkus.resteasy.server.common.deployment
Processor that sets up log filters for RESTEasy
ResteasyLogFilterBuildStep() - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyLogFilterBuildStep
 
ResteasyServerCommonProcessor - Class in io.quarkus.resteasy.server.common.deployment
Processor that builds the RESTEasy server configuration.
ResteasyServerCommonProcessor() - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor
 
ResteasyServerCommonProcessor.ResteasyConfig - Interface in io.quarkus.resteasy.server.common.deployment
 
ResteasyServerCommonProcessor$$accessor - Class in io.quarkus.resteasy.server.common.deployment
 
ResteasyServerConfigBuildItem - Class in io.quarkus.resteasy.server.common.deployment
A build item that represents the configuration of the RESTEasy server.
ResteasyServerConfigBuildItem(String, String, Map<String, String>) - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyServerConfigBuildItem
rootPath can be different from the path if @ApplicationPath is used.
ResteasyServletMappingBuildItem - Class in io.quarkus.resteasy.server.common.deployment
A build item that represents a path mapping from web.xml
ResteasyServletMappingBuildItem(String) - Constructor for class io.quarkus.resteasy.server.common.deployment.ResteasyServletMappingBuildItem
 

S

set_commonConfig(Object, Object) - Static method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor$$accessor
 
set_resteasyConfig(Object, Object) - Static method in class io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor$$accessor
 
setupLogFilters(BuildProducer<LogCleanupFilterBuildItem>) - Method in class io.quarkus.resteasy.server.common.deployment.ResteasyLogFilterBuildStep
 
singletonResources() - Method in interface io.quarkus.resteasy.server.common.deployment.ResteasyServerCommonProcessor.ResteasyConfig
If this is true then JAX-RS will use only a single instance of a resource class to service all requests.
B C G I O P R S 
All Classes and Interfaces|All Packages