Package io.avaje.inject.spi
Class EnrichBean<B>
- java.lang.Object
-
- io.avaje.inject.spi.EnrichBean<B>
-
public class EnrichBean<B> extends Object
Holds Spy setup consumers for dependency injection using Mockito Spy.
-
-
Constructor Summary
Constructors Constructor Description EnrichBean(Class<B> type, Consumer<B> consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Benrich(B bean)Return the spy enhanced bean instance to use.Class<B>getType()Return the dependency injection target type.
-