Package me.stevezr963.undeadpandemic
Class Metrics.JsonObjectBuilder.JsonObject
- java.lang.Object
-
- me.stevezr963.undeadpandemic.Metrics.JsonObjectBuilder.JsonObject
-
- Enclosing class:
- Metrics.JsonObjectBuilder
public static class Metrics.JsonObjectBuilder.JsonObject extends java.lang.ObjectA super simple representation of a JSON object.This class only exists to make methods of the
Metrics.JsonObjectBuildertype-safe and not allow a raw string inputs for methods likeMetrics.JsonObjectBuilder.appendField(String, JsonObject).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-