August 2019
Intermediate to advanced
256 pages
6h 43m
English
MicroProfile Config also defines automatic converters. If a converter is not known for a given Java type, it will attempt to convert a String object into it using any one of the three different approaches:
That's how the my.url property was converted from String into URL since the java.net.URL type has the public URL(String) constructor.
Read now
Unlock full access