java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveFilesConverter
@Converter(generateLoader=true)
public final class GoogleDriveFilesConverter
extends Object
-
Method Summary
static com.google.api.services.drive.model.File
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
genericFileToGoogleDriveFile
@Converter
public static com.google.api.services.drive.model.File genericFileToGoogleDriveFile(org.apache.camel.component.file.GenericFile<?> file,
org.apache.camel.Exchange exchange)
throws Exception
- Throws:
Exception