У меня есть этот класс в моем проекте:
public class ObjectToJsonConverter<T> implements Converter<T, String> {
Я хотел издеваться над ним, я пробовал
@MockBean
ObjectToJsonConverter converter;
и
@MockBean
ObjectToJsonConverter<Hostel> converter;
, но когда Я запускаю тест, я получил эту ошибку:
Unable to determine source type <S> and target type <T> for your Converter [com.converters.json.ObjectToJsonConverter$MockitoMock$1442001965]; does the class parameterize those types?
http.connection -> {HttpURLConnection@18773} "sun.net.www.protocol.http.HttpURLConnection:http://localhost:9080/user"