NullPointerException when unit testing class with Guice Field Injection

后端 未结 0 1605
粉色の甜心
粉色の甜心 2021-01-20 08:15

I have a class which has a field injection like shown below.

public class DBHelper {

  @Inject
  private DynamoDBMapper dbMapper;


  public DBModel getForm(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题