A C E F G I K M P R T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AdditionalCacheNameBuildItem - Class in io.quarkus.cache.deployment
-
Build item used to ensure that a cache of the specified name is created at runtime This is used in order to create caches when means other than the standard cache annotations are used
- AdditionalCacheNameBuildItem(String) - Constructor for class io.quarkus.cache.deployment.AdditionalCacheNameBuildItem
- annotationsTransformer() - Method in class io.quarkus.cache.deployment.CacheProcessor
- appliesTo(AnnotationTarget.Kind) - Method in class io.quarkus.cache.deployment.CacheAnnotationsTransformer
- apply(String, ClassVisitor) - Method in class io.quarkus.cache.deployment.RestClientMethodEnhancer
- autoInjectCacheName() - Method in class io.quarkus.cache.deployment.CacheProcessor
C
- CACHE_INVALIDATE - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_ALL - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_ALL_LIST - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_INVALIDATE_LIST - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_KEY - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_KEY_PARAMETER_POSITIONS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_NAME - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_NAME_PARAM - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CACHE_RESULT - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- CacheAnnotationsTransformer - Class in io.quarkus.cache.deployment
- CacheAnnotationsTransformer() - Constructor for class io.quarkus.cache.deployment.CacheAnnotationsTransformer
- CacheDeploymentConstants - Class in io.quarkus.cache.deployment
- CacheDeploymentConstants() - Constructor for class io.quarkus.cache.deployment.CacheDeploymentConstants
- CacheDevConsoleProcessor - Class in io.quarkus.cache.deployment.devconsole
- CacheDevConsoleProcessor() - Constructor for class io.quarkus.cache.deployment.devconsole.CacheDevConsoleProcessor
- CacheNamesBuildItem - Class in io.quarkus.cache.deployment
-
This build item is used to pass the full list of cache names from the validation step to the recording step.
- CacheNamesBuildItem(Set<String>) - Constructor for class io.quarkus.cache.deployment.CacheNamesBuildItem
- CacheProcessor - Class in io.quarkus.cache.deployment
- CacheProcessor() - Constructor for class io.quarkus.cache.deployment.CacheProcessor
- CacheProcessor$$accessor - Class in io.quarkus.cache.deployment
- ClassTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a class is annotated with
@CacheInvalidate,@CacheInvalidateAllor@CacheResult. - ClassTargetException(DotName, DotName) - Constructor for exception io.quarkus.cache.deployment.exception.ClassTargetException
- collectBeanInfo(CurateOutcomeBuildItem) - Method in class io.quarkus.cache.deployment.devconsole.CacheDevConsoleProcessor
- configureCacheManagerSyntheticBean(CacheNamesBuildItem, CacheManagerRecorder, Optional<MetricsCapabilityBuildItem>) - Method in class io.quarkus.cache.deployment.CacheProcessor
- construct() - Static method in class io.quarkus.cache.deployment.CacheProcessor$$accessor
E
- enhanceRestClientMethods(CombinedIndexBuildItem, BuildProducer<UnremovableBeanBuildItem>) - Method in class io.quarkus.cache.deployment.CacheProcessor
F
- feature() - Method in class io.quarkus.cache.deployment.CacheProcessor
G
- getClassInfo() - Method in exception io.quarkus.cache.deployment.exception.KeyGeneratorConstructorException
- getClassName() - Method in exception io.quarkus.cache.deployment.exception.ClassTargetException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.PrivateMethodTargetException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.UnsupportedRepeatedAnnotationException
- getMethodInfo() - Method in exception io.quarkus.cache.deployment.exception.VoidReturnTypeTargetException
- getName() - Method in class io.quarkus.cache.deployment.AdditionalCacheNameBuildItem
- getNames() - Method in class io.quarkus.cache.deployment.CacheNamesBuildItem
I
- INTERCEPTOR_BINDING_CONTAINERS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- INTERCEPTOR_BINDINGS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- INTERCEPTORS - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- invokeEndpoint(CacheDevConsoleRecorder) - Method in class io.quarkus.cache.deployment.devconsole.CacheDevConsoleProcessor
- io.quarkus.cache.deployment - package io.quarkus.cache.deployment
- io.quarkus.cache.deployment.devconsole - package io.quarkus.cache.deployment.devconsole
- io.quarkus.cache.deployment.exception - package io.quarkus.cache.deployment.exception
K
- KeyGeneratorConstructorException - Exception in io.quarkus.cache.deployment.exception
- KeyGeneratorConstructorException(ClassInfo) - Constructor for exception io.quarkus.cache.deployment.exception.KeyGeneratorConstructorException
M
- MULTI - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
P
- PrivateMethodTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a private method is annotated with
@CacheInvalidate,@CacheInvalidateAllor@CacheResult. - PrivateMethodTargetException(MethodInfo, DotName) - Constructor for exception io.quarkus.cache.deployment.exception.PrivateMethodTargetException
R
- REGISTER_REST_CLIENT - Static variable in class io.quarkus.cache.deployment.CacheDeploymentConstants
- RestClientMethodEnhancer - Class in io.quarkus.cache.deployment
- RestClientMethodEnhancer(String, short[]) - Constructor for class io.quarkus.cache.deployment.RestClientMethodEnhancer
T
- transform(AnnotationsTransformer.TransformationContext) - Method in class io.quarkus.cache.deployment.CacheAnnotationsTransformer
U
- UnsupportedRepeatedAnnotationException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a method from a MicroProfile REST Client bean is annotated with repeated
@CacheInvalidateor@CacheInvalidateAllannotations. - UnsupportedRepeatedAnnotationException(MethodInfo) - Constructor for exception io.quarkus.cache.deployment.exception.UnsupportedRepeatedAnnotationException
V
- validateCacheAnnotationsAndProduceCacheNames(CombinedIndexBuildItem, List<AdditionalCacheNameBuildItem>, BuildProducer<ValidationPhaseBuildItem.ValidationErrorBuildItem>, BuildProducer<CacheNamesBuildItem>, BeanDiscoveryFinishedBuildItem) - Method in class io.quarkus.cache.deployment.CacheProcessor
- VoidReturnTypeTargetException - Exception in io.quarkus.cache.deployment.exception
-
This exception is thrown at build time during the validation phase if a method returning void is annotated with
@CacheResult. - VoidReturnTypeTargetException(MethodInfo) - Constructor for exception io.quarkus.cache.deployment.exception.VoidReturnTypeTargetException
All Classes All Packages