Uses of Class
io.quarkus.arc.processor.ConfiguratorBase
-
Packages that use ConfiguratorBase Package Description io.quarkus.arc.processor -
-
Uses of ConfiguratorBase in io.quarkus.arc.processor
Classes in io.quarkus.arc.processor with type parameters of type ConfiguratorBase Modifier and Type Class Description classConfiguratorBase<THIS extends ConfiguratorBase<THIS>>Base class for configurators that accept a parameter map.Subclasses of ConfiguratorBase in io.quarkus.arc.processor Modifier and Type Class Description classBeanConfigurator<T>Synthetic bean configurator.classBeanConfiguratorBase<THIS extends BeanConfiguratorBase<THIS,T>,T>This construct is not thread-safe.classInterceptorConfiguratorThis construct is not thread-safe.classObserverConfiguratorConfigures a synthetic observer.Methods in io.quarkus.arc.processor with parameters of type ConfiguratorBase Modifier and Type Method Description THISConfiguratorBase. read(ConfiguratorBase<?> base)
-