Uses of Class
org.springframework.boot.test.json.JsonContent
Packages that use JsonContent
-
Uses of JsonContent in org.springframework.boot.test.json
Methods in org.springframework.boot.test.json that return JsonContentModifier and TypeMethodDescriptionBasicJsonTester.from
(byte[] source) Create JSON content from the specified JSON bytes.Create JSON content from the specified JSON file.BasicJsonTester.from
(InputStream source) Create JSON content from the specified JSON input stream.BasicJsonTester.from
(CharSequence source) Create JSON content from the specified String source.Create JSON content from the specified resource path.Create JSON content from the specified JSON resource.protected JsonContent<T>
AbstractJsonMarshalTester.getJsonContent
(String json) Factory method used to get aJsonContent
instance from a source JSON string.protected JsonContent<T>
JacksonTester.getJsonContent
(String json) ReturnJsonContent
from writing the specific value.