@FunctionalInterface
public interface CustomScopesProvider
Modifier and Type | Field and Description |
---|---|
static ProjectExtensionPointName<CustomScopesProvider> |
CUSTOM_SCOPES_PROVIDER |
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedScope> |
getCustomScopes() |
default java.util.List<NamedScope> |
getFilteredScopes() |
static final ProjectExtensionPointName<CustomScopesProvider> CUSTOM_SCOPES_PROVIDER
java.util.List<NamedScope> getCustomScopes()
default java.util.List<NamedScope> getFilteredScopes()