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