toggle menu
App2AppSDK
jvm
switch theme
search in API
parser-retailer
/
pl.novelpay.parser.retailer
/
RetailerPersistentProvider
Retailer
Persistent
Provider
class
RetailerPersistentProvider
Members
Constructors
Retailer
Persistent
Provider
Link copied to clipboard
constructor
(
)
Properties
json
Converter
Link copied to clipboard
val
jsonConverter
:
Gson
Functions
quick
Validate
Json
Link copied to clipboard
fun
quickValidateJson
(
data
:
String
)
:
Boolean
read
Link copied to clipboard
fun
<
T
>
read
(
type
:
Class
<
out
T
>
,
source
:
Reader
)
:
T
read
Json
Link copied to clipboard
fun
<
T
>
readJson
(
type
:
Class
<
out
T
>
,
source
:
Reader
)
:
T
validate
Link copied to clipboard
fun
<
Type
>
validate
(
type
:
Class
<
out
Type
>
,
value
:
String
)
:
Boolean
write
Link copied to clipboard
fun
<
T
>
write
(
input
:
T
)
:
ByteArrayOutputStream
write
Json
Link copied to clipboard
inline
fun
<
T
>
writeJson
(
input
:
T
)
:
ByteArrayOutputStream