Uses of Class
org.springframework.boot.test.json.ObjectContent
-
Uses of ObjectContent in org.springframework.boot.test.json
Modifier and TypeMethodDescriptionAbstractJsonMarshalTester.parse
(byte[] jsonBytes) ReturnObjectContent
from parsing the specific JSON bytes.ReturnObjectContent
from parsing the specific JSON String.ReturnObjectContent
from reading from the specified file.AbstractJsonMarshalTester.read
(InputStream inputStream) ReturnObjectContent
from reading from the specified input stream.ReturnObjectContent
from reading from the specified reader.ReturnObjectContent
from reading from the specified classpath resource.ReturnObjectContent
from reading from the specified resource.