Uses of Class
org.springframework.boot.test.json.ObjectContent
Packages that use ObjectContent
-
Uses of ObjectContent in org.springframework.boot.test.json
Methods in org.springframework.boot.test.json that return ObjectContentModifier 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.