Uses of Enum Class
org.incenp.linkml.ext.DataFormat
Packages that use DataFormat
-
Uses of DataFormat in org.incenp.linkml.ext
Subclasses with type arguments of type DataFormat in org.incenp.linkml.extModifier and TypeClassDescriptionenumThe serialisation formats supported by the YAMLLoader class.Methods in org.incenp.linkml.ext that return DataFormatModifier and TypeMethodDescriptionstatic DataFormatReturns the enum constant of this class with the specified name.static DataFormat[]DataFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.linkml.ext with parameters of type DataFormatModifier and TypeMethodDescription<T> voidObjectLoader.dumpObject(File file, T object, DataFormat format) Dumps a LinkML object into a file.<T> voidObjectLoader.dumpObjects(File file, List<T> objects, DataFormat format) Dumps a list of LinkML objects into a file.<T> TObjectLoader.loadObject(File file, Class<T> type, DataFormat format) Loads an instance of the specified type from a file.<T> List<T> ObjectLoader.loadObjects(File file, Class<T> type, DataFormat format) Loads a list of instances of the specified type from a file.