Class CachingBeanSupplierByType

java.lang.Object
com.broadleafcommerce.common.extension.intercommunication.CachingBeanSupplierByType
All Implemented Interfaces:
Supplier<Object>

@Deprecated(forRemoval=true) public class CachingBeanSupplierByType extends Object implements Supplier<Object>
Deprecated, for removal: This API element is subject to removal in a future version.
use the facilities in com.broadleafcommerce.data.tracking.core.interlink.DefaultInterlinkClient instead.
Supplier backed by BeanFactory that will cache the bean once retrieved.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CachingBeanSupplierByType(org.springframework.beans.factory.BeanFactory beanFactory, Class<?> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CachingBeanSupplierByType

      public CachingBeanSupplierByType(org.springframework.beans.factory.BeanFactory beanFactory, Class<?> type)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • get

      public Object get()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      get in interface Supplier<Object>