public abstract static class PubSubConf.MapKind<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static PubSubConf.MapKind<Map<String,Object>> |
fieldNames()
Returns one-level-deep-Map with field names as key and field values as the value.
|
static PubSubConf.MapKind<Map<String,Object>> |
fieldNamesRecursive()
Returns a Map of Maps with field names as keys.
|
static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> |
fields()
Returns one-level-deep-Map with field specifications as key and field values as the value.
|
static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> |
fieldsRecursive()
Returns a Map of Maps with field specifications as keys.
|
static PubSubConf.MapKind<Map<String,String>> |
flatRecursive(EncoderContext encoderContext)
Returns a Map with string keys and data.
|
public static PubSubConf.MapKind<Map<String,Object>> fieldNames()
public static PubSubConf.MapKind<Map<String,Object>> fieldNamesRecursive()
PubSubConf are split
to sub-maps and that map is used instead of the value for that field.public static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> fields()
public static PubSubConf.MapKind<Map<PubSubConfFieldSpecification<?>,Object>> fieldsRecursive()
PubSubConf
are split to sub-maps and that map is used instead of the value for that field.public static PubSubConf.MapKind<Map<String,String>> flatRecursive(EncoderContext encoderContext)
Copyright © 2026. All rights reserved.