com.hammurapi.eventbus
Class IntrospectorBase.IntrospectionResult<E,C>

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.IntrospectorBase.IntrospectionResult<E,C>
Enclosing class:
IntrospectorBase<E,C>

public static class IntrospectorBase.IntrospectionResult<E,C>
extends Object


Method Summary
 Handler getHandlerAnnotation()
           
 Method getMethod()
           
 int getOffset()
           
 Class<E>[] getParameterTypes()
           
 [] getPredicates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public Method getMethod()

getPredicates

public [] getPredicates()

getOffset

public int getOffset()

getParameterTypes

public Class<E>[] getParameterTypes()

getHandlerAnnotation

public Handler getHandlerAnnotation()