com.redhat.lightblue.client.response.LightblueDataResponse Maven / Gradle / Ivy
package com.redhat.lightblue.client.response;
import com.fasterxml.jackson.databind.JsonNode;
public interface LightblueDataResponse extends LightblueResponse {
int parseModifiedCount();
int parseMatchCount();
JsonNode getProcessed();
T parseProcessed(Class type) throws LightblueParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy