Uses of Interface
io.avaje.inject.spi.ConfigPropertyPlugin
Packages that use ConfigPropertyPlugin
Package
Description
Avaje Inject API - see
BeanScope.Building bean scope objects expected to only be used by generated code.
-
Uses of ConfigPropertyPlugin in io.avaje.inject
Methods in io.avaje.inject that return ConfigPropertyPluginModifier and TypeMethodDescriptionBeanScopeBuilder.configPlugin()Return the ConfigPropertyPlugin used for this scope.Methods in io.avaje.inject with parameters of type ConfigPropertyPluginModifier and TypeMethodDescriptionvoidBeanScopeBuilder.configPlugin(ConfigPropertyPlugin propertyPlugin) Set the ConfigPropertyPlugin used for this scope. -
Uses of ConfigPropertyPlugin in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return ConfigPropertyPluginMethods in io.avaje.inject.spi with parameters of type ConfigPropertyPluginModifier and TypeMethodDescriptionstatic BuilderBuilder.newBuilder(Set<String> profiles, ConfigPropertyPlugin plugin, List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans, BeanScope parent, boolean parentOverride) Create the root level Builder.