Not sure either. IConverter<T> is part of Wicket's SPI, to convert strings that are input in forms to underlying objects. So this one seems to convert a string representation of an object (eg "cust.Customer:123", like a Bookmark#toString() would return) into an ObjectAdapterMemento, which is basically the Wicket UI's serializable model for an ObjectAdapter (more or less the same as a RootOid).
So, my guess is that it isn't used, because I can't think of anywhere that we have this abiliity for a user to enter "cust.Customer:123" and have the framework look up the corresponding object reference. Therefore, let's not worry about it too much. Perhaps add a TODO to see about removing this entire class. [ Full content available at: https://github.com/apache/isis/pull/120 ] This message was relayed via gitbox.apache.org for [email protected]
