Class SearchResponseCreator

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

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

    • SearchResponseCreator

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