mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
13 lines
272 B
Java
Generated
13 lines
272 B
Java
Generated
// Generated automatically from jakarta.json.JsonPatch for testing purposes
|
|
|
|
package jakarta.json;
|
|
|
|
import jakarta.json.JsonArray;
|
|
import jakarta.json.JsonStructure;
|
|
|
|
public interface JsonPatch
|
|
{
|
|
<T extends JsonStructure> T apply(T p0);
|
|
JsonArray toJsonArray();
|
|
}
|