Skip to content
Snippets Groups Projects
Commit 5147c297 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Remove JSON formatting configuration

parent 5dc4fe73
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,7 @@ public class JsonConfiguration implements ContextResolver<Jsonb> {
JsonbConfig config =
new JsonbConfig()
.withPropertyVisibilityStrategy(new PrivateVisibilityStrategy())
.withSerializers(new JsonSimpleValueObjectSerializer())
.withFormatting(true);
.withSerializers(new JsonSimpleValueObjectSerializer());
return JsonbBuilder.create(config);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment