Class GetExportsResponseCreator

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

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

    • GetExportsResponseCreator

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