JBoss Profile service exposes a type of a config property in a slightly "interesting" manner. A config-property defined as
<config-property name="property" type="java.lang.String">value</config-property>
is exposed as a pair of entries in the map:
[key = "property", value = "value"]
@author Lukas Krejci
[key = "property.type", value = "java.lang.String"]
|
|
|
|