Home / Class/ CustomMessageSourceResolvable Class — spring-boot Architecture

CustomMessageSourceResolvable Class — spring-boot Architecture

Architecture documentation for the CustomMessageSourceResolvable class in ErrorTests.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/web/error/ErrorTests.java lines 54–64

	public static class CustomMessageSourceResolvable extends DefaultMessageSourceResolvable {

		CustomMessageSourceResolvable(String code) {
			super(code);
		}

		public String getDetail() {
			return "some detail";
		}

	}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free