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, lookupByNameAndType
bind, bindAsPrototype, close, lookupByName
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public LocalBeanRegistry copy()
public void swapKey(String oldKey, String newKey)
oldKey
- the old key namenewKey
- the new key nameApache Camel