Interface IConfigurable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Technically not fully a FunctionalInterface, but marking it as one because it is used this way for code cleaning
Can be implemented by any other class to make it be easily converted to JSON using
Can be implemented by any other class to make it be easily converted to JSON using
JsonBuilder.addObject(String, IConfigurable)-
Method Summary
-
Method Details
-
toJson
-