Class GetInventoryResponseCreator

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

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

    • GetInventoryResponseCreator

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