Package com.caplin.datasource
Interface Configuration
public interface Configuration
Interface to extra configuration values that can be specified programmatically.
-
Method Summary
Modifier and TypeMethodDescriptionGets the JsonHandler that Parses, Formats and serializes Objects to JSON.void
setJsonHandler
(JsonHandler jsonHandler) Sets the JsonHandler that Parses, Formats and serializes Objects to JSON.
-
Method Details
-
setJsonHandler
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
-