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
Branches
Tags
No related merge requests found
...@@ -14,8 +14,7 @@ public class JsonConfiguration implements ContextResolver<Jsonb> { ...@@ -14,8 +14,7 @@ public class JsonConfiguration implements ContextResolver<Jsonb> {
JsonbConfig config = JsonbConfig config =
new JsonbConfig() new JsonbConfig()
.withPropertyVisibilityStrategy(new PrivateVisibilityStrategy()) .withPropertyVisibilityStrategy(new PrivateVisibilityStrategy())
.withSerializers(new JsonSimpleValueObjectSerializer()) .withSerializers(new JsonSimpleValueObjectSerializer());
.withFormatting(true);
return JsonbBuilder.create(config); 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