Interface Configuration


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

      • 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