java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil<Show>
se.michaelthelin.spotify.model_objects.specification.Show.JsonUtil
All Implemented Interfaces:
IModelObject.IJsonUtil<Show>
Enclosing class:
Show

public static final class Show.JsonUtil extends AbstractModelObject.JsonUtil<Show>
JsonUtil class for building Show instances.
  • Constructor Details

    • JsonUtil

      public JsonUtil()
  • Method Details

    • createModelObject

      public Show createModelObject(com.google.gson.JsonObject jsonObject)
      Description copied from interface: IModelObject.IJsonUtil
      Build a model object with the information given in a json object.
      The type of the model object and its methods depend on its corresponding implementation.
      Parameters:
      jsonObject - A json object.
      Returns:
      A model object. The type depends on this methods implementation.