Package | Description |
---|---|
com.genesyslab.platform.commons.collections.processor |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
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.
|
default boolean |
KeyValueOutputFilter.isChildPairsFilteredOut(java.lang.String key,
java.lang.Object value,
KeyValuePrinterContext context) |
If the value of KVPair is complex type, i.e.
|
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.
|
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.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.