org.jboss.arquillian.core.impl
Class InjectionPointImpl
java.lang.Object
org.jboss.arquillian.core.impl.InjectionPointImpl
- All Implemented Interfaces:
- InjectionPoint, Typed
public class InjectionPointImpl
- extends Object
- implements InjectionPoint
FieldInjectionPointImpl
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static InjectionPointImpl of(Object target,
Field field)
getType
public Type getType()
- Specified by:
getType
in interface Typed
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope
in interface InjectionPoint
set
public void set(Instance<?> value)
throws InvocationException
- Specified by:
set
in interface InjectionPoint
- Throws:
InvocationException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.