airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.model.parser
/
PageParser
Page
Parser
class
PageParser
<
T
>
(
itemParser
:
ModelJsonParser
<
T
>
)
:
ModelJsonParser
<
Page
<
T
>
>
Members
Constructors
Page
Parser
Link copied to clipboard
constructor
(
itemParser
:
ModelJsonParser
<
T
>
)
Properties
date
Format
Link copied to clipboard
open
val
dateFormat
:
SimpleDateFormat
Functions
parse
Link copied to clipboard
open
override
fun
parse
(
json
:
JSONObject
)
:
Page
<
T
>