Class GetUserListsResponseCreator

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

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

    • GetUserListsResponseCreator

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