|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValuePrinterContext | |
---|---|
com.genesyslab.platform.commons.collections.processor |
Uses of KeyValuePrinterContext in com.genesyslab.platform.commons.collections.processor |
---|
Methods in com.genesyslab.platform.commons.collections.processor with parameters of type KeyValuePrinterContext | |
---|---|
java.lang.String |
KeyValueOutputFilter.appendKeyValuePair(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
"Entry point" method for key-value pair printing. |
java.lang.String |
KeyValueAbstractOutputFilter.appendKeyValuePair(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
"Entry point" method for key-value pair output. |
protected java.lang.String |
KeyValueAbstractOutputFilter.doAppendKeyValuePair(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Default implementation of key-value pair output. |
protected void |
KeyValueAbstractOutputFilter.doAppendPairKey(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Default implementation of pair key output. |
protected void |
KeyValueAbstractOutputFilter.doAppendPairKeyType(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Default implementation of pair key type mark output. |
protected java.lang.String |
KeyValueAbstractOutputFilter.doAppendPairValue(java.lang.StringBuffer buf,
java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Default implementation of value output function. |
boolean |
KeyValueOutputFilter.isFilteredOut(java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Evaluates that some key-value pair should be skipped on log print or not. |
boolean |
KeyValueAbstractOutputFilter.isFilteredOut(java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context)
Evaluates that some key-value pair should be skipped on log print or not. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |