com.hammurapi.eventbus.tests.familyties
Class FamilyTiesIntrospector

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.IntrospectorBase<E,C>
      extended by com.hammurapi.eventbus.ReflectiveEventHandlerFactory<E,C,H,S>
          extended by com.hammurapi.eventbus.Introspector<Relative,FamilyTiesRules,Long,AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore,FamilyTiesEventBus>
              extended by com.hammurapi.eventbus.tests.familyties.FamilyTiesIntrospector
All Implemented Interfaces:
JavaBinder<Relative,FamilyTiesRules,Long,AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore,FamilyTiesEventBus,FamilyTiesRules>

public class FamilyTiesIntrospector
extends Introspector<Relative,FamilyTiesRules,Long,AbstractEventBus.Handle<Relative,Integer,FamilyTiesRules,Long>,FamilyTiesEventStore,FamilyTiesEventBus>

Domain specific introspector with bound generic parameters.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hammurapi.eventbus.IntrospectorBase
IntrospectorBase.IntrospectionResult<E,C>
 
Constructor Summary
FamilyTiesIntrospector(ClassLoader classLoader, TokenExpander tokenExpander)
           
 
Method Summary
 
Methods inherited from class com.hammurapi.eventbus.Introspector
bind
 
Methods inherited from class com.hammurapi.eventbus.ReflectiveEventHandlerFactory
createHandlers
 
Methods inherited from class com.hammurapi.eventbus.IntrospectorBase
introspect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyTiesIntrospector

public FamilyTiesIntrospector(ClassLoader classLoader,
                              TokenExpander tokenExpander)