Uses of Record Class
org.microbean.bean.AttributedType
-
Uses of AttributedType in org.microbean.bean
Classes in org.microbean.bean that implement interfaces with type arguments of type AttributedTypeModifier and TypeClassDescriptionfinal classfinal classfinal classMethods in org.microbean.bean that return AttributedTypeModifier and TypeMethodDescriptionfinal AttributedTypeAttributedElement.attributedType()Returns thisAttributedElement'sAttributedType.BeanReduction.attributedType()Returns the value of theattributedTyperecord component.Methods in org.microbean.bean that return types with arguments of type AttributedTypeModifier 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) Returns a newSelectablethat caches its results.Methods in org.microbean.bean with parameters of type AttributedTypeModifier and TypeMethodDescriptionfinal Bean<?> Beans.reduce(AttributedType c) default <R> RRequest.reference(AttributedType attributedType) Acquires a contextual reference that matches the suppliedAttributedTypeand returns it.Beans.select(AttributedType c) final 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 AttributedTypeModifier 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) Returns a newSelectablethat caches its results.static final Selectable<AttributedType, Bean<?>> Beans.cachingSelectableOf(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) Returns a newSelectablethat caches its results.Constructors in org.microbean.bean with parameters of type AttributedTypeModifierConstructorDescriptionBeanReduction(AttributedType attributedType, Bean<I> bean) Creates a newBeanReduction.Constructor parameters in org.microbean.bean with type arguments of type AttributedTypeModifierConstructorDescriptionBeans(Selectable<AttributedType, Bean<?>> s) Creates a newBeans.Beans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r) Creates a newBeans.Beans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r) Creates a newBeans.