Uses of Class
me.xxastaspastaxx.dimensions.Metrics.JsonObjectBuilder.JsonObject
Packages that use Metrics.JsonObjectBuilder.JsonObject
-
Uses of Metrics.JsonObjectBuilder.JsonObject in me.xxastaspastaxx.dimensions
Methods in me.xxastaspastaxx.dimensions 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.xxastaspastaxx.dimensions 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.