Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supplier to EnumClassInfo #7097

Open
wants to merge 5 commits into
base: dev/feature
Choose a base branch
from

Commits on Sep 19, 2024

  1. Add supplier to EnumClassInfo

      - removes it from 'ClassInfo#getSupplier'
      - Also renames some things under EnumClassInfo to better reflect
    Fusezion committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ede98a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ed68c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Commit suggestion

    Whoops didn't see this earlier
    
    Co-authored-by: Efy <[email protected]>
    Fusezion and Efnilite authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    292c33c View commit details
    Browse the repository at this point in the history
  2. Fix build

     - adds additional annotations to string methods
     - uses enumUtils for toStrings in case it ever changes
    Fusezion committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    75be09f View commit details
    Browse the repository at this point in the history
  3. EnumUtils - add a toString with StringMode support

     - currently unused but is good for future implementations
    Fusezion committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    56fb5e7 View commit details
    Browse the repository at this point in the history