Uses of Interface
dev.getelements.elements.sdk.MutableAttributes
Packages that use MutableAttributes
Package
Description
-
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.guice
Constructor parameters in dev.getelements.elements.rt.guice with type arguments of type MutableAttributesModifierConstructorDescriptionReentrantThreadLocalScope
(Class<ScopedT> scoped, ReentrantThreadLocal<ScopedT> instance, Function<ScopedT, MutableAttributes> resolver) -
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.util
Classes in dev.getelements.elements.sdk.util that implement MutableAttributesModifier and TypeClassDescriptionclass
final record
Simple implementation ofAttributes
backed by aMap<String,
.Object> -
Uses of MutableAttributes in dev.getelements.elements.servlet
Classes in dev.getelements.elements.servlet that implement MutableAttributes