aboutsummaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-06-02 10:40:41 +0000
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:24 +0200
commit338d383d81ee6b142b308ef8798b44374b480838 (patch)
tree0af5af65e84a05fb2f8fbdcb1050b9d5db793937 /document/abi-spec.json
parent9e330c98d573866f162ef76207a8699d76d634c4 (diff)
remove TemporaryStructuredDataType
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 7748a927c6d..edc4d8a19c6 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -954,11 +954,8 @@
],
"methods": [
"public void <init>(com.yahoo.document.DocumentType, int)",
- "public void <init>(com.yahoo.document.TemporaryStructuredDataType, int)",
"public static com.yahoo.document.ReferenceDataType createWithInferredId(com.yahoo.document.DocumentType)",
- "public static com.yahoo.document.ReferenceDataType createWithInferredId(com.yahoo.document.TemporaryStructuredDataType)",
"public com.yahoo.document.StructuredDataType getTargetType()",
- "public void setTargetType(com.yahoo.document.StructuredDataType)",
"public com.yahoo.document.datatypes.ReferenceFieldValue createFieldValue()",
"public java.lang.Class getValueClass()",
"public boolean isValueCompatible(com.yahoo.document.datatypes.FieldValue)",
@@ -1055,19 +1052,6 @@
"public static final int classId"
]
},
- "com.yahoo.document.TemporaryStructuredDataType": {
- "superClass": "com.yahoo.document.StructDataType",
- "interfaces": [],
- "attributes": [
- "public"
- ],
- "methods": [
- "public static com.yahoo.document.TemporaryStructuredDataType create(java.lang.String)",
- "public static com.yahoo.document.TemporaryStructuredDataType createById(int)",
- "protected void setName(java.lang.String)"
- ],
- "fields": []
- },
"com.yahoo.document.TensorDataType": {
"superClass": "com.yahoo.document.DataType",
"interfaces": [],