getSection method Null safety

ConfigParams getSection(
  1. String section
)

Gets parameters from specific section stored in this ConfigMap. The section name is removed from parameter keys.

  • section name of the section to retrieve configuration parameters from. Returns all configuration parameters that belong to the section named 'section'.