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.

@FunctionalInterface public interface IConfigurable
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 JsonBuilder.addObject(String, IConfigurable)
  • Method Summary

    Modifier and Type
    Method
    Description
    void