org.jboss.arquillian.core.impl
Class InjectionPointImpl

java.lang.Object
  extended by org.jboss.arquillian.core.impl.InjectionPointImpl
All Implemented Interfaces:
InjectionPoint, Typed

public class InjectionPointImpl
extends Object
implements InjectionPoint

FieldInjectionPointImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Class<? extends Annotation> getScope()
           
 Type getType()
           
static InjectionPointImpl of(Object target, Field field)
           
 void set(Instance<?> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.