public static interface ObjectFactoryClassRepository.SmartFactoryBeanInterceptor
extends org.springframework.beans.factory.SmartFactoryBean
SmartFactoryBean.| Modifier and Type | Method and Description |
|---|---|
Supplier |
getIsEagerInit() |
boolean |
getIsPrototype() |
Boolean |
getIsSingleton() |
Class |
getObjectTypeClass() |
void |
setIsEagerInit(Supplier isEagerInit) |
void |
setIsPrototype(Boolean isPrototype) |
void |
setIsSingleton(Boolean isSingleton) |
void |
setObjectTypeClass(Class objectType) |
Boolean getIsSingleton()
void setIsSingleton(Boolean isSingleton)
Class getObjectTypeClass()
void setObjectTypeClass(Class objectType)
boolean getIsPrototype()
void setIsPrototype(Boolean isPrototype)
Supplier getIsEagerInit()
void setIsEagerInit(Supplier isEagerInit)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.