This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8700839  Regen
8700839 is described below

commit 8700839df19ea48cf902f905a44b9be67f5a0dd5
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Oct 31 10:33:12 2021 +0100

    Regen
---
 .../resources/org/apache/camel/catalog/dataformats/any23.json         | 2 +-
 .../resources/org/apache/camel/catalog/dataformats/fhirJson.json      | 2 +-
 .../resources/org/apache/camel/catalog/dataformats/fhirXml.json       | 2 +-
 .../resources/org/apache/camel/catalog/dataformats/protobuf.json      | 2 +-
 .../generated/resources/org/apache/camel/catalog/languages/bean.json  | 2 +-
 .../resources/org/apache/camel/catalog/languages/jsonpath.json        | 2 +-
 .../generated/resources/org/apache/camel/catalog/languages/xpath.json | 2 +-
 .../resources/org/apache/camel/catalog/models/threadPool.json         | 4 ++--
 .../generated/resources/org/apache/camel/dataformat/any23/any23.json  | 2 +-
 .../src/generated/resources/org/apache/camel/language/bean/bean.json  | 2 +-
 .../generated/resources/org/apache/camel/component/fhir/fhirJson.json | 2 +-
 .../generated/resources/org/apache/camel/component/fhir/fhirXml.json  | 2 +-
 .../src/generated/resources/org/apache/camel/jsonpath/jsonpath.json   | 2 +-
 .../resources/org/apache/camel/dataformat/protobuf/protobuf.json      | 2 +-
 .../generated/resources/org/apache/camel/spring/xml/threadPool.json   | 4 ++--
 .../generated/resources/org/apache/camel/language/xpath/xpath.json    | 2 +-
 16 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/any23.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/any23.json
