Uses of Record Class
org.microbean.bean.Bean
-
Uses of Bean in org.microbean.bean
Modifier and TypeMethodDescriptionBeanReduction.bean()
Returns the value of thebean
record component.final <X> Bean
<X> Bean.cast()
Returns thisBean
, forcibly cast appropriately.final Bean
<?> Beans.reduce
(AttributedType c) Modifier and TypeMethodDescriptionstatic final Selectable
<AttributedType, Bean<?>> Beans.cachingSelectableOf
(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) final Optional
<DynamicConstantDesc<Bean<I>>> Bean.describeConstable()
Beans.select
(AttributedType c) Modifier and TypeMethodDescriptionstatic final Selectable
<AttributedType, Bean<?>> Beans.cachingSelectableOf
(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) static final Selectable
<AttributedType, Bean<?>> Beans.cachingSelectableOf
(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) ModifierConstructorDescriptionBeanReduction
(AttributedType attributedType, Bean<I> bean) Creates an instance of aBeanReduction
record class.ModifierConstructorDescriptionBeans
(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r) Beans
(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r)