Interface DiscoverySelectorIdentifierParser

All Known Implementing Classes:
ClasspathResourceSelector.IdentifierParser, ClasspathRootSelector.IdentifierParser, ClassSelector.IdentifierParser, DirectorySelector.IdentifierParser, FileSelector.IdentifierParser, IterationSelector.IdentifierParser, MethodSelector.IdentifierParser, ModuleSelector.IdentifierParser, NestedClassSelector.IdentifierParser, NestedMethodSelector.IdentifierParser, PackageSelector.IdentifierParser, UniqueIdSelector.IdentifierParser, UriSelector.IdentifierParser

@API(status=EXPERIMENTAL, since="1.11") public interface DiscoverySelectorIdentifierParser
Parser for DiscoverySelectorIdentifiers with a specific prefix.

Implementations of this interface can be registered using the Java service loader mechanism to extend the set of supported prefixes for DiscoverySelectorIdentifiers.

Since:
1.11
See Also: