public final class LocalBeanRegistry extends SupplierRegistry
Registry is only intended to be used by camel-core.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LocalBeanRegistry() |
| Modifier and Type | Method and Description |
|---|---|
LocalBeanRegistry |
copy()
Makes a copy of this registry
|
Set<String> |
keys() |
void |
swapKey(String oldKey,
String newKey)
Swaps the key which is used when this local registry have a number of bound beans that would clash with global
registry or endpoint registry in Camel.
|
bind, findByType, findByTypeWithName, lookupByNameAndTypebind, bindAsPrototype, close, lookupByNameclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic LocalBeanRegistry copy()
public void swapKey(String oldKey, String newKey)
oldKey - the old key namenewKey - the new key nameApache Camel