Interface SystemConfigurationBuilder

    • Method Detail

      • value

        SystemConfigurationBuilder value​(com.fasterxml.jackson.databind.node.ObjectNode value)
        Parameters:
        value - the value of the configuration
      • save

        SystemConfiguration save()
        Save the configuration. It would either create a new one (if none exists for the given node) or update an existing one.