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