Module com.aoapps.lang
Package com.aoapps.lang.attribute
Interface Attribute.Name.ContextFactory<C,T>
- Enclosing class:
Attribute.Name<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Supports attributes in extensible contexts, loaded via
ServiceLoader.load(java.lang.Class)
on each
access to Attribute.Name.context(java.lang.Object)
.- See Also:
-
Method Summary
-
Method Details
-
attribute
Gets the attribute for the given context and name ornull
if not handled by this factory.
-