Uses of Record Class
org.microbean.bean.Id
-
Uses of Id in org.microbean.bean
Classes in org.microbean.bean that implement interfaces with type arguments of type IdModifier and TypeClassDescriptionfinal class
Methods in org.microbean.bean that return IdModifier and TypeMethodDescriptionBean.id()
Returns the value of theid
record component.Creation.id()
Methods in org.microbean.bean that return types with arguments of type IdMethods in org.microbean.bean with parameters of type IdModifier and TypeMethodDescriptionfinal boolean
IdMatcher.test
(AttributedType t, Id id) Tests the suppliedId
to see if it matches the suppliedAttributedType
and returns the result.Method parameters in org.microbean.bean with type arguments of type IdModifier and TypeMethodDescriptionstatic final Selectable
<AttributedType, Bean<?>> Selectables.typesafeReducing
(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollection
ofBean
s and returns aSelectable
for it and the suppliedMatcher
.Constructors in org.microbean.bean with parameters of type Id