public class BeanNameRegistry
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| Constructor and Description |
|---|
BeanNameRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.Object bean) |
java.lang.String |
getName(java.lang.Object bean) |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
public boolean exists(java.lang.Object bean)
public java.lang.String getName(java.lang.Object bean)
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>