Class KeyValuePairConfig


  • public class KeyValuePairConfig
    extends java.lang.Object
    Class representing the configuration of KeyValue pairs.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.String[]> configs
      Map of keys and values for the MutableThreadContextMapFilter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String[]> getConfigs()  
      void setConfig​(java.util.Map<java.lang.String,​java.lang.String[]> configs)  
      • Methods inherited from class java.lang.Object

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

      • configs

        private java.util.Map<java.lang.String,​java.lang.String[]> configs
        Map of keys and values for the MutableThreadContextMapFilter. Example file:
           {
             "configs": {
               "loginId": ["rgoers", "adam"],
               "accountNumber": ["30510263"]
           }
         }
         
    • Constructor Detail

      • KeyValuePairConfig

        public KeyValuePairConfig()
    • Method Detail

      • getConfigs

        public java.util.Map<java.lang.String,​java.lang.String[]> getConfigs()
      • setConfig

        public void setConfig​(java.util.Map<java.lang.String,​java.lang.String[]> configs)