Class JsonWriteSettings

    • Constructor Detail

      • JsonWriteSettings

        public JsonWriteSettings()
    • Method Detail

      • filePattern

        public Object filePattern()
        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.
      • withFilePattern

        public JsonWriteSettings withFilePattern​(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.