Commit 2a01c026 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x'

Closes gh-19958
parents cf958f48 9d0918bb
...@@ -155,7 +155,7 @@ The JSON object contained in the `properties` array can contain the attributes d ...@@ -155,7 +155,7 @@ The JSON object contained in the `properties` array can contain the attributes d
| `type` | `type`
| String | String
| The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.util.String,acme.MyEnum>`). | The full signature of the data type of the property (for example, `java.lang.String`) but also a full generic type (such as `java.util.Map<java.lang.String,acme.MyEnum>`).
You can use this attribute to guide the user as to the types of values that they can enter. You can use this attribute to guide the user as to the types of values that they can enter.
For consistency, the type of a primitive is specified by using its wrapper counterpart (for example, `boolean` becomes `java.lang.Boolean`). For consistency, the type of a primitive is specified by using its wrapper counterpart (for example, `boolean` becomes `java.lang.Boolean`).
Note that this class may be a complex type that gets converted from a `String` as values are bound. Note that this class may be a complex type that gets converted from a `String` as values are bound.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment