JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.microbean.bean.Factory
Uses of
Factory
in
org.microbean.bean
Classes in
org.microbean.bean
that implement
Factory
Modifier and Type
Class
Description
final record
Constant
<I>
Methods in
org.microbean.bean
that return
Factory
Modifier and Type
Method
Description
Factory
<
I
>
Bean.
factory
()
Returns the value of the
factory
record component.
Constructors in
org.microbean.bean
with parameters of type
Factory
Modifier
Constructor
Description
Bean
(
Id
id,
Factory
<
I
> factory)
Creates a new
Bean
.