Value Types
The core framework has built-in support for most of the value types defined by the JDK (primitives, wrapper types, String, java.math etc), and also ships with a number defines a number of more specialized value types (Blob
, Clob
, Markup
).
You can also write your own custom value types.
In addition to all of that, there are a number of additional value types that are not part of core framework. This section provides details of those additional value types.