Uses of Interface
com.broadleafcommerce.customer.service.hydration.CustomerHydrationService
-
-
Uses of CustomerHydrationService in com.broadleafcommerce.customer.service.autoconfigure
Methods in com.broadleafcommerce.customer.service.autoconfigure that return CustomerHydrationService Modifier and Type Method Description CustomerHydrationService
CustomerServiceAutoConfiguration. customerHydrationService()
-
Uses of CustomerHydrationService in com.broadleafcommerce.customer.service.hydration
Classes in com.broadleafcommerce.customer.service.hydration that implement CustomerHydrationService Modifier and Type Class Description class
DefaultCustomerHydrationService
-
Uses of CustomerHydrationService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerHydrationService Modifier and Type Method Description protected CustomerHydrationService
CustomerEndpoint. getCustomerHydrationService()
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerHydrationService Modifier and Type Method Description void
CustomerEndpoint. setCustomerHydrationService(CustomerHydrationService customerHydrationService)
-