Uses of Class
ai.vespa.json.Json
Packages that use Json
-
Uses of Json in ai.vespa.json
Methods in ai.vespa.json that return JsonModifier and TypeMethodDescriptionJson.a(int index) Json.Builder.build()Json.entry(int index) static Jsonstatic Jsonstatic JsonMethods in ai.vespa.json that return types with arguments of type JsonModifier and TypeMethodDescriptionJson.iterator()Json.stream()static <T> Collector<T,Json.Builder.Array, Json> Json.Collectors.toArray(BiConsumer<Json.Builder.Array, T> accumululator) Json.toList()Methods in ai.vespa.json with parameters of type JsonModifier and TypeMethodDescriptionstatic Json.Builder.Arraystatic Json.Builder.ObjectJson.Builder.fromObject(Json json) booleanMethod parameters in ai.vespa.json with type arguments of type JsonModifier and TypeMethodDescriptionvoidJson.forEachEntry(BiConsumer<Integer, Json> consumer) voidJson.forEachEntry(Consumer<Json> consumer) voidJson.forEachField(BiConsumer<String, Json> consumer)