Class JsonWriteSettings

    • Constructor Detail

      • JsonWriteSettings

        public JsonWriteSettings()
    • Method Detail

      • getFilePattern

        public Object getFilePattern()
        Get the filePattern property: File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
        Returns:
        the filePattern value.
      • setFilePattern

        public JsonWriteSettings setFilePattern​(Object filePattern)
        Set the filePattern property: File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.
        Parameters:
        filePattern - the filePattern value to set.
        Returns:
        the JsonWriteSettings object itself.