Uses of Record 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 booleanIdMatcher.test(AttributedType t, Id id) Tests the suppliedIdto see if it matches the suppliedAttributedTypeand returns the result.Method parameters in org.microbean.bean with type arguments of type IdModifier and TypeMethodDescriptionstatic final Selectable<AttributedType, Bean<?>> Selectables.typesafeFiltering(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollectionofBeans and returns aSelectablesuitable for it and the suppliedMatcher.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<AttributedType, Id> other) Creates a newIdMatcher.