AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Refactor RegexProperty to use a property type (create RegexType) #368

Closed ljacqu closed 1 year ago

ljacqu commented 1 year ago

RegexProperty implements conversions in the class and not via a property type. In a move to make type behavior more reusable, we want to model type conversions as often as possible as a PropertyType for reusability.

To do

sharief007 commented 1 year ago

Pull Request: https://github.com/AuthMe/ConfigMe/pull/371