Skip to content

Create POJOs for (some) interfaces #79

@sbrossie

Description

@sbrossie

We would like to start by creating POJOs matching the interfaces we have defined in our catalog module. For instance, given the interface Plan, we would like to create a class ApiPlan (this is a suggestion for the naming, perhaps there is something better) that implements the interface.

The goal is to make it easier for folks writing plugin and avoid having them to write all kinds of POJOs themselves.

Each of these POJO would need to have:

  • Default CTOR
  • CTOR with all fields
  • All fields private final
  • toString method
  • equals and hashCode method

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