Index

I S U Z 
All Classes and Interfaces|All Packages|Serialized Form

I

io.camunda.zeebe.protocol.jackson - package io.camunda.zeebe.protocol.jackson
 

S

setupModule(Module.SetupContext) - Method in class io.camunda.zeebe.protocol.jackson.ZeebeProtocolModule
 

U

Usage ObjectMapper mapper = new ObjectMapper(); ZeebeProtocolModule module = new ZeebeProtocolModule(); mapper.registerModule(module); Record<?> record = mapper.readValue(myJsonString, Record.class); ErrorRecordValue errorValue = mapper.readValue(myErrorJsonString, ErrorRecordValue.class); - Search tag in class io.camunda.zeebe.protocol.jackson.ZeebeProtocolModule
Section

Z

ZeebeProtocolModule - Class in io.camunda.zeebe.protocol.jackson
A Jackson module which enables your ObjectMapper to serialize and deserialize Zeebe protocol objects, e.g.
ZeebeProtocolModule() - Constructor for class io.camunda.zeebe.protocol.jackson.ZeebeProtocolModule
 
I S U Z 
All Classes and Interfaces|All Packages|Serialized Form