public static final class ConfiguredObjectToMapConverter.ConverterOptions extends Object
| Constructor and Description |
|---|
ConverterOptions(ConfiguredObjectToMapConverter.ConverterOptions options,
int depth) |
ConverterOptions(int depth,
boolean useActualValues,
int oversizeThreshold,
boolean secureTransport,
boolean excludeInheritedContext) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
int |
getOversizeThreshold() |
boolean |
isExcludeInheritedContext() |
boolean |
isSecureTransport() |
boolean |
isUseActualValues() |
public ConverterOptions(ConfiguredObjectToMapConverter.ConverterOptions options, int depth)
public ConverterOptions(int depth,
boolean useActualValues,
int oversizeThreshold,
boolean secureTransport,
boolean excludeInheritedContext)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.