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 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:
      getObject in interface org.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler>
      Throws:
      org.springframework.beans.BeansException