merge abstract method

void merge(
  1. ConfigurableEnvironment parent
)

Merges another ConfigurableEnvironment into this one.

Property sources, profiles, and system accessors may be merged based on implementation logic.

This is useful when bootstrapping from parent contexts or templates.

Implementation

void merge(ConfigurableEnvironment parent);