Uses of Class
org.microbean.bean.Id
Packages that use Id
Package
Description
Provides classes and interfaces related to implementing beans.
-
Uses of Id in org.microbean.bean
Classes in org.microbean.bean that implement interfaces with type arguments of type IdModifier and TypeClassDescriptionfinal classMethods in org.microbean.bean that return IdModifier and TypeMethodDescriptionBean.id()Returns the value of theidrecord 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 booleanReturnstrueif and only if the suppliedIdhas annotations for whichBeans.alternate(Collection)returnstrue.final intReturns the result of invoking theBeans.rank(Collection)method with the suppliedId's annotations.final booleanIdMatcher.test(Annotated<? extends AnnotatedConstruct> aac, Id id) Tests the suppliedIdto see if it matches the suppliedAnnotated<? extends AnnotatedConstruct>and returns the result.Method parameters in org.microbean.bean with type arguments of type IdModifier and TypeMethodDescriptionfinal Selectable<Annotated<? extends AnnotatedConstruct>, Bean<?>> Beans.typesafeFilteringSelectable(Collection<? extends Bean<?>> beanCollection, Matcher<? super Annotated<? extends AnnotatedConstruct>, ? super Id> m) Normalizes the suppliedCollectionofBeans and returns aSelectablesuitable for it and the suppliedMatcher, using theSelectables.filtering(Collection, BiPredicate)method internally.Constructors in org.microbean.bean with parameters of type IdConstructor parameters in org.microbean.bean with type arguments of type IdModifierConstructorDescriptionIdMatcher(BeanTypeMatcher tm, BeanQualifiersMatcher qm, Matcher<? super Annotated<? extends AnnotatedConstruct>, ? super Id> other) Creates a newIdMatcher.