Example usage for org.springframework.beans.factory.config ConfigurableBeanFactory getSingleton

List of usage examples for org.springframework.beans.factory.config ConfigurableBeanFactory getSingleton

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config ConfigurableBeanFactory getSingleton.

Prototype

@Nullable
Object getSingleton(String beanName);

Source Link

Document

Return the (raw) singleton object registered under the given name.

Usage