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