There was an error while loading. Please reload this page.
1 parent aacd00c commit abee9c3Copy full SHA for abee9c3
1 file changed
src/main/java/it/aboutbits/springboot/testing/web/response/ResponseBodyMatchers.java
@@ -16,8 +16,9 @@
16
import static org.assertj.core.api.Assertions.fail;
17
18
public final class ResponseBodyMatchers {
19
- public static JsonMapper jsonMapper = new JsonMapper();
+ private final static JsonMapper jsonMapper = new JsonMapper();
20
private final String jsonPath;
21
+
22
private String[] fieldNamesToIgnore = new String[0];
23
private String[] optionalFieldNamesToIgnore = new String[0];
24
private boolean ignoreAudition = false;
0 commit comments