How do you get MOXy oxml mapping file to recognise static classes
问题 Using MOXy I can flatten parts of my object model in my json output i.e <java-type name="Medium"> <java-attributes> <xml-element java-attribute="trackList" xml-path="."/> </java-attributes> </java-type> but when I want to fold in a class that is a child of a static class as follows <java-type name="Medium.TrackList"> <java-attributes> <xml-element java-attribute="artistList" xml-path="."/> </java-attributes> </java-type> it complains Exception Description: Could not load class [Medium