File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/json Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
/**
22
22
* The <code>JSONHandler</code> interface receives notifications from the
23
23
* <code>JsonParser</code>.
24
+ * @deprecated use <a href="https://jakartaee.github.io/jsonp-api/docs/api/?overview-summary.html">JSON Processing API</a> instead.
24
25
*/
26
+ @ Deprecated (since ="2.24.0" )
25
27
public interface JsonHandler {
26
28
27
29
/**
Original file line number Diff line number Diff line change 29
29
* <code>JsonParser</code> parses and validates the JSON object passed upon
30
30
* {@link #parse(String)} or {@link #parse(InputStream, String)} and notifies
31
31
* the specified <code>JsonHandler</code>
32
+ * @deprecated use <a href="https://jakartaee.github.io/jsonp-api/docs/api/?overview-summary.html">JSON Processing API</a> instead.
32
33
*/
34
+ @ Deprecated (since ="2.24.0" )
33
35
public class JsonParser {
34
36
35
37
private static final String NULL = "null" ;
You can’t perform that action at this time.
0 commit comments