public static class

MediaFiles.MediaCollectionCustomParser

extends CustomizeJsonParser
java.lang.Object
   ↳ com.google.api.client.json.CustomizeJsonParser
     ↳ fm.audiobox.core.models.MediaFiles.MediaCollectionCustomParser

Class Overview

The Media collection custom parser.

This object, used together with AudioBoxObjectParser, allow to customize some aspects of the parser. See com.google.api.client.json.CustomizeJsonParser for more information.

Summary

Public Constructors
MediaFiles.MediaCollectionCustomParser(Model observable)
Instantiates a new Media collection custom parser.
Public Methods
Collection<Object> newInstanceForArray(Object context, Field field)
[Expand]
Inherited Methods
From class com.google.api.client.json.CustomizeJsonParser
From class java.lang.Object

Public Constructors

public MediaFiles.MediaCollectionCustomParser (Model observable)

Instantiates a new Media collection custom parser.

Parameters
observable the observable

Public Methods

public Collection<Object> newInstanceForArray (Object context, Field field)