public interface ObjectValue
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(InjectionContext ctx,
Class<T> type,
Type genericType,
Annotation[] annotations)
Create the object based on the given context.
|
<T> T create(InjectionContext ctx, Class<T> type, Type genericType, Annotation[] annotations) throws InjectionException
InjectionExceptionCopyright © 2018. All rights reserved.