| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final boolean |
DEBUG_CONTENT_SCANNING |
false |
protected static final String |
ENTITY_RESOLVER |
"http://apache.org/xml/properties/internal/entity-resolver" |
protected static final String |
NAMESPACES |
"http://xml.org/sax/features/namespaces" |
protected static final String |
NOTIFY_BUILTIN_REFS |
"http://apache.org/xml/features/scanner/notify-builtin-refs" |
protected static final int |
SCANNER_STATE_CDATA |
15 |
protected static final int |
SCANNER_STATE_COMMENT |
2 |
protected static final int |
SCANNER_STATE_CONTENT |
7 |
protected static final int |
SCANNER_STATE_DOCTYPE |
4 |
protected static final int |
SCANNER_STATE_END_OF_INPUT |
13 |
protected static final int |
SCANNER_STATE_PI |
3 |
protected static final int |
SCANNER_STATE_REFERENCE |
8 |
protected static final int |
SCANNER_STATE_ROOT_ELEMENT |
6 |
protected static final int |
SCANNER_STATE_START_OF_MARKUP |
1 |
protected static final int |
SCANNER_STATE_TERMINATED |
14 |
protected static final int |
SCANNER_STATE_TEXT_DECL |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_TYPE_CONVERTER_AND_NO_MAP_TYPE |
"key type converter can only be used with objects of type Map" |
public static final String |
TYPE_CONVERTER_AND_NO_SIMPLE_TYPE_MESSAGE_TEMPLATE |
"Type converter can only be used with simple types. You can\'t use it with %s" |
public static final String |
TYPE_CONVERTER_AND_UNKNOWN_TYPE_MESSAGE |
"Type converter cannot be used with a type definition from a configuration attribute." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SIMPLE_TYPE_VALUE_PARAMETER_NAME |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOCATION_PART_SEPARATOR |
"/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IMPORT_ELEMENT |
"import" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BUILDER_ALREADY_BUILD_AN_OBJECT_YOU_CANNOT_MODIFY_IT |
"builder already build an object, you cannot modify it" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIG_FILE_NAME |
"CONFIG_FILE_NAME" |
public static final String |
DECLARED_PREFIX |
"DECLARED_PREFIX" |
public static final String |
IS_CDATA |
"IS_CDATA" |
public static final String |
LINE_NUMBER |
"LINE_NUMBER" |
public static final String |
XML_NODE |
"XML_NODE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CUSTOM_SCHEMA_MAPPINGS_LOCATION |
"META-INF/mule.schemas" |
public static final String |
CUSTOM_SPRING_SCHEMA_MAPPINGS_LOCATION |
"META-INF/spring.schemas" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CORE_CURRENT_XSD |
"http://www.mulesoft.org/schema/mule/core/current/mule-core.xsd" |
public static final String |
CORE_XSD |
"http://www.mulesoft.org/schema/mule/core/current/mule.xsd" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
METADATA_ANNOTATIONS_KEY |
"metadataAnnotations" |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.