Object Mapper Pretty Write como cadena

String json = mapper.writerWithDefaultPrettyPrinter().writeValueAsString(<object>);
Talented Tarantula