Uses of Interface
io.quarkus.arc.processor.InterceptorBindingRegistrar.InterceptorBinding
-
Packages that use InterceptorBindingRegistrar.InterceptorBinding Package Description io.quarkus.arc.processor -
-
Uses of InterceptorBindingRegistrar.InterceptorBinding in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return InterceptorBindingRegistrar.InterceptorBinding Modifier and Type Method Description static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(Class<? extends Annotation> clazz)static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(Class<? extends Annotation> clazz, Predicate<String> predicate)static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(Class<? extends Annotation> clazz, Set<String> nonbinding)static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(org.jboss.jandex.DotName name)static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(org.jboss.jandex.DotName name, Predicate<String> predicate)static InterceptorBindingRegistrar.InterceptorBindingInterceptorBindingRegistrar.InterceptorBinding. of(org.jboss.jandex.DotName name, Set<String> nonbinding)Methods in io.quarkus.arc.processor that return types with arguments of type InterceptorBindingRegistrar.InterceptorBinding Modifier and Type Method Description default List<InterceptorBindingRegistrar.InterceptorBinding>InterceptorBindingRegistrar. getAdditionalBindings()
-