mockspresso-basic-plugins / com.episode6.hackit.mockspresso.basic.plugin.simple / SimpleInjectionConfig

SimpleInjectionConfig

open class SimpleInjectionConfig : InjectionConfig

A very simple implementation of InjectionConfig. Chooses the constructor with the least number of arguments, and provides no injectable field annotations.

Constructors

<init>

SimpleInjectionConfig()

A very simple implementation of InjectionConfig. Chooses the constructor with the least number of arguments, and provides no injectable field annotations.

Functions

provideConstructorSelector

open fun provideConstructorSelector(): ConstructorSelector

provideInjectableFieldAnnotations

open fun provideInjectableFieldAnnotations(): MutableList<Class<out Annotation!>!>

provideInjectableMethodAnnotations

open fun provideInjectableMethodAnnotations(): MutableList<Class<out Annotation!>!>