toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.json
/
AbstractJsonParser
Abstract
Json
Parser
abstract
class
AbstractJsonParser
:
JsonParser
Base class for parsers wrapped or implemented in this package.
Author
Anton Telechev
Phillip Webb
Since
2.0.1
Inheritors
GsonJsonParser
BasicJsonParser
JacksonJsonParser
Members
Constructors
Abstract
Json
Parser
Link copied to clipboard
constructor
(
)
Functions
parse
List
Link copied to clipboard
abstract
fun
parseList
(
json
:
String
)
:
List
<
Any
>
Parse the specified JSON string into a List.
parse
Map
Link copied to clipboard
abstract
fun
parseMap
(
json
:
String
)
:
Map
<
String
,
Any
>
Parse the specified JSON string into a Map.