getChildKeys abstract method

Iterable<String> getChildKeys(
  1. Iterable<String> earlierKeys,
  2. String? parentPath
)

Returns the immediate descendant configuration keys for a given parent path based on this ConfigurationProviders data and the set of keys returned by all the preceding ConfigurationProviders.

Implementation

Iterable<String> getChildKeys(
  Iterable<String> earlierKeys,
  String? parentPath,
);