final class CustomAttributeLinkServiceImpl extends java.lang.Object implements CustomAttributeLinkService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<Shop> |
shopProvider |
private UriInfoService |
uriInfoService |
Constructor and Description |
---|
CustomAttributeLinkServiceImpl(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 CustomAttributeLinkServiceImpl(UriInfoService uriInfoService, javax.inject.Provider<Shop> shopProvider)
public org.springframework.hateoas.Link get(GUID productGuid)
get
in interface CustomAttributeLinkService
private java.lang.String getProductHref(GUID productGuid)