keyParts property
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;
The parts that make up the dynamic key of the placeholder.
For example, for #{#{env}.name}
, this would contain parts for #{env}
and .name
.
final List<PlaceholderPart> keyParts;