index 64754ab3..49bd72c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/any23.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/any23.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.Any23DataFormat"
   },
   "properties": {
-    "outputFormat": { "kind": "attribute", "displayName": "Output Format", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.dataformat.any23.Any23OutputFormat", "enum": [ "JSONLD", 
"NQUADS", "NTRIPLES", "RDF4JMODEL", "RDFJSON", "RDFXML", "TURTLE" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"RDF4JMODEL", "description": "What RDF syntax to unmarshal as, can be: 
NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by 
default:  [...]
+    "outputFormat": { "kind": "attribute", "displayName": "Output Format", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.dataformat.any23.Any23OutputFormat", "enum": [ "NTRIPLES", 
"TURTLE", "NQUADS", "RDFXML", "JSONLD", "RDFJSON", "RDF4JMODEL" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"RDF4JMODEL", "description": "What RDF syntax to unmarshal as, can be: 
NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by 
default:  [...]
     "configuration": { "kind": "element", "displayName": "Configuration", 
"required": false, "type": "array", "javaType": 
"java.util.List<org.apache.camel.model.PropertyDefinition>", "deprecated": 
false, "autowired": false, "secret": false, "description": "Configurations for 
Apache Any23 as key-value pairs in order to customize the extraction process. 
The list of supported parameters can be found here. If not provided, a default 
configuration is used." },
     "extractors": { "kind": "element", "displayName": "Extractors", 
"required": false, "type": "array", "javaType": 
"java.util.List<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "List of Any23 extractors to be used in the 
unmarshal operation. A list of the available extractors can be found here here. 
If not provided, all the available extractors are used." },
     "baseURI": { "kind": "attribute", "displayName": "Base URI", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The URI to use as base for 
building RDF entities if only relative paths are provided." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
index 8f6de52..7bafa23 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirJson.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.FhirJsonDataFormat"
   },
   "properties": {
-    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_1", "DSTU2_HL7ORG", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
+    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the server's base URL used by this parser. If a value is set, resource 
references will be turned into relative references if they are provided as 
absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If set to true (default is false) the ID of any 
resources being encoded will not be included in the output. Note that this does 
not apply to contained resources, only to root resources. In other words, if 
this is set to true, contained resource [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
index a2f38c5..c39d4f5 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/fhirXml.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.FhirXmlDataFormat"
   },
   "properties": {
-    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_1", "DSTU2_HL7ORG", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
+    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the server's base URL used by this parser. If a value is set, resource 
references will be turned into relative references if they are provided as 
absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If set to true (default is false) the ID of any 
resources being encoded will not be included in the output. Note that this does 
not apply to contained resources, only to root resources. In other words, if 
this is set to true, contained resource [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/protobuf.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/protobuf.json
index ea22a5b..8fd7a87 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/protobuf.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/protobuf.json
@@ -17,7 +17,7 @@
   },
   "properties": {
     "instanceClass": { "kind": "attribute", "displayName": "Instance Class", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of class to use when unmarshalling" },
-    "contentTypeFormat": { "kind": "attribute", "displayName": "Content Type 
Format", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "json", "native" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "native", "description": "Defines a content 
type format in which protobuf message will be serialized\/deserialized from(to) 
the Java been. The format can either be native or json for either native 
protobuf or json fields representation [...]
+    "contentTypeFormat": { "kind": "attribute", "displayName": "Content Type 
Format", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "native", "json" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "native", "description": "Defines a content 
type format in which protobuf message will be serialized\/deserialized from(to) 
the Java been. The format can either be native or json for either native 
protobuf or json fields representation [...]
     "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json
index 4ffc74a..74d2fb4 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/bean.json
@@ -19,7 +19,7 @@
     "ref": { "kind": "attribute", "displayName": "Ref", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Reference to an existing 
bean (bean id) to lookup in the registry" },
     "method": { "kind": "attribute", "displayName": "Method", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Name of method to call" },
     "beanType": { "kind": "attribute", "displayName": "Bean Type", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Class name (fully 
qualified) of the bean to use Will lookup in registry and if there is a single 
instance of the same type, then the existing bean is used, otherwise a new bean 
is created (requires a default no-arg constructor)." },
-    "scope": { "kind": "attribute", "displayName": "Scope", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "Prototype", 
"Request", "Singleton" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should be thread-safe in case 
concurrent threads is calling the  [...]
+    "scope": { "kind": "attribute", "displayName": "Scope", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "Singleton", 
"Request", "Prototype" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should be thread-safe in case 
concurrent threads is calling the  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
index 6d2cf71..cf8131b 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/jsonpath.json
@@ -23,7 +23,7 @@
     "allowEasyPredicate": { "kind": "attribute", "displayName": "Allow Easy 
Predicate", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow using the easy predicate 
parser to pre-parse predicates." },
     "writeAsString": { "kind": "attribute", "displayName": "Write As String", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to write the output of each row\/element as a 
JSON String value instead of a Map\/POJO value." },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
-    "option": { "kind": "attribute", "displayName": "Option", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"ALWAYS_RETURN_LIST", "AS_PATH_LIST", "DEFAULT_PATH_LEAF_TO_NULL", 
"REQUIRE_PROPERTIES", "SUPPRESS_EXCEPTIONS" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure additional 
options on JSONPath. Multiple values can be separated by comma." },
+    "option": { "kind": "attribute", "displayName": "Option", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", 
"SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure additional 
options on JSONPath. Multiple values can be separated by comma." },
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
index a712a29..3847db2 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/languages/xpath.json
@@ -18,7 +18,7 @@
   "properties": {
     "expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The expression value in 
your chosen language syntax" },
     "documentType": { "kind": "attribute", "displayName": "Document Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of class for document type The default value is org.w3c.dom.Document" },
-    "resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"BOOLEAN", "NODE", "NODESET", "NUMBER", "STRING" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "NODESET", "description": 
"Sets the class name of the result type (type from output) The default result 
type is NodeSet" },
+    "resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"NUMBER", "STRING", "BOOLEAN", "NODESET", "NODE" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "NODESET", "description": 
"Sets the class name of the result type (type from output) The default result 
type is NodeSet" },
     "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
     "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
     "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/threadPool.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/threadPool.json
index c6533dd..256ba73 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/threadPool.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/threadPool.json
@@ -14,10 +14,10 @@
     "poolSize": { "kind": "attribute", "displayName": "Pool Size", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the core pool size 
(threads to keep minimum in pool)" },
     "maxPoolSize": { "kind": "attribute", "displayName": "Max Pool Size", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the maximum pool size" },
     "keepAliveTime": { "kind": "attribute", "displayName": "Keep Alive Time", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the keep alive time for inactive threads" },
-    "timeUnit": { "kind": "attribute", "displayName": "Time Unit", "required": 
false, "type": "enum", "javaType": "java.util.concurrent.TimeUnit", "enum": [ 
"DAYS", "HOURS", "MICROSECONDS", "MILLISECONDS", "MINUTES", "NANOSECONDS", 
"SECONDS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "SECONDS", "description": "Sets the time unit used for keep 
alive time" },
+    "timeUnit": { "kind": "attribute", "displayName": "Time Unit", "required": 
false, "type": "enum", "javaType": "java.util.concurrent.TimeUnit", "enum": [ 
"NANOSECONDS", "MICROSECONDS", "MILLISECONDS", "SECONDS", "MINUTES", "HOURS", 
"DAYS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "SECONDS", "description": "Sets the time unit used for keep 
alive time" },
     "maxQueueSize": { "kind": "attribute", "displayName": "Max Queue Size", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the maximum number of tasks in the work queue. Use -1 for an unbounded queue" },
     "allowCoreThreadTimeOut": { "kind": "attribute", "displayName": "Allow 
Core Thread Time Out", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets whether to allow core threads to timeout" },
-    "rejectedPolicy": { "kind": "attribute", "displayName": "Rejected Policy", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy", "enum": [ "Abort", 
"CallerRuns", "Discard", "DiscardOldest" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "CallerRuns", "description": "Sets the 
handler for tasks which cannot be executed by the thread pool." },
+    "rejectedPolicy": { "kind": "attribute", "displayName": "Rejected Policy", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy", "enum": [ "Abort", 
"CallerRuns", "DiscardOldest", "Discard" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "CallerRuns", "description": "Sets the 
handler for tasks which cannot be executed by the thread pool." },
     "threadName": { "kind": "attribute", "displayName": "Thread Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom thread name \/ pattern" },
     "scheduled": { "kind": "attribute", "displayName": "Scheduled", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to use a scheduled thread pool" },
     "camelContextId": { "kind": "attribute", "displayName": "Camel Context 
Id", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Id of 
CamelContext to use if there are multiple CamelContexts in the same JVM" },
diff --git 
a/components/camel-any23/src/generated/resources/org/apache/camel/dataformat/any23/any23.json
 
b/components/camel-any23/src/generated/resources/org/apache/camel/dataformat/any23/any23.json
index 64754ab3..49bd72c 100644
--- 
a/components/camel-any23/src/generated/resources/org/apache/camel/dataformat/any23/any23.json
+++ 
b/components/camel-any23/src/generated/resources/org/apache/camel/dataformat/any23/any23.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.Any23DataFormat"
   },
   "properties": {
-    "outputFormat": { "kind": "attribute", "displayName": "Output Format", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.dataformat.any23.Any23OutputFormat", "enum": [ "JSONLD", 
"NQUADS", "NTRIPLES", "RDF4JMODEL", "RDFJSON", "RDFXML", "TURTLE" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"RDF4JMODEL", "description": "What RDF syntax to unmarshal as, can be: 
NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by 
default:  [...]
+    "outputFormat": { "kind": "attribute", "displayName": "Output Format", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.dataformat.any23.Any23OutputFormat", "enum": [ "NTRIPLES", 
"TURTLE", "NQUADS", "RDFXML", "JSONLD", "RDFJSON", "RDF4JMODEL" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"RDF4JMODEL", "description": "What RDF syntax to unmarshal as, can be: 
NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL. It is by 
default:  [...]
     "configuration": { "kind": "element", "displayName": "Configuration", 
"required": false, "type": "array", "javaType": 
"java.util.List<org.apache.camel.model.PropertyDefinition>", "deprecated": 
false, "autowired": false, "secret": false, "description": "Configurations for 
Apache Any23 as key-value pairs in order to customize the extraction process. 
The list of supported parameters can be found here. If not provided, a default 
configuration is used." },
     "extractors": { "kind": "element", "displayName": "Extractors", 
"required": false, "type": "array", "javaType": 
"java.util.List<java.lang.String>", "deprecated": false, "autowired": false, 
"secret": false, "description": "List of Any23 extractors to be used in the 
unmarshal operation. A list of the available extractors can be found here here. 
If not provided, all the available extractors are used." },
     "baseURI": { "kind": "attribute", "displayName": "Base URI", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The URI to use as base for 
building RDF entities if only relative paths are provided." },
diff --git 
a/components/camel-bean/src/generated/resources/org/apache/camel/language/bean/bean.json
 
b/components/camel-bean/src/generated/resources/org/apache/camel/language/bean/bean.json
index 4ffc74a..74d2fb4 100644
--- 
a/components/camel-bean/src/generated/resources/org/apache/camel/language/bean/bean.json
+++ 
b/components/camel-bean/src/generated/resources/org/apache/camel/language/bean/bean.json
@@ -19,7 +19,7 @@
     "ref": { "kind": "attribute", "displayName": "Ref", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Reference to an existing 
bean (bean id) to lookup in the registry" },
     "method": { "kind": "attribute", "displayName": "Method", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Name of method to call" },
     "beanType": { "kind": "attribute", "displayName": "Bean Type", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Class name (fully 
qualified) of the bean to use Will lookup in registry and if there is a single 
instance of the same type, then the existing bean is used, otherwise a new bean 
is created (requires a default no-arg constructor)." },
-    "scope": { "kind": "attribute", "displayName": "Scope", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "Prototype", 
"Request", "Singleton" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should be thread-safe in case 
concurrent threads is calling the  [...]
+    "scope": { "kind": "attribute", "displayName": "Scope", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "Singleton", 
"Request", "Prototype" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should be thread-safe in case 
concurrent threads is calling the  [...]
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirJson.json
 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirJson.json
index 8f6de52..7bafa23 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirJson.json
+++ 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirJson.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.FhirJsonDataFormat"
   },
   "properties": {
-    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_1", "DSTU2_HL7ORG", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
+    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the server's base URL used by this parser. If a value is set, resource 
references will be turned into relative references if they are provided as 
absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If set to true (default is false) the ID of any 
resources being encoded will not be included in the output. Note that this does 
not apply to contained resources, only to root resources. In other words, if 
this is set to true, contained resource [...]
diff --git 
a/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirXml.json
 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirXml.json
index a2f38c5..c39d4f5 100644
--- 
a/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirXml.json
+++ 
b/components/camel-fhir/camel-fhir-component/src/generated/resources/org/apache/camel/component/fhir/fhirXml.json
@@ -16,7 +16,7 @@
     "modelJavaType": "org.apache.camel.model.dataformat.FhirXmlDataFormat"
   },
   "properties": {
-    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_1", "DSTU2_HL7ORG", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
+    "fhirVersion": { "kind": "attribute", "displayName": "Fhir Version", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DSTU2", "DSTU2_HL7ORG", "DSTU2_1", "DSTU3", "R4" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "DSTU3", "description": 
"The version of FHIR to use. Possible values are: 
DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4" },
     "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Sets the pretty print flag, meaning that the parser will 
encode resources with human-readable spacing and newlines between elements 
instead of condensing output as much as possible." },
     "serverBaseUrl": { "kind": "attribute", "displayName": "Server Base Url", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the server's base URL used by this parser. If a value is set, resource 
references will be turned into relative references if they are provided as 
absolute URLs but have a base matching the given base." },
     "omitResourceId": { "kind": "attribute", "displayName": "Omit Resource 
Id", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If set to true (default is false) the ID of any 
resources being encoded will not be included in the output. Note that this does 
not apply to contained resources, only to root resources. In other words, if 
this is set to true, contained resource [...]
diff --git 
a/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json
 
b/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json
index 6d2cf71..cf8131b 100644
--- 
a/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json
+++ 
b/components/camel-jsonpath/src/generated/resources/org/apache/camel/jsonpath/jsonpath.json
@@ -23,7 +23,7 @@
     "allowEasyPredicate": { "kind": "attribute", "displayName": "Allow Easy 
Predicate", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow using the easy predicate 
parser to pre-parse predicates." },
     "writeAsString": { "kind": "attribute", "displayName": "Write As String", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to write the output of each row\/element as a 
JSON String value instead of a Map\/POJO value." },
     "headerName": { "kind": "attribute", "displayName": "Header Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of header to use as input, instead of the message body" },
-    "option": { "kind": "attribute", "displayName": "Option", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"ALWAYS_RETURN_LIST", "AS_PATH_LIST", "DEFAULT_PATH_LEAF_TO_NULL", 
"REQUIRE_PROPERTIES", "SUPPRESS_EXCEPTIONS" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure additional 
options on JSONPath. Multiple values can be separated by comma." },
+    "option": { "kind": "attribute", "displayName": "Option", "required": 
false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", 
"SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "To configure additional 
options on JSONPath. Multiple values can be separated by comma." },
     "trim": { "kind": "attribute", "displayName": "Trim", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to trim the value to remove leading and trailing whitespaces and line 
breaks" },
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the id of this node" }
   }
diff --git 
a/components/camel-protobuf/src/generated/resources/org/apache/camel/dataformat/protobuf/protobuf.json
 
b/components/camel-protobuf/src/generated/resources/org/apache/camel/dataformat/protobuf/protobuf.json
index ea22a5b..8fd7a87 100644
--- 
a/components/camel-protobuf/src/generated/resources/org/apache/camel/dataformat/protobuf/protobuf.json
+++ 
b/components/camel-protobuf/src/generated/resources/org/apache/camel/dataformat/protobuf/protobuf.json
@@ -17,7 +17,7 @@
   },
   "properties": {
     "instanceClass": { "kind": "attribute", "displayName": "Instance Class", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of class to use when unmarshalling" },
-    "contentTypeFormat": { "kind": "attribute", "displayName": "Content Type 
Format", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "json", "native" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "native", "description": "Defines a content 
type format in which protobuf message will be serialized\/deserialized from(to) 
the Java been. The format can either be native or json for either native 
protobuf or json fields representation [...]
+    "contentTypeFormat": { "kind": "attribute", "displayName": "Content Type 
Format", "required": false, "type": "enum", "javaType": "java.lang.String", 
"enum": [ "native", "json" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "native", "description": "Defines a content 
type format in which protobuf message will be serialized\/deserialized from(to) 
the Java been. The format can either be native or json for either native 
protobuf or json fields representation [...]
     "contentTypeHeader": { "kind": "attribute", "displayName": "Content Type 
Header", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the data format should set the Content-Type header with 
the type from the data format. For example application\/xml for data formats 
marshalling to XML, or application\/json for data formats marshalling to JSON" 
},
     "id": { "kind": "attribute", "displayName": "Id", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The id of this node" }
   }
diff --git 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/threadPool.json
 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/threadPool.json
index c6533dd..256ba73 100644
--- 
a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/threadPool.json
+++ 
b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/threadPool.json
@@ -14,10 +14,10 @@
     "poolSize": { "kind": "attribute", "displayName": "Pool Size", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the core pool size 
(threads to keep minimum in pool)" },
     "maxPoolSize": { "kind": "attribute", "displayName": "Max Pool Size", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the maximum pool size" },
     "keepAliveTime": { "kind": "attribute", "displayName": "Keep Alive Time", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the keep alive time for inactive threads" },
-    "timeUnit": { "kind": "attribute", "displayName": "Time Unit", "required": 
false, "type": "enum", "javaType": "java.util.concurrent.TimeUnit", "enum": [ 
"DAYS", "HOURS", "MICROSECONDS", "MILLISECONDS", "MINUTES", "NANOSECONDS", 
"SECONDS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "SECONDS", "description": "Sets the time unit used for keep 
alive time" },
+    "timeUnit": { "kind": "attribute", "displayName": "Time Unit", "required": 
false, "type": "enum", "javaType": "java.util.concurrent.TimeUnit", "enum": [ 
"NANOSECONDS", "MICROSECONDS", "MILLISECONDS", "SECONDS", "MINUTES", "HOURS", 
"DAYS" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "SECONDS", "description": "Sets the time unit used for keep 
alive time" },
     "maxQueueSize": { "kind": "attribute", "displayName": "Max Queue Size", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
the maximum number of tasks in the work queue. Use -1 for an unbounded queue" },
     "allowCoreThreadTimeOut": { "kind": "attribute", "displayName": "Allow 
Core Thread Time Out", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets whether to allow core threads to timeout" },
-    "rejectedPolicy": { "kind": "attribute", "displayName": "Rejected Policy", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy", "enum": [ "Abort", 
"CallerRuns", "Discard", "DiscardOldest" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "CallerRuns", "description": "Sets the 
handler for tasks which cannot be executed by the thread pool." },
+    "rejectedPolicy": { "kind": "attribute", "displayName": "Rejected Policy", 
"required": false, "type": "enum", "javaType": 
"org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy", "enum": [ "Abort", 
"CallerRuns", "DiscardOldest", "Discard" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "CallerRuns", "description": "Sets the 
handler for tasks which cannot be executed by the thread pool." },
     "threadName": { "kind": "attribute", "displayName": "Thread Name", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom thread name \/ pattern" },
     "scheduled": { "kind": "attribute", "displayName": "Scheduled", 
"required": false, "type": "boolean", "javaType": "java.lang.Boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether to use a scheduled thread pool" },
     "camelContextId": { "kind": "attribute", "displayName": "Camel Context 
Id", "required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Id of 
CamelContext to use if there are multiple CamelContexts in the same JVM" },
diff --git 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
index a712a29..3847db2 100644
--- 
a/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
+++ 
b/components/camel-xpath/src/generated/resources/org/apache/camel/language/xpath/xpath.json
@@ -18,7 +18,7 @@
   "properties": {
     "expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The expression value in 
your chosen language syntax" },
     "documentType": { "kind": "attribute", "displayName": "Document Type", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Name 
of class for document type The default value is org.w3c.dom.Document" },
-    "resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"BOOLEAN", "NODE", "NODESET", "NUMBER", "STRING" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "NODESET", "description": 
"Sets the class name of the result type (type from output) The default result 
type is NodeSet" },
+    "resultType": { "kind": "attribute", "displayName": "Result Type", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"NUMBER", "STRING", "BOOLEAN", "NODESET", "NODE" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "NODESET", "description": 
"Sets the class name of the result type (type from output) The default result 
type is NodeSet" },
     "saxon": { "kind": "attribute", "displayName": "Saxon", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to use Saxon." },
     "factoryRef": { "kind": "attribute", "displayName": "Factory Ref", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"References to a custom XPathFactory to lookup in the registry" },
     "objectModel": { "kind": "attribute", "displayName": "Object Model", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
XPath object model to use" },

Reply via email to