mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
doc
This commit is contained in:
parent
51836e0fb6
commit
f1d5b179ce
@ -49,6 +49,10 @@ public abstract class JsonBuilder<T extends JsonBuilder> {
|
|||||||
return StringJsonBuilder.Cached.cached();
|
return StringJsonBuilder.Cached.cached();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static BinaryJsonBuilder jsonBuilder() throws IOException {
|
||||||
|
return BinaryJsonBuilder.Cached.cached();
|
||||||
|
}
|
||||||
|
|
||||||
public static BinaryJsonBuilder binaryJsonBuilder() throws IOException {
|
public static BinaryJsonBuilder binaryJsonBuilder() throws IOException {
|
||||||
return BinaryJsonBuilder.Cached.cached();
|
return BinaryJsonBuilder.Cached.cached();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user