Package com.atlassian.confluence.spring
Class ObjectHolder
- java.lang.Object
-
- com.atlassian.confluence.spring.ObjectHolder
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Object>
@Deprecated public class ObjectHolder extends Object implements org.springframework.beans.factory.FactoryBean<Object>
Deprecated.since 8.2 unused, no replacementReplacement for BeanReferenceFactoryBean, which was deprecated in Spring 3.2 and removed in Spring 4.- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description ObjectHolder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetObject()Deprecated.Class<?>getObjectType()Deprecated.booleanisSingleton()Deprecated.voidsetObject(Object object)Deprecated.
-
-
-
Method Detail
-
setObject
public void setObject(Object object)
Deprecated.
-
getObjectType
public Class<?> getObjectType()
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
isSingleton
public boolean isSingleton()
Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
-