
public class InjectionPointImpl extends Object implements InjectionPoint
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getScope() |
Type |
getType() |
static InjectionPointImpl |
of(Object target,
Field field) |
void |
set(Instance<?> value) |
public static InjectionPointImpl of(Object target, Field field)
public Class<? extends Annotation> getScope()
getScope in interface InjectionPointpublic void set(Instance<?> value) throws InvocationException
set in interface InjectionPointInvocationExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.