@ -61,8 +61,12 @@ public class UsosApiService {
|
||||
final String json = response.getBody();
|
||||
System.out.println(json == null);
|
||||
System.out.println(json == "null");
|
||||
System.out.println(json.equals("null"));
|
||||
//System.out.println(json.equals(null));
|
||||
System.out.println(json);
|
||||
if (json != "null" && json != null){
|
||||
System.out.println(json);
|
||||
System.out.println(json.getClass());
|
||||
System.out.println("Przed Object");
|
||||
final ObjectMapper mapper = new ObjectMapper();
|
||||
System.out.println("Przed mapą");
|
||||
|
Reference in New Issue
Block a user