- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Tenant>
public class TestTenantFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<Tenant>
-
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
-
TestTenantFactory
public TestTenantFactory()
-
TestTenantFactory
public TestTenantFactory(String tenantId)
-
Method Details
-
getObject
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Tenant>
- Throws:
Exception
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Tenant>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Tenant>