static ListToMap.Builder |
ListToMap.builder() |
|
ListToMap.Builder |
ListToMap.Builder.flatten(Boolean flatten) |
A Boolean value to indicate whether the list will be flattened into single items.
|
ListToMap.Builder |
ListToMap.Builder.flattenedElement(String flattenedElement) |
If you set flatten to true, use flattenedElement to specify which
element, first or last, to keep.
|
ListToMap.Builder |
ListToMap.Builder.flattenedElement(FlattenedElement flattenedElement) |
If you set flatten to true, use flattenedElement to specify which
element, first or last, to keep.
|
ListToMap.Builder |
ListToMap.Builder.key(String key) |
The key of the field to be extracted as keys in the generated map
|
ListToMap.Builder |
ListToMap.Builder.source(String source) |
The key in the log event that has a list of objects that will be converted to a map.
|
ListToMap.Builder |
ListToMap.Builder.target(String target) |
The key of the field that will hold the generated map
|
ListToMap.Builder |
ListToMap.toBuilder() |
|
ListToMap.Builder |
ListToMap.Builder.valueKey(String valueKey) |
If this is specified, the values that you specify in this parameter will be extracted from the
source objects and put into the values of the generated map.
|