AutowiredConfig

open class AutowiredConfig : SmartInstantiationAwareBeanPostProcessor

使 Depend 支持 autowired.

Author

ForteScarlet

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
@Nullable
open fun determineCandidateConstructors(p0: Class<*>, p1: String): Array<Constructor<*>>
Link copied to clipboard
open fun getEarlyBeanReference(p0: Any, p1: String): Any
Link copied to clipboard
@Nullable
open fun postProcessAfterInitialization(p0: Any, p1: String): Any
Link copied to clipboard
Link copied to clipboard
@Nullable
open fun postProcessBeforeInitialization(p0: Any, p1: String): Any
Link copied to clipboard
@Nullable
open fun postProcessBeforeInstantiation(p0: Class<*>, p1: String): Any
Link copied to clipboard
@Nullable
open fun postProcessProperties(p0: PropertyValues, p1: Any, p2: String): PropertyValues
Link copied to clipboard
@Nullable
open fun postProcessPropertyValues(p0: PropertyValues, p1: Array<PropertyDescriptor>, p2: Any, p3: String): PropertyValues
Link copied to clipboard
@Nullable
open fun predictBeanType(p0: Class<*>, p1: String): Class<*>