summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-core/abi-spec.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index e5875247855..8905a27a127 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -892,6 +892,21 @@
],
"fields": []
},
+ "com.yahoo.restapi.JacksonJsonResponse": {
+ "superClass": "com.yahoo.container.jdisc.HttpResponse",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public void <init>(int, java.lang.Object)",
+ "public void <init>(int, java.lang.Object, com.fasterxml.jackson.databind.ObjectMapper)",
+ "public void render(java.io.OutputStream)",
+ "public java.lang.String getContentType()",
+ "public java.lang.Object getEntity()"
+ ],
+ "fields": []
+ },
"com.yahoo.restapi.MessageResponse": {
"superClass": "com.yahoo.container.jdisc.HttpResponse",
"interfaces": [],