Class CustomerSegmentTypeInitializer

java.lang.Object
com.broadleafcommerce.customer.segments.CustomerSegmentTypeInitializer
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class CustomerSegmentTypeInitializer extends Object implements org.springframework.beans.factory.InitializingBean
Initializes CustomerSegmentType instances for use. Looks for Spring beans annotated with the CustomerSegmentTypes annotation.
See Also:
  • Constructor Details

    • CustomerSegmentTypeInitializer

      public CustomerSegmentTypeInitializer(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean