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 CustomerHydrationServiceCustomerServiceAutoConfiguration. 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 classDefaultCustomerHydrationService -
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 CustomerHydrationServiceCustomerEndpoint. getCustomerHydrationService()Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerHydrationService Modifier and Type Method Description voidCustomerEndpoint. setCustomerHydrationService(CustomerHydrationService customerHydrationService)
-