Class DriveItemInstanceCreator

java.lang.Object
com.amilesend.onedrive.parse.resource.creator.DriveItemInstanceCreator
All Implemented Interfaces:
com.google.gson.InstanceCreator<DriveItem>

public class DriveItemInstanceCreator extends Object implements com.google.gson.InstanceCreator<DriveItem>
A custom InstanceCreator implementation that injects the OneDriveConnection to the resource type so that method operations can be performed on the DriveItem resource.