Class KeyValuePairConfig

java.lang.Object
org.apache.logging.log4j.core.filter.mutable.KeyValuePairConfig

public class KeyValuePairConfig extends Object
Class representing the configuration of KeyValue pairs.
  • Field Details

    • configs

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

    • KeyValuePairConfig

      public KeyValuePairConfig()
  • Method Details