Skip to content

DefaultMappings

Related to #2 (closed), if no mapping was defined in an update definition, and the token is a primitive type, we want to support a default mapping.

Primitive types (to be checked):

  • short
  • int
  • float
  • double
  • char
  • byte
  • String
Edited by René Schöne