BaseInfoJsonMarshalling

object BaseInfoJsonMarshalling extends JsonMarshalling[Settings]
trait JsonMarshalling[Settings]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toJson(instance: Settings, builder: StringBuilder): Unit

Implementations should append a Json object or array that describes the given instance members and any additional information that is expected to be shown in the status mini site.

Implementations should append a Json object or array that describes the given instance members and any additional information that is expected to be shown in the status mini site.

Definition Classes