Uses of Class
io.github.lucfr1746.llibrary.metrics.bStats.JsonObjectBuilder.JsonObject
Packages that use bStats.JsonObjectBuilder.JsonObject
-
Uses of bStats.JsonObjectBuilder.JsonObject in io.github.lucfr1746.llibrary.metrics
Methods in io.github.lucfr1746.llibrary.metrics that return bStats.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionbStats.JsonObjectBuilder.build()Builds the JSON string and invalidates this builder.protected bStats.JsonObjectBuilder.JsonObjectbStats.AdvancedBarChart.getChartData()protected bStats.JsonObjectBuilder.JsonObjectbStats.AdvancedPie.getChartData()protected abstract bStats.JsonObjectBuilder.JsonObjectbStats.CustomChart.getChartData()bStats.DrilldownPie.getChartData()protected bStats.JsonObjectBuilder.JsonObjectbStats.MultiLineChart.getChartData()protected bStats.JsonObjectBuilder.JsonObjectbStats.SimpleBarChart.getChartData()protected bStats.JsonObjectBuilder.JsonObjectbStats.SimplePie.getChartData()protected bStats.JsonObjectBuilder.JsonObjectbStats.SingleLineChart.getChartData()bStats.CustomChart.getRequestJsonObject(BiConsumer<String, Throwable> errorLogger, boolean logErrors) Methods in io.github.lucfr1746.llibrary.metrics with parameters of type bStats.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionbStats.JsonObjectBuilder.appendField(String key, bStats.JsonObjectBuilder.JsonObject object) Appends an object to the JSON.bStats.JsonObjectBuilder.appendField(String key, bStats.JsonObjectBuilder.JsonObject[] values) Appends an object array to the JSON.