public class DebugMetaInterfaceBinding extends Object implements InterfaceBinding<DebugMetaInterface>
DebugMetaInterface
to a JSON stream.Constructor and Description |
---|
DebugMetaInterfaceBinding() |
Modifier and Type | Method and Description |
---|---|
void |
writeInterface(com.fasterxml.jackson.core.JsonGenerator generator,
DebugMetaInterface debugMetaInterface)
Encodes the content of a sentry interface into a JSON stream.
|
public void writeInterface(com.fasterxml.jackson.core.JsonGenerator generator, DebugMetaInterface debugMetaInterface) throws IOException
InterfaceBinding
writeInterface
in interface InterfaceBinding<DebugMetaInterface>
generator
- JSON generator allowing to write JSON content.debugMetaInterface
- interface to encode.IOException
- thrown in case of failure during the generation of JSON content.Copyright © 2012–2018. All rights reserved.