summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-13 08:47:59 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-13 08:58:47 +0000
commit145aa634b4f85849c25b7d16b17adfe50c5ecead (patch)
treeefcfc7491cbf65f507d6364425cf5f47a89ec057 /document/abi-spec.json
parent75c18d52ef575b983496df8bf43a0814c5ac2fb5 (diff)
add getDeclaredStructType in DocumentType
* getType() in DocumentTypeManager will be deprecated soon, this will be the recommended replacement.
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 83a56d4fb5e..e9bf2cb6430 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -437,6 +437,7 @@
"public java.lang.Class getValueClass()",
"public boolean isValueCompatible(com.yahoo.document.datatypes.FieldValue)",
"public com.yahoo.document.StructDataType contentStruct()",
+ "public com.yahoo.document.StructDataType getDeclaredStructType(java.lang.String)",
"public com.yahoo.document.StructDataType getHeaderType()",
"protected void register(com.yahoo.document.DocumentTypeManager, java.util.List)",
"public boolean isA(java.lang.String)",
@@ -3154,8 +3155,8 @@
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.StringFieldValue)",
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.TensorFieldValue)",
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.ReferenceFieldValue)",
- "public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.Struct)",
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.StructuredFieldValue)",
+ "public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.Struct)",
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.datatypes.WeightedSet)",
"public void write(com.yahoo.vespa.objects.FieldBase, com.yahoo.document.annotation.AnnotationReference)",
"public void write(com.yahoo.document.DocumentId)",