final class ProductLinkServiceImpl extends java.lang.Object implements ProductLinkService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<Shop> |
shopProvider |
private UriInfoService |
uriInfoService |
Constructor and Description |
---|
ProductLinkServiceImpl(UriInfoService uriInfoService,
javax.inject.Provider<Shop> shopProvider) |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.Link |
get(GUID productGuid) |
private java.lang.String |
getProductHref(GUID productGuid) |
private final javax.inject.Provider<Shop> shopProvider
private final UriInfoService uriInfoService
@Inject public ProductLinkServiceImpl(UriInfoService uriInfoService, javax.inject.Provider<Shop> shopProvider)
public org.springframework.hateoas.Link get(GUID productGuid)
get
in interface ProductLinkService
private java.lang.String getProductHref(GUID productGuid)