Class ExternalKeyUtils.ExternalKey

  • Enclosing class:
    ExternalKeyUtils

    public static class ExternalKeyUtils.ExternalKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String key  
      java.util.function.Predicate<java.lang.String> matches  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public final java.lang.String key
      • matches

        public final java.util.function.Predicate<java.lang.String> matches