Class EnrichBean<B>


  • public class EnrichBean<B>
    extends Object
    Holds Spy setup consumers for dependency injection using Mockito Spy.
    • Method Detail

      • getType

        public Class<BgetType()
        Return the dependency injection target type.
      • enrich

        public B enrich​(B bean)
        Return the spy enhanced bean instance to use.