org.apache.webbeans.portable.events.generics
Class GProcessAnnotatedType

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl
      extended by org.apache.webbeans.portable.events.generics.GProcessAnnotatedType
All Implemented Interfaces:
javax.enterprise.inject.spi.ProcessAnnotatedType, GenericBeanEvent

public class GProcessAnnotatedType
extends ProcessAnnotatedTypeImpl
implements GenericBeanEvent


Constructor Summary
GProcessAnnotatedType(javax.enterprise.inject.spi.AnnotatedType annotatedType)
           
 
Method Summary
 Class<?> getBeanClassFor(Class<?> eventClass)
          If this is a Foo event and we are considering it as a Bar event, returns the generic type of Foo as a Bar.
 
Methods inherited from class org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl
getAnnotatedType, isModifiedAnnotatedType, isVeto, setAnnotatedType, veto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GProcessAnnotatedType

public GProcessAnnotatedType(javax.enterprise.inject.spi.AnnotatedType annotatedType)
Method Detail

getBeanClassFor

public Class<?> getBeanClassFor(Class<?> eventClass)
Description copied from interface: GenericBeanEvent
If this is a Foo event and we are considering it as a Bar event, returns the generic type of Foo as a Bar. Normally this is X, but in at least one case (ProcessSessionBean) the generic type is different.

Specified by:
getBeanClassFor in interface GenericBeanEvent
Parameters:
eventClass - the class of event we are treating this event as
Returns:
the generic type parameter of this event considered as an "eventClass"


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.