Class ValueTypeMapping

java.lang.Object
io.camunda.zeebe.protocol.record.ValueTypeMapping

public final class ValueTypeMapping extends Object
Provides a mapping of all ValueType to their concrete implementations. It should be an exhaustive map of all possible ValueType, so if you add one, make sure to update the mapping here as well.
  • Method Details