Class DurableNotificationConfigurationPropertiesRegistrar.ConfigurationPropertiesFactoryBean

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.DurableNotificationConfigurationPropertiesRegistrar.ConfigurationPropertiesFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.EnvironmentAware
Enclosing class:
DurableNotificationConfigurationPropertiesRegistrar

public static class DurableNotificationConfigurationPropertiesRegistrar.ConfigurationPropertiesFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.EnvironmentAware
  • Constructor Details

    • ConfigurationPropertiesFactoryBean

      public ConfigurationPropertiesFactoryBean()
  • Method Details

    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • getObject

      public Object getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Object>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>
    • getType

      public Class<?> getType()
    • getPrefix

      public String getPrefix()
    • getEnvironment

      public org.springframework.core.env.Environment getEnvironment()
    • setType

      public void setType(Class<?> type)
    • setPrefix

      public void setPrefix(String prefix)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object