Browse Source

Fix typo

See gh-19956
pull/20429/head
Pascal Verdage 6 years ago committed by Stephane Nicoll
parent
commit
930ec51968
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc

@ -153,7 +153,7 @@ The JSON object contained in the `properties` array can contain the attributes d @@ -153,7 +153,7 @@ The JSON object contained in the `properties` array can contain the attributes d
| `type`
| 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.
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.

Loading…
Cancel
Save