-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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 toStringmethodequalsandhashCodemethod
Metadata
Metadata
Assignees
Labels
No labels