Class ConfigurationSupplierBuildItem


  • public final class ConfigurationSupplierBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    A build item that wraps around ConfigurationSupplier objects. The purpose of those build items is influence the configuration that will be feed to the generator process.
    • Constructor Detail

      • ConfigurationSupplierBuildItem

        public ConfigurationSupplierBuildItem​(Object configurationSupplier)
    • Method Detail

      • getConfigurationSupplier

        public Object getConfigurationSupplier()
      • matches

        public boolean matches​(Class type)