Null ?
This commit is contained in:
parent
0248b7b07c
commit
e185258a54
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public abstract class FormResponse implements Response{
|
|||
}
|
||||
|
||||
public boolean areValids(String... fields){
|
||||
System.out.println(json);
|
||||
JsonMap map = (JsonMap)json;
|
||||
for(String field : fields){
|
||||
String value = (String) map.get(field);
|
||||
|
|
Loading…
Add table
Reference in a new issue