Values Class — spring-boot Architecture
Architecture documentation for the Values class in DelimitedStringToCollectionConverterTests.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/test/java/org/springframework/boot/convert/DelimitedStringToCollectionConverterTests.java lines 138–158
static class Values {
@Nullable List<String> noAnnotation;
@SuppressWarnings("rawtypes")
@Delimiter("|")
@Nullable List noElementType;
@Delimiter("|")
@Nullable List<Integer> convertibleElementType;
@Delimiter("|")
@Nullable List<NonConvertible> nonConvertibleElementType;
@Delimiter(Delimiter.NONE)
@Nullable List<String> delimiterNone;
@Delimiter("*")
@Nullable MyCustomList<String> specificType;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free