Uses of Interface
me.gilbva.shrike.navigation.ClassNavigator

Packages that use ClassNavigator 
Package Description
me.gilbva.shrike.navigation  
  • Uses of ClassNavigator in me.gilbva.shrike.navigation

    Methods in me.gilbva.shrike.navigation with parameters of type ClassNavigator 
    Modifier and Type Method Description
    <A extends java.lang.annotation.Annotation,​ T>
    void
    ClassRepository.forEachClass​(java.lang.Class<A> annotation, java.lang.Class<T> service, ClassNavigator<A,​T> navigator)
    Navigates through all component classes registered in this repository, that are annotated with the given annotation.
    <A extends java.lang.annotation.Annotation>
    void
    ClassRepository.forEachClass​(java.lang.Class<A> annotation, ClassNavigator<A,​java.lang.Object> navigator)
    Navigates through all component classes registered in this repository, that are annotated with the given annotation.