aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index a97950415e4..f496ac62a72 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -4041,6 +4041,20 @@
],
"fields" : [ ]
},
+ "ai.vespa.json.Jackson" : {
+ "superClass" : "java.lang.Object",
+ "interfaces" : [ ],
+ "attributes" : [
+ "public"
+ ],
+ "methods" : [
+ "public void <init>()",
+ "public static com.fasterxml.jackson.databind.ObjectMapper createMapper()",
+ "public static com.fasterxml.jackson.databind.ObjectMapper createMapper(com.fasterxml.jackson.core.JsonFactoryBuilder)",
+ "public static com.fasterxml.jackson.databind.ObjectMapper mapper()"
+ ],
+ "fields" : [ ]
+ },
"ai.vespa.llm.LanguageModel" : {
"superClass" : "java.lang.Object",
"interfaces" : [ ],