Class ReflectionCache

java.lang.Object
org.reflections.Reflections
com.syncleus.ferma.ReflectionCache

public class ReflectionCache
extends org.reflections.Reflections
  • Field Summary

    Fields inherited from class org.reflections.Reflections

    log
  • Constructor Summary

    Constructors 
    Constructor Description
    ReflectionCache()  
    ReflectionCache​(String modelPackage)  
    ReflectionCache​(Collection<? extends Class<?>> annotatedTypes)  
  • Method Summary

    Modifier and Type Method Description
    Class forName​(String className)  
    <E extends Annotation>
    E
    getAnnotation​(Method method, Class<E> annotationType)  
    Set<? extends String> getSubTypeNames​(Class<?> type)  
    Set<? extends String> getSubTypeNames​(String typeName)  

    Methods inherited from class org.reflections.Reflections

    collect, collect, collect, collect, expandSuperTypes, getAllTypes, getConfiguration, getConstructorParamNames, getConstructorsAnnotatedWith, getConstructorsAnnotatedWith, getConstructorsMatchParams, getConstructorsWithAnyParamAnnotated, getConstructorsWithAnyParamAnnotated, getConstructorUsage, getFieldsAnnotatedWith, getFieldsAnnotatedWith, getFieldUsage, getMethodParamNames, getMethodsAnnotatedWith, getMethodsAnnotatedWith, getMethodsMatchParams, getMethodsReturn, getMethodsWithAnyParamAnnotated, getMethodsWithAnyParamAnnotated, getMethodUsage, getResources, getResources, getStore, getSubTypesOf, getTypesAnnotatedWith, getTypesAnnotatedWith, getTypesAnnotatedWith, getTypesAnnotatedWith, merge, save, save

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait