Uses of Class
org.apache.logging.log4j.core.util.KeyValuePair.Builder
-
Packages that use KeyValuePair.Builder Package Description org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of KeyValuePair.Builder in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return KeyValuePair.Builder Modifier and Type Method Description static KeyValuePair.Builder
KeyValuePair. newBuilder()
KeyValuePair.Builder
KeyValuePair.Builder. setKey(String aKey)
KeyValuePair.Builder
KeyValuePair.Builder. setValue(String aValue)
-