You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i have a collection of custom class(Say Class1) and i have to map it to collection of different class(say Class2). Here Class1 is a public class whereas Class2 is public static inner class. When generating implementation for mapping interface it is throwing unsupported Operation exception. On investigation , i found that while iterating collection of class1. it is mapping class with java.Lang.Object .
Failed to generate mapping method for type java.lang.Object to Class1 to Class2.
thanks
The text was updated successfully, but these errors were encountered:
hi,
i have a collection of custom class(Say Class1) and i have to map it to collection of different class(say Class2). Here Class1 is a public class whereas Class2 is public static inner class. When generating implementation for mapping interface it is throwing unsupported Operation exception. On investigation , i found that while iterating collection of class1. it is mapping class with java.Lang.Object .
Failed to generate mapping method for type java.lang.Object to Class1 to Class2.
thanks
The text was updated successfully, but these errors were encountered: