Class Setting.AffixKey

  • All Implemented Interfaces:
    Setting.Key
    Enclosing class:
    Setting<T>

    public static final class Setting.AffixKey
    extends java.lang.Object
    implements Setting.Key
    A key that allows for static pre and suffix. This is used for settings that have dynamic namespaces like for different accounts etc.
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      boolean match​(java.lang.String key)  
      Setting.SimpleKey toConcreteKey​(java.lang.String missingPart)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • match

        public boolean match​(java.lang.String key)
        Specified by:
        match in interface Setting.Key
      • toConcreteKey

        public Setting.SimpleKey toConcreteKey​(java.lang.String missingPart)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object