Class CustomFactory
java.lang.Object
org.qubership.atp.common.auditing.factory.CustomFactory
- All Implemented Interfaces:
Serializable,org.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler>
@Component
public class CustomFactory
extends Object
implements org.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler>, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFactory(org.springframework.beans.factory.BeanFactory beanFactory, String targetBeanName) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.auditing.IsNewAwareAuditingHandler
-
Constructor Details
-
CustomFactory
public CustomFactory(org.springframework.beans.factory.BeanFactory beanFactory, String targetBeanName)
-
-
Method Details
-
getObject
public org.springframework.data.auditing.IsNewAwareAuditingHandler getObject() throws org.springframework.beans.BeansException- Specified by:
getObjectin interfaceorg.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler>- Throws:
org.springframework.beans.BeansException
-