Implement this interface, and pass the class name as the 'propertiesTransform' property in your URL, and the driver will pass the properties it has
parsed to your transform implementation so that you can modify/substitute/add any that you desire.
The driver will call this method if the user has loaded your
implementation of this interface by specifying the 'propertiesTransform'
property in their URL.
The driver will call this method if the user has loaded your
implementation of this interface by specifying the 'propertiesTransform'
property in their URL.
Parameters:
props - the properties as passed by the driver (never null)
Returns:
the same properties with any transformations that your
implementation has made