JsonFormat |
JsonFormat.withDeserializer(Object deserializer) |
Set the deserializer property: Deserializer.
|
JsonFormat |
JsonFormat.withEncodingName(Object encodingName) |
Set the encodingName property: The code page name of the preferred encoding.
|
JsonFormat |
JsonFormat.withFilePattern(Object filePattern) |
Set the filePattern property: File pattern of JSON.
|
JsonFormat |
JsonFormat.withJsonNodeReference(Object jsonNodeReference) |
Set the jsonNodeReference property: The JSONPath of the JSON array element to be flattened.
|
JsonFormat |
JsonFormat.withJsonPathDefinition(Object jsonPathDefinition) |
Set the jsonPathDefinition property: The JSONPath definition for each column mapping with a customized column
name to extract data from JSON file.
|
JsonFormat |
JsonFormat.withNestingSeparator(Object nestingSeparator) |
Set the nestingSeparator property: The character used to separate nesting levels.
|
JsonFormat |
JsonFormat.withSerializer(Object serializer) |
Set the serializer property: Serializer.
|