Class KeyFullyCheckedUtils


  • public final class KeyFullyCheckedUtils
    extends java.lang.Object
    Utils to find fully checked keys (only use this for generic tests, such as GenericTagCheck).
    • 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 using KeyFullyChecked in the current package.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 using KeyFullyChecked in the current package.
        Returns:
        A collection of predicates to use to determine if a tag should be ignored.