public final class IgnoreByAnnotationFilter extends Object implements org.revapi.ElementFilter
| Constructor and Description |
|---|
IgnoreByAnnotationFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(org.revapi.Element element) |
void |
close() |
String[] |
getConfigurationRootPaths() |
Reader |
getJSONSchema(String configurationRootPath) |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
boolean |
shouldDescendInto(Object element) |
public void close()
throws Exception
close in interface AutoCloseableException@Nullable public String[] getConfigurationRootPaths()
getConfigurationRootPaths in interface org.revapi.configuration.Configurablepublic Reader getJSONSchema(@Nonnull String configurationRootPath)
getJSONSchema in interface org.revapi.configuration.Configurablepublic void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize in interface org.revapi.configuration.Configurablepublic boolean applies(@Nullable org.revapi.Element element)
applies in interface org.revapi.query.Filter<org.revapi.Element>Copyright © 2015. All Rights Reserved.