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 classMethods in org.microbean.bean that return AttributedTypeModifier and TypeMethodDescriptionfinal AttributedTypeAttributedElement.attributedType()Returns thisAttributedElement'sAttributedType.BeanReduction.attributedType()Deprecated.Returns the value of theattributedTyperecord component.static final AttributedTypeAttributedType.of(TypeMirror type, Attributes... attributes) Returns anAttributedTypecomprising the supplied arguments.Methods in org.microbean.bean that return types with arguments of type AttributedTypeModifier and TypeMethodDescriptionstatic final Selectable<AttributedType, Bean<?>> Selectables.typesafeReducing(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollectionofBeans and returns aSelectablefor it and the suppliedMatcher.Methods in org.microbean.bean with parameters of type AttributedTypeModifier and TypeMethodDescriptiondefault <R> RReferencesSelector.reference(AttributedType t) Returns the sole contextual reference of the relevant type.<R> References<R> ReferencesSelector.references(AttributedType t) Returns aReferencescapable of locating contextual references of the relevant type.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 TypeMethodDescriptiondefault SequencedSet<? extends Assignment<?>> Aggregate.assign(Function<? super AttributedType, ?> r) A convenience method that assigns a contextual reference to each of thisAggregate'sAttributedElementinstances and returns the resultingSequencedSetofAssignments.final SequencedSet<? extends Assignment<?>> Bean.assign(Function<? super AttributedType, ?> r) static final Selectable<AttributedType, Bean<?>> Selectables.typesafeReducing(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollectionofBeans and returns aSelectablefor it and the suppliedMatcher.Constructors in org.microbean.bean with parameters of type AttributedTypeModifierConstructorDescriptionBeanReduction(AttributedType attributedType, Bean<I> bean) Deprecated.Creates a newBeanReduction.