ModuleRegistryStatusJsonMarshalling

kamon.status.page.JsonMarshalling.ModuleRegistryStatusJsonMarshalling
object ModuleRegistryStatusJsonMarshalling extends JsonMarshalling[ModuleRegistry]

Attributes

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

Members list

Value members

Concrete methods

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