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

com.gs.api.accelrx.JsonPointer Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.7
Show newest version
package com.gs.api.accelrx;

import com.fasterxml.jackson.databind.JsonNode;

public interface JsonPointer {

    interface Update {
        String apply(String input) throws Exception;
    }

    void update(JsonNode jsonNode, Update update) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy