Uses of Enum Class
io.quarkus.cache.runtime.CacheInterceptor.ReturnType
Packages that use CacheInterceptor.ReturnType
-
Uses of CacheInterceptor.ReturnType in io.quarkus.cache.runtime
Methods in io.quarkus.cache.runtime that return CacheInterceptor.ReturnTypeModifier and TypeMethodDescriptionprotected static CacheInterceptor.ReturnTypeCacheInterceptor.determineReturnType(Class<?> returnType) static CacheInterceptor.ReturnTypeReturns the enum constant of this class with the specified name.static CacheInterceptor.ReturnType[]CacheInterceptor.ReturnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.cache.runtime with parameters of type CacheInterceptor.ReturnTypeModifier and TypeMethodDescriptionprotected io.smallrye.mutiny.Uni<?>CacheInterceptor.asyncInvocationResultToUni(Object invocationResult, CacheInterceptor.ReturnType returnType) protected ObjectCacheInterceptor.createAsyncResult(io.smallrye.mutiny.Uni<Object> cacheValue, CacheInterceptor.ReturnType returnType)