Interface Placeholder
- All Superinterfaces:
TagResolver
- All Known Implementing Classes:
AudiencePlaceholder, GlobalPlaceholder, RelationalPlaceholder
public sealed interface Placeholder
extends TagResolver
permits AudiencePlaceholder<A>, GlobalPlaceholder, RelationalPlaceholder<A>
Base class of all Placeholders
-
Nested Class Summary
Nested classes/interfaces inherited from interface TagResolver
TagResolver.Builder, TagResolver.Single, TagResolver.WithoutArguments -
Method Summary
Methods inherited from interface TagResolver
has, resolve
-
Method Details
-
key
String key()The key of this placeholder.
For example, the placeholder
will have the key<expansion_placeholderexpansion_placeholder- Returns:
- this placeholder's key
-
name
String name()The key of this placeholder.
For example, the placeholder
will have the key<expansion_placeholderplaceholder- Returns:
- this placeholder's name
-