Interface Configuration


public interface Configuration
Interface to extra configuration values that can be specified programmatically.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the JsonHandler that Parses, Formats and serializes Objects to JSON.
    void
    Sets the JsonHandler that Parses, Formats and serializes Objects to JSON.
  • Method Details

    • setJsonHandler

      void setJsonHandler(JsonHandler jsonHandler)
      Sets the JsonHandler that Parses, Formats and serializes Objects to JSON.
      Parameters:
      jsonHandler - the JsonHandler to install.
    • getJsonHandler

      JsonHandler getJsonHandler()
      Gets the JsonHandler that Parses, Formats and serializes Objects to JSON.
      Returns:
      the JsonHandler instance