Uses of Interface
io.avaje.inject.spi.Builder
Packages that use Builder
Package
Description
Building bean scope objects expected to only be used by generated code.
-
Uses of Builder in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return BuilderModifier and TypeMethodDescriptionBuilder.asPrimary()
Register the next bean as having Primary priority.Builder.asPrototype()
Register the next bean as having Prototype scope.Builder.asSecondary()
Register the next bean as having Secondary priority.static Builder
Builder.newBuilder
(Set<String> profiles, PropertyRequiresPlugin plugin, List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans, BeanScope parent, boolean parentOverride) Create the root level Builder.Methods in io.avaje.inject.spi with parameters of type BuilderMethod parameters in io.avaje.inject.spi with type arguments of type BuilderModifier and TypeMethodDescriptionvoid
Builder.addInjector
(Consumer<Builder> injector) Add field and method injection.