org.broadleafcommerce.core.web.api.wrapper
Interface APIUnwrapper<T>
- Type Parameters:
T -
- All Known Implementing Classes:
- AddressWrapper, AmountItemWrapper, CountryWrapper, FulfillmentGroupItemWrapper, FulfillmentGroupWrapper, PaymentInfoWrapper, PhoneWrapper, ReferencedWrapper, StateWrapper
public interface APIUnwrapper<T>
This interface is the super interface for all classes that will provide a JAXB unwrapper
around classes. Any class that will be exposed via JAXB annotations to the JAXRS API
may implement this as a convenience to provide a standard method to unwrap data objects.
This is not a requirement as objects will not generally be passed using a reference to this
interface.
|
Method Summary |
T |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
|
unwrap
T unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
Copyright © 2013. All Rights Reserved.