mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
264 B
Java
Generated
13 lines
264 B
Java
Generated
// Generated automatically from javax.json.JsonPatch for testing purposes
|
|
|
|
package javax.json;
|
|
|
|
import javax.json.JsonArray;
|
|
import javax.json.JsonStructure;
|
|
|
|
public interface JsonPatch
|
|
{
|
|
<T extends JsonStructure> T apply(T p0);
|
|
JsonArray toJsonArray();
|
|
}
|