Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When querying field (or a method argument) type, the API will return returns following code identifieridentifiers:

  • For primitive types : int, long, short, byte, char, double, float, boolean
  • Wiki Markup
    For primitives type arrays : int\[\], long\[\], short\[\], byte\[\], char\[\], double\[\], float\[\], boolean\[\]
  • For object : qualified class name as java.lang.String
  • Wiki Markup
    For object arrays : the qualified class name of the content type followed by \[\] as java.lang.String\[\]

...