Uses of Class
net.ME1312.SubServers.Velocity.Library.Metrics.JsonObjectBuilder.JsonObject
-
Uses of Metrics.JsonObjectBuilder.JsonObject in net.ME1312.SubServers.Velocity.Library
Modifier and TypeMethodDescriptionMetrics.JsonObjectBuilder.build()
Builds the JSON string and invalidates this builder.protected Metrics.JsonObjectBuilder.JsonObject
Metrics.AdvancedBarChart.getChartData()
protected Metrics.JsonObjectBuilder.JsonObject
Metrics.AdvancedPie.getChartData()
protected abstract Metrics.JsonObjectBuilder.JsonObject
Metrics.CustomChart.getChartData()
Metrics.DrilldownPie.getChartData()
protected Metrics.JsonObjectBuilder.JsonObject
Metrics.MultiLineChart.getChartData()
protected Metrics.JsonObjectBuilder.JsonObject
Metrics.SimpleBarChart.getChartData()
protected Metrics.JsonObjectBuilder.JsonObject
Metrics.SimplePie.getChartData()
protected Metrics.JsonObjectBuilder.JsonObject
Metrics.SingleLineChart.getChartData()
Metrics.CustomChart.getRequestJsonObject
(BiConsumer<String, Throwable> errorLogger, boolean logErrors) Modifier 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.