Types in mapping defintions
In the DSL, types needs to annotated to signal
- if a type was generated by protobuf and can be parsed using
parseFrom(bytes) - raw
byte[] - a supported primite type, e.g., String, int, double, float
Edited by René Schöne
In the DSL, types needs to annotated to signal
parseFrom(bytes)
byte[]