Skip to content

Class name / file name mismatch for classes without properties #30

Description

@S2MBO

Consider this metaJSON definition:

[
   {
        "name": "base",
        "description": "Base class for all JSON Objects",
        "base-type": "object"
    }
]

This will generate a file called Object.java (Java for example) containing a class named Base.

This class name / file name mismatch causes trouble in some programming languages and with most import statements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions