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