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.
@FunctionalInterface public static interface Attribute.Name.ContextFactory<C,T>
Supports attributes in extensible contexts, loaded viaServiceLoader.load(java.lang.Class)on each access toAttribute.Name.context(java.lang.Object).- See Also:
Attribute.Name.context(java.lang.Object)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attribute<C,T>attribute(Object context, String name)Gets the attribute for the given context and name ornullif not handled by this factory.
-