T - service contract Java type.public final class ProviderToService<T>
extends java.lang.Object
implements com.google.common.base.Function<org.glassfish.hk2.api.ServiceHandle<T>,T>
service provider into the
provided service contract instance.| Constructor and Description |
|---|
ProviderToService() |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(org.glassfish.hk2.api.ServiceHandle<T> input) |