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 newGetCollectionItemsByReleaseResponseCreator
instance. -
Method Summary
-
Constructor Details
-
GetCollectionItemsByReleaseResponseCreator
Creates a newGetCollectionItemsByReleaseResponseCreator
instance.- Parameters:
connection
- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstance
in interfacecom.google.gson.InstanceCreator<GetCollectionItemsByReleaseResponse>
-