public class ExpressionProcessingConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HOMOGENIZE_NULL_MULTIVALUE_STRING_ARRAYS |
static String |
NULL_HANDLING_LEGACY_LOGICAL_OPS_STRING |
static String |
PROCESS_ARRAYS_AS_MULTIVALUE_STRINGS_CONFIG_STRING |
| Constructor and Description |
|---|
ExpressionProcessingConfig(Boolean useStrictBooleans,
Boolean processArraysAsMultiValueStrings,
Boolean homogenizeNullMultiValueStringArrays) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHomogenizeNullMultiValueStringArrays() |
boolean |
isUseStrictBooleans() |
boolean |
processArraysAsMultiValueStrings() |
public static final String NULL_HANDLING_LEGACY_LOGICAL_OPS_STRING
public static final String PROCESS_ARRAYS_AS_MULTIVALUE_STRINGS_CONFIG_STRING
public static final String HOMOGENIZE_NULL_MULTIVALUE_STRING_ARRAYS
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.