@Deprecated public class DataFileType extends FileType
| Modifier and Type | Field and Description |
|---|---|
static DataFileType |
Json
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Json instead.
|
static DataFileType |
Xml
Deprecated.
This class will be removed in Conversion.Java 23.6. Please use WebFileType.Xml instead.
|
| Constructor and Description |
|---|
DataFileType()
Deprecated.
Serialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
static DataFileType |
dataFileType(WebFileType d)
Deprecated.
Explicit conversion from WebFileType to DataFileType
|
ConvertOptions |
getConvertOptions()
Deprecated.
Prepared default convert options for the file type
|
LoadOptions |
getLoadOptions()
Deprecated.
Prepared default load options for the source file type
|
static WebFileType |
webFileType(DataFileType d)
Deprecated.
Implicit conversion from DataFileType to WebFileType
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, op_Equality, op_Inequality@Deprecated public static final DataFileType Xml
XML stands for Extensible Markup Language that is similar to HTML but different in using tags for defining objects. Learn more about this file format here.
@Deprecated public static final DataFileType Json
JSON (JavaScript Object Notation) is an open standard file format for sharing data that uses human-readable text to store and transmit data. Learn more about this file format here.
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypepublic ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static WebFileType webFileType(DataFileType d)
d - The DataFileTypepublic static DataFileType dataFileType(WebFileType d)
d - The WebFileTypeCopyright © 2026. All rights reserved.