KatsuteDev/Mal4J

Static strings for field parameters.

Closed this issue · 2 comments

Add a class that holds static strings for all possible fields, taking into account nested fields in nested classes.

This will be added in a later release.

Main file & nested classes should have a .ALL field.

For nested classes there should be a method that can then be populated with field parameters, inner fields can then be accessed by nested class.

String listStatus(String...)

class listStatus{
   ...
}