IterableMethodReflectionExtension<O, R> extension
MethodReflection extension.
- on
-
- Iterable<
FunctionReflection< O, R> >
- Iterable<
Methods
-
toNames(
) → Iterable< String> -
Available on Iterable<
Maps to MethodReflection.name.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
toReturnTypeReflections(
) → Iterable< TypeReflection?> -
Available on Iterable<
Maps to returned TypeReflection.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
toReturnTypes(
) → Iterable< Type?> -
Available on Iterable<
Maps to returned Type.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
whereAnnotated(
[bool test(List< Object> annotations)?]) → Iterable<FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection that matches annotationsFunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >test. Iftestisnull, will match methods with any annotation. -
whereAnnotatedWith(
List< Object> annotations) → Iterable<FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection that matchesFunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >annotations. -
whereAnnotatedWithAnyOf(
List< Object> annotations) → Iterable<FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection that matches anyFunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >annotations. -
whereAnnotatedWithType<
T> () → Iterable< FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection that has an annotation of typeFunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >T. -
whereNoParameters(
) → Iterable< FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection without parameters.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
whereNotAnnotated(
) → Iterable< FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection without annotations.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
whereNotStatic(
) → Iterable< MethodReflection< O, R> > -
Available on Iterable<
Filter by MethodReflection.isStatic.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> > -
whereParametersTypes(
{List< Type> ? normalParameters, List<Type> ? optionalParameters, Map<String, Type> ? namedParameters}) → Iterable<FunctionReflection< O, R> > -
Available on Iterable<
Returns the MethodReflection that matches the parameters:FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >normalParameters,optionalParametersandnamedParameters. -
whereStatic(
) → Iterable< StaticMethodReflection< O, R> > -
Available on Iterable<
Filter by MethodReflection.isStatic.FunctionReflection< , provided by the IterableMethodReflectionExtension extensionO, R> >