BaseInfoJsonMarshalling

kamon.status.page.JsonMarshalling.BaseInfoJsonMarshalling
object BaseInfoJsonMarshalling extends JsonMarshalling[Settings]

Attributes

Graph
Supertypes
trait JsonMarshalling[Settings]
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

Definition Classes