Class IgnorableTypes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<java.lang.String> ignores  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IgnorableTypes​(java.util.Collection<java.lang.String> ignores)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isIgnored​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ignores

        private final java.util.Collection<java.lang.String> ignores
    • Constructor Detail

      • IgnorableTypes

        protected IgnorableTypes​(java.util.Collection<java.lang.String> ignores)
    • Method Detail

      • isIgnored

        public boolean isIgnored​(java.lang.Class<?> type)