Package | Description |
---|---|
io.sentry.marshaller.json |
Modifier and Type | Class and Description |
---|---|
class |
DebugMetaInterfaceBinding
Binding that converts a
DebugMetaInterface to a JSON stream. |
class |
ExceptionInterfaceBinding
Binding system allowing to convert an
ExceptionInterface to a JSON stream. |
class |
HttpInterfaceBinding
Binding system allowing to convert an
HttpInterface into a JSON stream. |
class |
MessageInterfaceBinding
Binding allowing to transform a
MessageInterface into a JSON stream. |
class |
StackTraceInterfaceBinding
Binding allowing to convert a
StackTraceInterface into a JSON stream. |
class |
UserInterfaceBinding
Binding allowing to transform a
UserInterface into a JSON stream. |
Modifier and Type | Method and Description |
---|---|
<T extends SentryInterface,F extends T> |
JsonMarshaller.addInterfaceBinding(Class<F> sentryInterfaceClass,
InterfaceBinding<T> binding)
Add an interface binding to send a type of
SentryInterface through a JSON stream. |
Constructor and Description |
---|
ExceptionInterfaceBinding(InterfaceBinding<StackTraceInterface> stackTraceInterfaceBinding)
Creates a Binding system to send a
ExceptionInterface on JSON stream. |
Copyright © 2012–2017. All rights reserved.