Community
Participate
Working Groups
public class SomeClass{ public Class testClassProp; } Resulting JSON looks like this: {"someClass" : {"testClassProp" : java.lang.String}} But should look like this: {"someClass" : {"testClassProp" : "java.lang.String"}}
Created attachment 204201 [details] Proposed changes and test
Created attachment 204214 [details] Proposed changes
Checked in changes to support the variables of type Class to be quoted.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink