keyParts property

List<PlaceholderPart> keyParts
final

The parts that make up the dynamic key of the placeholder.

For example, for #{#{env}.name}, this would contain parts for #{env} and .name.

Implementation

final List<PlaceholderPart> keyParts;