public class ReflectionsMethodCollectionFactory extends java.lang.Object implements MethodCollectionFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectionsMethodCollectionFactory.AnnotatedWithAnnotation |
static class |
ReflectionsMethodCollectionFactory.AnnotatedWithAnnotationClass |
protected static interface |
ReflectionsMethodCollectionFactory.GetMethodsParams |
static class |
ReflectionsMethodCollectionFactory.MatchParams |
static class |
ReflectionsMethodCollectionFactory.Returns |
static class |
ReflectionsMethodCollectionFactory.WithAnyParamAnnotatedWithAnnotation |
static class |
ReflectionsMethodCollectionFactory.WithAnyParamAnnotatedWithAnnotationClass |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.reflect.Method> |
produceMethodCollection() |
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.AnnotatedWithAnnotation annotatedWithAnnotation)
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.AnnotatedWithAnnotationClass annotatedWithAnnotationClass)
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.MatchParams matchParams)
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.Returns retrn)
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.WithAnyParamAnnotatedWithAnnotation withAnyParamAnnotatedWithAnnotation)
public ReflectionsMethodCollectionFactory(org.reflections.Reflections reflections,
ReflectionsMethodCollectionFactory.WithAnyParamAnnotatedWithAnnotationClass withAnyParamAnnotatedWithAnnotationClass)
public java.util.Collection<java.lang.reflect.Method> produceMethodCollection()
throws MethodCollectionProductionException
produceMethodCollection in interface MethodCollectionFactoryMethodCollectionProductionException - If production of the method collection fails.