Java org.springframework.beans.factory.config SingletonBeanRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config SingletonBeanRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config SingletonBeanRegistry.

The text is from its open source code.

Implementation

org.springframework.beans.factory.config.SingletonBeanRegistry has the following implementations.
Click this link to see all its implementation.

Method

booleancontainsSingleton(String beanName)
Check if this registry contains a singleton instance with the given name.
ObjectgetSingleton(String beanName)
Return the (raw) singleton object registered under the given name.
voidregisterSingleton(String beanName, Object singletonObject)
Register the given existing object as singleton in the bean registry, under the given bean name.