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 Summary
ConstructorsConstructorDescriptionGetInventoryResponseCreator
(DiscogsConnection connection) Creates a newGetInventoryResponseCreator
instance. -
Method Summary
-
Constructor Details
-
GetInventoryResponseCreator
Creates a newGetInventoryResponseCreator
instance.- Parameters:
connection
- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstance
in interfacecom.google.gson.InstanceCreator<GetInventoryResponse>
-