mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01: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();
|
|
}
|