Skip to content

Commit

Permalink
Docs - extensions guide - mention few more built-in converters
Browse files Browse the repository at this point in the history
- for java.util.Locale, java.nio.charset.Charset and java.time.ZoneId
  • Loading branch information
mkouba committed Jan 4, 2022
1 parent 5ba71b2 commit 662ee97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,9 @@ extensions may use the full range of configuration types made available by Small
* `java.nio.file.Path`
* `io.quarkus.runtime.configuration.MemorySize` to represent data sizes
* `java.net.InetSocketAddress`, `java.net.InetAddress` and `org.wildfly.common.net.CidrAddress`
* `java.util.Locale` where the string value is an IETF BCP 47 language tag
* `java.nio.charset.Charset` where the string value is a canonical name or an alias
* `java.time.ZoneId` where the string value is parsed via `java.time.ZoneId.of(String)`
* A `List` or `Optional` of any of the above types
* `OptionalInt`, `OptionalLong`, `OptionalDouble`

Expand Down

0 comments on commit 662ee97

Please sign in to comment.