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