Uses of Class
com.broadleafcommerce.rest.api.wrapper.CustomerAttributeWrapper
Packages that use CustomerAttributeWrapper
Package
Description
-
Uses of CustomerAttributeWrapper in com.broadleafcommerce.rest.api.endpoint.customer
Methods in com.broadleafcommerce.rest.api.endpoint.customer with parameters of type CustomerAttributeWrapperModifier and TypeMethodDescriptionCustomerEndpoint.addAttribute(jakarta.servlet.http.HttpServletRequest request, CustomerAttributeWrapper wrapper) CustomerEndpoint.addAttribute(jakarta.servlet.http.HttpServletRequest request, Long customerId, CustomerAttributeWrapper wrapper) -
Uses of CustomerAttributeWrapper in com.broadleafcommerce.rest.api.wrapper
Fields in com.broadleafcommerce.rest.api.wrapper with type parameters of type CustomerAttributeWrapperModifier and TypeFieldDescriptionprotected List<CustomerAttributeWrapper>CustomerWrapper.customerAttributesMethods in com.broadleafcommerce.rest.api.wrapper that return types with arguments of type CustomerAttributeWrapperMethod parameters in com.broadleafcommerce.rest.api.wrapper with type arguments of type CustomerAttributeWrapperModifier and TypeMethodDescriptionvoidCustomerWrapper.setCustomerAttributes(List<CustomerAttributeWrapper> customerAttributes)