Does owo-config support Lists of custom objects?
TechPro424 opened this issue · 1 comments
For example, if I have a custom class such as
public class CustomObject {
String a = "abcd"
ArrayList<String> b = new ArrayList<String>()
}
And the following config entry
public ArrayList<CustomObject> customObjects = new ArrayList<CustomObject>();
Is this supported in owo-config?
If so, how do I go about making such a config?
Please ping me when replying
@TechPro424, no this is not currently doable. It's possible that it will be implemented at some point in the future, but for the time being only lists of numbers and strings are supported
Cheers