- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Void>
public class NullFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Void>
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NullFactoryBean
public NullFactoryBean()
-
Method Details
-
getObject
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Void>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Void>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Void>