Uses of Class
org.incenp.linkml.ext.DataFormat
-
Packages that use DataFormat Package Description org.incenp.linkml.ext -
-
Uses of DataFormat in org.incenp.linkml.ext
Methods in org.incenp.linkml.ext that return DataFormat Modifier and Type Method Description static DataFormatDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DataFormat[]DataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.linkml.ext with parameters of type DataFormat Modifier and Type Method Description <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.
-