Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container.services
Class ExportedInstanceInjectionPoint

java.lang.Object
  extended by org.jboss.forge.container.services.ExportedInstanceInjectionPoint
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint

public class ExportedInstanceInjectionPoint
extends Object
implements javax.enterprise.inject.spi.InjectionPoint


Constructor Summary
ExportedInstanceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint wrapped, Annotation... qualifiers)
           
 
Method Summary
 javax.enterprise.inject.spi.Annotated getAnnotated()
           
 javax.enterprise.inject.spi.Bean<?> getBean()
           
 Member getMember()
           
 Set<Annotation> getQualifiers()
           
 Type getType()
           
 boolean isDelegate()
           
 boolean isTransient()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportedInstanceInjectionPoint

public ExportedInstanceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint wrapped,
                                      Annotation... qualifiers)
Method Detail

getType

public Type getType()
Specified by:
getType in interface javax.enterprise.inject.spi.InjectionPoint

isDelegate

public boolean isDelegate()
Specified by:
isDelegate in interface javax.enterprise.inject.spi.InjectionPoint

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.enterprise.inject.spi.InjectionPoint

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface javax.enterprise.inject.spi.InjectionPoint

getBean

public javax.enterprise.inject.spi.Bean<?> getBean()
Specified by:
getBean in interface javax.enterprise.inject.spi.InjectionPoint

getMember

public Member getMember()
Specified by:
getMember in interface javax.enterprise.inject.spi.InjectionPoint

getAnnotated

public javax.enterprise.inject.spi.Annotated getAnnotated()
Specified by:
getAnnotated in interface javax.enterprise.inject.spi.InjectionPoint

toString

public String toString()
Overrides:
toString in class Object

Forge - Addon Container 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.