Uses of Class
me.ulrich.koth.api.Metrics.JsonObjectBuilder.JsonObject
Packages that use Metrics.JsonObjectBuilder.JsonObject
-
Uses of Metrics.JsonObjectBuilder.JsonObject in me.ulrich.koth.api
Methods in me.ulrich.koth.api that return Metrics.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionMetrics.JsonObjectBuilder.build()Builds the JSON string and invalidates this builder.Metrics.DrilldownPie.getChartData()Metrics.CustomChart.getRequestJsonObject(BiConsumer<String, Throwable> errorLogger, boolean logErrors) Methods in me.ulrich.koth.api with parameters of type Metrics.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionMetrics.JsonObjectBuilder.appendField(String key, Metrics.JsonObjectBuilder.JsonObject object) Appends an object to the JSON.Metrics.JsonObjectBuilder.appendField(String key, Metrics.JsonObjectBuilder.JsonObject[] values) Appends an object array to the JSON.