public class ConfiguredObjectToMapConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
STATISTICS_MAP_KEY
Name of the key used for the statistics map
|
| Constructor and Description |
|---|
ConfiguredObjectToMapConverter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
convertObjectToMap(ConfiguredObject<?> confObject,
Class<? extends ConfiguredObject> clazz,
int depth,
boolean useActualValues,
boolean inheritedActuals,
boolean includeSystemContext,
boolean extractAsConfig,
int oversizeThreshold,
boolean isSecureTransport) |
public static final String STATISTICS_MAP_KEY
public Map<String,Object> convertObjectToMap(ConfiguredObject<?> confObject, Class<? extends ConfiguredObject> clazz, int depth, boolean useActualValues, boolean inheritedActuals, boolean includeSystemContext, boolean extractAsConfig, int oversizeThreshold, boolean isSecureTransport)
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.