Add json enricher and json field filter

This commit is contained in:
René Pfeuffer
2018-06-06 10:36:27 +02:00
parent aacb0b9e8d
commit 2c5823e961
24 changed files with 699 additions and 103 deletions

View File

@@ -59,7 +59,7 @@ import static org.junit.Assert.*;
*/
public class JSONContextResolverTest {
private final ObjectMapper mapper = new JSONContextResolver().getContext(Object.class);
private final ObjectMapper mapper = new ObjectMapperProvider().get();
/**
* Tests json unmarshalling with unknown properties.