Uses of Class
io.quarkus.arc.deployment.staticmethods.InterceptedStaticMethodBuildItem
Packages that use InterceptedStaticMethodBuildItem
-
Uses of InterceptedStaticMethodBuildItem in io.quarkus.arc.deployment.staticmethods
Method parameters in io.quarkus.arc.deployment.staticmethods with type arguments of type InterceptedStaticMethodBuildItemModifier and TypeMethodDescription(package private) voidInterceptedStaticMethodsProcessor.callInitializer(BeanContainerBuildItem beanContainer, List<InterceptedStaticMethodBuildItem> interceptedStaticMethods, InterceptedStaticMethodsRecorder recorder) (package private) voidInterceptedStaticMethodsProcessor.collectInterceptedStaticMethods(BeanArchiveIndexBuildItem beanArchiveIndex, BuildProducer<InterceptedStaticMethodBuildItem> interceptedStaticMethods, InterceptorResolverBuildItem interceptorResolver, TransformedAnnotationsBuildItem transformedAnnotations, BuildProducer<UnremovableBeanBuildItem> unremovableBeans) (package private) voidInterceptedStaticMethodsProcessor.processInterceptedStaticMethods(BeanArchiveIndexBuildItem beanArchiveIndex, BeanRegistrationPhaseBuildItem phase, List<InterceptedStaticMethodBuildItem> interceptedStaticMethods, CompletedApplicationClassPredicateBuildItem applicationClassPredicate, BuildProducer<GeneratedClassBuildItem> generatedClasses, BuildProducer<BytecodeTransformerBuildItem> transformers, BuildProducer<ReflectiveMethodBuildItem> reflectiveMethods) Constructor parameters in io.quarkus.arc.deployment.staticmethods with type arguments of type InterceptedStaticMethodBuildItemModifierConstructorDescriptionInterceptedStaticMethodsEnhancer(String initializerClassName, List<InterceptedStaticMethodBuildItem> methods)