
com.github.fonimus.ssh.shell.postprocess.provided.PrettyJsonPostProcessor Maven / Gradle / Ivy
The newest version!
package com.github.fonimus.ssh.shell.postprocess.provided;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.fonimus.ssh.shell.postprocess.PostProcessor;
import com.github.fonimus.ssh.shell.postprocess.PostProcessorException;
/**
* Pretty json post processor
*/
public class PrettyJsonPostProcessor
implements PostProcessor
© 2015 - 2025 Weber Informatics LLC | Privacy Policy