final class EntityServiceImpl extends java.lang.Object implements EntityService
Modifier and Type | Field and Description |
---|---|
private java.util.Set<NotificationToEntityConverter> |
converters |
private ShopRequestContextServiceForPrivateApiOnly |
shopService |
Constructor and Description |
---|
EntityServiceImpl(java.util.Set<NotificationToEntityConverter> converters,
ShopRequestContextServiceForPrivateApiOnly shopService) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.client.Entity<?> |
get(NotificationEntity notification) |
private java.util.Set<java.lang.String> |
getScopes(NotificationEntity notification) |
private final java.util.Set<NotificationToEntityConverter> converters
private final ShopRequestContextServiceForPrivateApiOnly shopService
@Inject public EntityServiceImpl(java.util.Set<NotificationToEntityConverter> converters, ShopRequestContextServiceForPrivateApiOnly shopService)
public javax.ws.rs.client.Entity<?> get(NotificationEntity notification)
get
in interface EntityService
private java.util.Set<java.lang.String> getScopes(NotificationEntity notification)