Class GetCollectionItemsByFolderResponseCreator
java.lang.Object
com.amilesend.discogs.parse.creator.GetCollectionItemsByFolderResponseCreator
- All Implemented Interfaces:
com.google.gson.InstanceCreator<GetCollectionItemsByFolderResponse>
public class GetCollectionItemsByFolderResponseCreator
extends Object
implements com.google.gson.InstanceCreator<GetCollectionItemsByFolderResponse>
A custom
InstanceCreator implementation that injects the DiscogsConnection to the
resource type so that method operations can be performed on the GetCollectionItemsByFolderResponse
resource.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newGetCollectionItemsByFolderResponseCreatorinstance. -
Method Summary
-
Constructor Details
-
GetCollectionItemsByFolderResponseCreator
Creates a newGetCollectionItemsByFolderResponseCreatorinstance.- Parameters:
connection- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstancein interfacecom.google.gson.InstanceCreator<GetCollectionItemsByFolderResponse>
-