JsonMarshalling

kamon.status.page.JsonMarshalling
See theJsonMarshalling companion object
trait JsonMarshalling[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def toJson(instance: T, 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