Interface DelegateContext.ContextFactory.Registry
- All Superinterfaces:
Map<String,
DelegateContext.ContextFactory>
- All Known Implementing Classes:
DelegateContext.ContextFactory.Registry.Fast
- Enclosing interface:
- DelegateContext.ContextFactory
public static interface DelegateContext.ContextFactory.Registry
extends Map<String,DelegateContext.ContextFactory>
A registry of delegate domain factories.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getFactory
-