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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

Constructor[]determineCandidateConstructors(Class beanClass, String beanName)
Determine the candidate constructors to use for the given bean.
ObjectgetEarlyBeanReference(Object bean, String beanName)
Obtain a reference for early access to the specified bean, typically for the purpose of resolving a circular reference.
ClasspredictBeanType(Class beanClass, String beanName)
Predict the type of the bean to be eventually returned from this processor's #postProcessBeforeInstantiation callback.