Currently, RepositoryConfigurationSource exposes a getAttribute(…) method to lookup String based values from either the annotation or XML element. However it does not work for non-String values. We should provide an extended variant of this to be able to pass in the type of the attribute to look up to obtain these attribute values. The XML implementation would have to reject everything non-String then
Oliver Drotbohm opened DATACMNS-1498 and commented
Currently,
RepositoryConfigurationSource
exposes agetAttribute(…)
method to lookupString
based values from either the annotation or XML element. However it does not work for non-String
values. We should provide an extended variant of this to be able to pass in the type of the attribute to look up to obtain these attribute values. The XML implementation would have to reject everything non-String
thenReferenced from: commits 4e6b12f
The text was updated successfully, but these errors were encountered: