From 725f1158944463c07aaa45f61dd801cf45948301 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Mon, 4 Nov 2019 15:34:57 +0100 Subject: Update abi-spec.json with JacksonJsonResponse --- container-core/abi-spec.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 (int, java.lang.Object)", + "public void (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": [], -- cgit v1.2.3