You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UUID u = ConfigProvider.getConfig().getValue("uuid", UUID.class);
Charset u = ConfigProvider.getConfig().getValue("charSet", CharSet.class);
Pattern p = ConfigProvider.getConfig().getValue("pattern", Pattern.class);
The text was updated successfully, but these errors were encountered:
Description
As a:
...I need to be able to:
automatically convert a string to UUID, Charset
...which enables me to:
The text was updated successfully, but these errors were encountered: