Skip to:
Simplify specifying “type” for basic attributes in XML. This is mainly for supporting the mapping of dynamic models. E.g.
For the most part, <target/> accepts the Java class name -
<target/>
allows primitive names
allows fully qulified names
allows simple (unqualified) names for various types:
primitive wrappers (Integer, …)
String
java.time types
UUID
URL
…
Simplify specifying “type” for basic attributes in XML. This is mainly for supporting the mapping of dynamic models. E.g.
For the most part,
<target/>
accepts the Java class name -allows primitive names
allows fully qulified names
allows simple (unqualified) names for various types:
primitive wrappers (Integer, …)
String
java.time types
UUID
URL
…