Uses of Interface
cdc.issues.api.rules.IssuesDetector.Descriptor
-
Packages that use IssuesDetector.Descriptor Package Description cdc.issues.api.rules -
-
Uses of IssuesDetector.Descriptor in cdc.issues.api.rules
Methods in cdc.issues.api.rules that return IssuesDetector.Descriptor Modifier and Type Method Description IssuesDetector.Descriptor<T>IssuesDetector. getDescriptor()<T> IssuesDetector.Descriptor<T>RulesCatalog. getDescriptor(Rule rule, Class<T> dataClass)Returns theIssuesDetector.Descriptorassociated to a Rule and a Class.<T> IssuesDetector.Descriptor<T>RulesCatalog. getDescriptorOrNull(Rule rule, Class<T> dataClass)Returns theIssuesDetector.Descriptorassociated to a Rule and a Class, ornull.Methods in cdc.issues.api.rules that return types with arguments of type IssuesDetector.Descriptor Modifier and Type Method Description <T> Set<IssuesDetector.Descriptor<T>>RulesCatalog. getDescriptors(Class<T> dataClass)Returns a set of all Descriptors registered for a data class.Set<IssuesDetector.Descriptor<?>>RulesCatalog. getDescriptpors()Methods in cdc.issues.api.rules with parameters of type IssuesDetector.Descriptor Modifier and Type Method Description <T> voidRulesCatalog. register(IssuesDetector.Descriptor<T> descriptor)
-