Class GetWantListResponseCreator

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

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

    • GetWantListResponseCreator

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