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 newGetInventoryResponseCreatorinstance. -
Method Summary
-
Constructor Details
-
GetInventoryResponseCreator
Creates a newGetInventoryResponseCreatorinstance.- Parameters:
connection- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstancein interfacecom.google.gson.InstanceCreator<GetInventoryResponse>
-