All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.atlasmap.json.inspect.JsonInspector Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package io.atlasmap.json.inspect;

import io.atlasmap.json.v2.JsonDocument;

public interface JsonInspector {

    JsonDocument inspect(String inspectee) throws JsonInspectionException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy