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
@ApiObjectField type is a collection of @ApiObject type (List)
@ApiObject defines a name different from the class name (such as testobjdoc)
WHEN
JSONDoc is generated including these objects
THEN
field jsondocType.oneLineText will use the lowercase classname of @ApiObject instead of name attribute ('list of testobjdoc' instead of 'list of testobj')
Looks like the JSONDocTypeBuilder is not using getCustomClassName for parameterized types
The text was updated successfully, but these errors were encountered:
GIVEN
WHEN
THEN
Looks like the JSONDocTypeBuilder is not using getCustomClassName for parameterized types
The text was updated successfully, but these errors were encountered: