GsonJsonParserTests Class — spring-boot Architecture
Architecture documentation for the GsonJsonParserTests class in GsonJsonParserTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/json/GsonJsonParserTests.java lines 24–36
class GsonJsonParserTests extends AbstractJsonParserTests {
@Override
protected JsonParser getParser() {
return new GsonJsonParser();
}
@Override
void listWithRepeatedOpenArray(String input) {
// Gson does not protect against deeply nested JSON
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free