java.lang.Object | ||
↳ | com.google.api.client.json.CustomizeJsonParser | |
↳ | fm.audiobox.core.models.MediaFiles.MediaCollectionCustomParser |
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.
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
|
Instantiates a new Media collection custom parser.
observable | the observable |
---|