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.JsonObject
bStats.AdvancedBarChart.getChartData()
protected bStats.JsonObjectBuilder.JsonObject
bStats.AdvancedPie.getChartData()
protected abstract bStats.JsonObjectBuilder.JsonObject
bStats.CustomChart.getChartData()
bStats.DrilldownPie.getChartData()
protected bStats.JsonObjectBuilder.JsonObject
bStats.MultiLineChart.getChartData()
protected bStats.JsonObjectBuilder.JsonObject
bStats.SimpleBarChart.getChartData()
protected bStats.JsonObjectBuilder.JsonObject
bStats.SimplePie.getChartData()
protected bStats.JsonObjectBuilder.JsonObject
bStats.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.