Uses of Record Class
org.microbean.qualifier.NamedAttributeMap
-
Uses of NamedAttributeMap in org.microbean.qualifier
Methods in org.microbean.qualifier that return NamedAttributeMapModifier and TypeMethodDescriptionstatic final <V> NamedAttributeMap<V>NamedAttributeMap.of(String name, Map<String, V> attributes, Map<String, V> info, Collection<NamedAttributeMap<V>> metadata) Methods in org.microbean.qualifier that return types with arguments of type NamedAttributeMapModifier and TypeMethodDescriptionAttributeBearing.attributes()Returns the affiliatedNamedAttributeMapinstances.Attributed.attributes()Returns the value of theattributesrecord component.final Optional<DynamicConstantDesc<NamedAttributeMap<V>>>NamedAttributeMap.describeConstable()NamedAttributeMap.metadata()Returns the value of themetadatarecord component.Methods in org.microbean.qualifier with parameters of type NamedAttributeMapModifier and TypeMethodDescriptionfinal intNamedAttributeMap.compareTo(NamedAttributeMap<V> other) Method parameters in org.microbean.qualifier with type arguments of type NamedAttributeMapModifier and TypeMethodDescriptionstatic final <T,V> Attributed<T, V> Attributed.of(Collection<NamedAttributeMap<V>> attributes, T attributed) static final <V> NamedAttributeMap<V>NamedAttributeMap.of(String name, Map<String, V> attributes, Map<String, V> info, Collection<NamedAttributeMap<V>> metadata) Constructor parameters in org.microbean.qualifier with type arguments of type NamedAttributeMapModifierConstructorDescriptionAttributed(Collection<NamedAttributeMap<V>> attributes, T attributed) Creates an instance of aAttributedrecord class.NamedAttributeMap(String name, Map<String, V> attributes, Map<String, V> info, Collection<NamedAttributeMap<V>> metadata) Creates an instance of aNamedAttributeMaprecord class.