Uses of Interface
dev.getelements.elements.sdk.MutableAttributes
Packages that use MutableAttributes
Package
Description
The Guice SDK module is intended for using Guice to build an
Element
based
system.-
Uses of MutableAttributes in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return MutableAttributesModifier and TypeMethodDescriptionResource.getAttributes()
Gets theAttributes
associated with thisResource
-
Uses of MutableAttributes in dev.getelements.elements.rt.transact
Methods in dev.getelements.elements.rt.transact that return MutableAttributes -
Uses of MutableAttributes in dev.getelements.elements.sdk
Methods in dev.getelements.elements.sdk that return MutableAttributesModifier and TypeMethodDescriptionElementScope.getMutableAttributes()
Gets the Attributes associated with this scope. -
Uses of MutableAttributes in dev.getelements.elements.sdk.guice
Constructor parameters in dev.getelements.elements.sdk.guice with type arguments of type MutableAttributesModifierConstructorDescriptionReentrantThreadLocalScope
(Class<ScopedT> scoped, ReentrantThreadLocal<ScopedT> instance, Function<ScopedT, MutableAttributes> resolver) ReentrantThreadLocalScope
(Class<ScopedT> scoped, Supplier<ScopedT> instanceSupplier, Function<ScopedT, MutableAttributes> resolver) -
Uses of MutableAttributes in dev.getelements.elements.sdk.spi
Methods in dev.getelements.elements.sdk.spi that return MutableAttributes -
Uses of MutableAttributes in dev.getelements.elements.sdk.util
Classes in dev.getelements.elements.sdk.util that implement MutableAttributesModifier and TypeClassDescriptionfinal record
A set of attributes that inherits from a base set of attributes.class
An instance ofAttributes
backed by aProperties
instance.final record
Simple implementation ofAttributes
backed by aMap<String,
.Object> Methods in dev.getelements.elements.sdk.util that return MutableAttributesModifier and TypeMethodDescriptionInheritedMutableAttributes.current()
Returns the value of thecurrent
record component.Methods in dev.getelements.elements.sdk.util with parameters of type MutableAttributesModifier and TypeMethodDescriptionInheritedAttributes.newDerivativeFrom
(MutableAttributes attributes) Derives a new set of attributes from the current set of attributes.InheritedMutableAttributes.newDerivativeFrom
(MutableAttributes attributes) Derives a new set of attributes from the current set of attributes.Constructors in dev.getelements.elements.sdk.util with parameters of type MutableAttributesModifierConstructorDescriptionInheritedMutableAttributes
(Attributes base, MutableAttributes current) Creates an instance of aInheritedMutableAttributes
record class. -
Uses of MutableAttributes in dev.getelements.elements.servlet
Classes in dev.getelements.elements.servlet that implement MutableAttributes