Home / Function/ getCustomLayers() — spring-boot Function Reference

getCustomLayers() — spring-boot Function Reference

Architecture documentation for the getCustomLayers() function in AbstractPackagerMojo.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  457d5e5e_a789_dca2_d604_bf0e21ab6dc3["getCustomLayers()"]
  52c9eeb4_296e_0eda_4242_7f9550c8190b["getConfiguredPackager()"]
  52c9eeb4_296e_0eda_4242_7f9550c8190b -->|calls| 457d5e5e_a789_dca2_d604_bf0e21ab6dc3
  a4f56fbe_9fd6_89e8_a2c8_21542ffb8ffc["getDocumentIfAvailable()"]
  457d5e5e_a789_dca2_d604_bf0e21ab6dc3 -->|calls| a4f56fbe_9fd6_89e8_a2c8_21542ffb8ffc
  style 457d5e5e_a789_dca2_d604_bf0e21ab6dc3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractPackagerMojo.java lines 188–197

	private CustomLayers getCustomLayers(File configuration) {
		try {
			Document document = getDocumentIfAvailable(configuration);
			return new CustomLayersProvider().getLayers(document);
		}
		catch (Exception ex) {
			throw new IllegalStateException(
					"Failed to process custom layers configuration " + configuration.getAbsolutePath(), ex);
		}
	}

Domain

Subdomains

Calls

  • getDocumentIfAvailable()

Frequently Asked Questions

What does getCustomLayers() do?
getCustomLayers() is a function in the spring-boot codebase.
What does getCustomLayers() call?
getCustomLayers() calls 1 function(s): getDocumentIfAvailable.
What calls getCustomLayers()?
getCustomLayers() is called by 1 function(s): getConfiguredPackager.

Analyze Your Own Codebase

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

Try Supermodel Free