Class GetLabelReleasesResponseCreator
java.lang.Object
com.amilesend.discogs.parse.creator.GetLabelReleasesResponseCreator
- All Implemented Interfaces:
com.google.gson.InstanceCreator<GetLabelReleasesResponse>
public class GetLabelReleasesResponseCreator
extends Object
implements com.google.gson.InstanceCreator<GetLabelReleasesResponse>
A custom
InstanceCreator
implementation that injects the DiscogsConnection
to the
resource type so that method operations can be performed on the GetLabelReleasesResponse
resource.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetLabelReleasesResponseCreator
(DiscogsConnection connection) Creates a newGetLabelReleasesResponseCreator
instance. -
Method Summary
-
Constructor Details
-
GetLabelReleasesResponseCreator
Creates a newGetLabelReleasesResponseCreator
instance.- Parameters:
connection
- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstance
in interfacecom.google.gson.InstanceCreator<GetLabelReleasesResponse>
-