Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
Description
Currently the only way to enforce specific indentation on per-request basis is to manually configure JsonGenerator (except for JAX-RS which has alternative methods). But with new ObjectWriter abstraction, it should be possible to extend this to ObjectMapper as well.
Implemented by adding methods in ObjectWriter.