Class GetArtistReleasesResponseCreator

java.lang.Object
com.amilesend.discogs.parse.creator.GetArtistReleasesResponseCreator
All Implemented Interfaces:
com.google.gson.InstanceCreator<GetArtistReleasesResponse>

public class GetArtistReleasesResponseCreator extends Object implements com.google.gson.InstanceCreator<GetArtistReleasesResponse>
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetArtistReleasesResponse resource.
See Also:
  • Constructor Details

    • GetArtistReleasesResponseCreator

      public GetArtistReleasesResponseCreator(DiscogsConnection connection)
      Creates a new GetArtistReleasesResponseCreator instance.
      Parameters:
      connection - The current client connection instance.
  • Method Details