Class KeyFullyCheckedUtils
- java.lang.Object
-
- org.openstreetmap.atlas.checks.utility.KeyFullyCheckedUtils
-
public final class KeyFullyCheckedUtils extends java.lang.ObjectUtils to find fully checked keys (only use this for generic tests, such asGenericTagCheck).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<java.util.function.Predicate<org.openstreetmap.atlas.tags.Taggable>>populateIgnoreTags()Populate ignore tags using reflection and looking for annotations usingKeyFullyCheckedin the current package.
-
-
-
Method Detail
-
populateIgnoreTags
public static java.util.Collection<java.util.function.Predicate<org.openstreetmap.atlas.tags.Taggable>> populateIgnoreTags()
Populate ignore tags using reflection and looking for annotations usingKeyFullyCheckedin the current package.- Returns:
- A collection of predicates to use to determine if a tag should be ignored.
-
-