Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.jsontests
/
MyJsonTests
My
Json
Tests
@
JsonTest
class
MyJsonTests
(
@
Autowired
val
json
:
JacksonTester
<
VehicleDetails
>
)
Members
Constructors
My
Json
Tests
Link copied to clipboard
constructor
(
@
Autowired
json
:
JacksonTester
<
VehicleDetails
>
)
Properties
json
Link copied to clipboard
val
json
:
JacksonTester
<
VehicleDetails
>
Functions
deserialize
Link copied to clipboard
@
Test
fun
deserialize
(
)
serialize
Link copied to clipboard
@
Test
fun
serialize
(
)