How to use camel method in storybook-root

Best JavaScript code snippet using storybook-root

camelModel.js

Source:camelModel.js Github

copy

Full Screen

1var _apacheCamelModel = {2 "definitions": {3 "endpoint": {4 "title": "Endpoint",5 "type": "object",6 "extends": {7 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"8 },9 "group": "Endpoints",10 "description": "Represents a camel endpoint which is used to consume messages or send messages to some kind of middleware or technology",11 "icon": "endpoint24.png",12 "properties": {13 "uri": {14 "type": "string"15 },16 "ref": {17 "type": "string"18 }19 }20 },21 "from": {22 "title": "From",23 "type": "object",24 "extends": {25 "type": "endpoint"26 },27 "description": "Consumes from an endpoint",28 "tooltip": "Consumes from an endpoint",29 "icon": "endpoint24.png"30 },31 "to": {32 "title": "To",33 "type": "object",34 "extends": {35 "type": "endpoint"36 },37 "description": "Sends messages to an endpoint",38 "tooltip": "Sends messages to an endpoint",39 "icon": "endpoint24.png"40 },41 "route": {42 "type": "object",43 "extends": {44 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"45 },46 "title": "Route",47 "group": "Miscellaneous",48 "description": "Route",49 "tooltip": "Route",50 "icon": "route24.png",51 "acceptInput": true,52 "acceptOutput": true,53 "properties": {54 "autoStartup": {55 "type": "java.lang.String",56 "description": "autoStartup",57 "tooltip": "autoStartup",58 "optional": true,59 "title": "autoStartup"60 },61 "delayer": {62 "type": "java.lang.String",63 "description": "delayer",64 "tooltip": "delayer",65 "optional": true,66 "title": "delayer"67 },68 "errorHandlerRef": {69 "type": "java.lang.String",70 "description": "errorHandlerRef",71 "tooltip": "errorHandlerRef",72 "optional": true,73 "title": "errorHandlerRef"74 },75 "group": {76 "type": "java.lang.String",77 "description": "group",78 "tooltip": "group",79 "optional": true,80 "title": "group"81 },82 "handleFault": {83 "type": "java.lang.String",84 "description": "handleFault",85 "tooltip": "handleFault",86 "optional": true,87 "title": "handleFault"88 },89 "messageHistory": {90 "type": "java.lang.String",91 "description": "messageHistory",92 "tooltip": "messageHistory",93 "optional": true,94 "title": "messageHistory"95 },96 "routePolicyRef": {97 "type": "java.lang.String",98 "description": "routePolicyRef",99 "tooltip": "routePolicyRef",100 "optional": true,101 "title": "routePolicyRef"102 },103 "streamCache": {104 "type": "java.lang.String",105 "description": "streamCache",106 "tooltip": "streamCache",107 "optional": true,108 "title": "streamCache"109 },110 "trace": {111 "type": "java.lang.String",112 "description": "trace",113 "tooltip": "trace",114 "optional": true,115 "title": "trace"116 }117 }118 },119 "org.apache.camel.model.OptionalIdentifiedDefinition": {120 "type": "object",121 "properties": {122 "id": {123 "type": "string"124 },125 "description": {126 "type": "string",127 "formTemplate": "<textarea class='input-xxlarge' rows='8'></textarea>"128 },129 "inheritErrorHandler": {130 "type": "java.lang.Boolean"131 }132 }133 },134 "org.apache.camel.model.language.ExpressionDefinition": {135 "description": "A Camel expression",136 "tooltip": "Pick an expression language and enter an expression",137 "type": "object",138 "properties": {139 "expression": {140 "type": "java.lang.String",141 "description": "The expression",142 "tooltip": "Enter the expression in your chosen language syntax",143 "title": "Expression"144 },145 "language": {146 "type": "string",147 "enum": [148 "constant",149 "el",150 "header",151 "javaScript",152 "jxpath",153 "method",154 "mvel",155 "ognl",156 "groovy",157 "property",158 "python",159 "php",160 "ref",161 "ruby",162 "simple",163 "spel",164 "sql",165 "tokenize",166 "xpath",167 "xquery"168 ],169 "description": "The camel expression language ot use",170 "tooltip": "Pick the expression language you want to use",171 "title": "Language"172 }173 }174 },175 "aggregate": {176 "type": "object",177 "extends": {178 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"179 },180 "title": "Aggregate",181 "group": "Routing",182 "description": "Aggregate",183 "tooltip": "Aggregate",184 "icon": "aggregate24.png",185 "acceptInput": true,186 "acceptOutput": true,187 "properties": {188 "correlationExpression": {189 "kind": "expression",190 "type": "org.apache.camel.model.language.ExpressionDefinition",191 "description": "correlationExpression",192 "tooltip": "correlationExpression",193 "title": "correlationExpression"194 },195 "completionPredicate": {196 "kind": "expression",197 "type": "org.apache.camel.model.language.ExpressionDefinition",198 "description": "completionPredicate",199 "tooltip": "completionPredicate",200 "title": "completionPredicate"201 },202 "completionTimeoutExpression": {203 "kind": "expression",204 "type": "org.apache.camel.model.language.ExpressionDefinition",205 "description": "completionTimeoutExpression",206 "tooltip": "completionTimeoutExpression",207 "title": "completionTimeoutExpression"208 },209 "completionSizeExpression": {210 "kind": "expression",211 "type": "org.apache.camel.model.language.ExpressionDefinition",212 "description": "completionSizeExpression",213 "tooltip": "completionSizeExpression",214 "title": "completionSizeExpression"215 },216 "executorServiceRef": {217 "type": "java.lang.String",218 "description": "executorServiceRef",219 "tooltip": "executorServiceRef",220 "title": "executorServiceRef"221 },222 "timeoutCheckerExecutorServiceRef": {223 "type": "java.lang.String",224 "description": "timeoutCheckerExecutorServiceRef",225 "tooltip": "timeoutCheckerExecutorServiceRef",226 "title": "timeoutCheckerExecutorServiceRef"227 },228 "aggregationRepositoryRef": {229 "type": "java.lang.String",230 "description": "aggregationRepositoryRef",231 "tooltip": "aggregationRepositoryRef",232 "title": "aggregationRepositoryRef"233 },234 "strategyRef": {235 "type": "java.lang.String",236 "description": "strategyRef",237 "tooltip": "strategyRef",238 "title": "strategyRef"239 },240 "optimisticLockRetryPolicyDefinition": {241 "type": "org.apache.camel.model.OptimisticLockRetryPolicyDefinition",242 "description": "optimisticLockRetryPolicyDefinition",243 "tooltip": "optimisticLockRetryPolicyDefinition",244 "title": "optimisticLockRetryPolicyDefinition"245 },246 "parallelProcessing": {247 "type": "java.lang.Boolean",248 "description": "parallelProcessing",249 "tooltip": "parallelProcessing",250 "title": "parallelProcessing"251 },252 "optimisticLocking": {253 "type": "java.lang.Boolean",254 "description": "optimisticLocking",255 "tooltip": "optimisticLocking",256 "title": "optimisticLocking"257 },258 "completionSize": {259 "type": "java.lang.Integer",260 "description": "completionSize",261 "tooltip": "completionSize",262 "title": "completionSize"263 },264 "completionInterval": {265 "type": "java.lang.Long",266 "description": "completionInterval",267 "tooltip": "completionInterval",268 "title": "completionInterval"269 },270 "completionTimeout": {271 "type": "java.lang.Long",272 "description": "completionTimeout",273 "tooltip": "completionTimeout",274 "title": "completionTimeout"275 },276 "completionFromBatchConsumer": {277 "type": "java.lang.Boolean",278 "description": "completionFromBatchConsumer",279 "tooltip": "completionFromBatchConsumer",280 "title": "completionFromBatchConsumer"281 },282 "groupExchanges": {283 "type": "java.lang.Boolean",284 "description": "groupExchanges",285 "tooltip": "groupExchanges",286 "title": "groupExchanges"287 },288 "eagerCheckCompletion": {289 "type": "java.lang.Boolean",290 "description": "eagerCheckCompletion",291 "tooltip": "eagerCheckCompletion",292 "title": "eagerCheckCompletion"293 },294 "ignoreInvalidCorrelationKeys": {295 "type": "java.lang.Boolean",296 "description": "ignoreInvalidCorrelationKeys",297 "tooltip": "ignoreInvalidCorrelationKeys",298 "title": "ignoreInvalidCorrelationKeys"299 },300 "closeCorrelationKeyOnCompletion": {301 "type": "java.lang.Integer",302 "description": "closeCorrelationKeyOnCompletion",303 "tooltip": "closeCorrelationKeyOnCompletion",304 "title": "closeCorrelationKeyOnCompletion"305 },306 "discardOnCompletionTimeout": {307 "type": "java.lang.Boolean",308 "description": "discardOnCompletionTimeout",309 "tooltip": "discardOnCompletionTimeout",310 "title": "discardOnCompletionTimeout"311 },312 "forceCompletionOnStop": {313 "type": "java.lang.Boolean",314 "description": "forceCompletionOnStop",315 "tooltip": "forceCompletionOnStop",316 "title": "forceCompletionOnStop"317 }318 }319 },320 "AOP": {321 "type": "object",322 "extends": {323 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"324 },325 "title": "AOP",326 "group": "Miscellaneous",327 "description": "AOP",328 "tooltip": "AOP",329 "icon": "generic24.png",330 "acceptInput": true,331 "acceptOutput": true,332 "properties": {333 "beforeUri": {334 "type": "java.lang.String",335 "description": "beforeUri",336 "tooltip": "beforeUri",337 "title": "beforeUri"338 },339 "afterUri": {340 "type": "java.lang.String",341 "description": "afterUri",342 "tooltip": "afterUri",343 "title": "afterUri"344 },345 "afterFinallyUri": {346 "type": "java.lang.String",347 "description": "afterFinallyUri",348 "tooltip": "afterFinallyUri",349 "title": "afterFinallyUri"350 }351 }352 },353 "bean": {354 "type": "object",355 "extends": {356 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"357 },358 "title": "Bean",359 "group": "Endpoints",360 "description": "Bean",361 "tooltip": "Bean",362 "icon": "bean24.png",363 "nextSiblingAddedAsChild": true,364 "properties": {365 "ref": {366 "control": "combo",367 "kind": "beanRef",368 "title": "ref",369 "type": "java.lang.String",370 "description": "ref",371 "tooltip": "ref"372 },373 "method": {374 "control": "combo",375 "kind": "beanMethod",376 "title": "method",377 "type": "java.lang.String",378 "description": "method",379 "tooltip": "method"380 },381 "beanType": {382 "type": "java.lang.String",383 "description": "beanType",384 "tooltip": "beanType",385 "title": "beanType"386 }387 }388 },389 "catch": {390 "type": "object",391 "extends": {392 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"393 },394 "title": "Catch",395 "group": "Control Flow",396 "description": "Catch",397 "tooltip": "Catch",398 "icon": "generic24.png",399 "acceptInput": true,400 "acceptOutput": true,401 "properties": {402 "exceptions": {403 "type": "java.util.List",404 "description": "exceptions",405 "tooltip": "exceptions",406 "title": "exceptions"407 },408 "handled": {409 "kind": "expression",410 "type": "org.apache.camel.model.language.ExpressionDefinition",411 "description": "handled",412 "tooltip": "handled",413 "title": "handled"414 }415 }416 },417 "choice": {418 "type": "object",419 "extends": {420 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"421 },422 "title": "Choice",423 "group": "Routing",424 "description": "Choice",425 "tooltip": "Choice",426 "icon": "choice24.png",427 "acceptInput": true,428 "acceptOutput": true,429 "properties": {}430 },431 "convertBody": {432 "type": "object",433 "extends": {434 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"435 },436 "title": "Convert Body",437 "group": "Transformation",438 "description": "Convert Body",439 "tooltip": "Convert Body",440 "icon": "convertBody24.png",441 "nextSiblingAddedAsChild": true,442 "properties": {443 "type": {444 "type": "java.lang.String",445 "description": "type",446 "tooltip": "type",447 "title": "type"448 },449 "charset": {450 "type": "java.lang.String",451 "description": "charset",452 "tooltip": "charset",453 "title": "charset"454 }455 }456 },457 "delay": {458 "type": "object",459 "extends": {460 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"461 },462 "title": "Delay",463 "group": "Control Flow",464 "description": "Delay",465 "tooltip": "Delay",466 "icon": "generic24.png",467 "acceptInput": true,468 "acceptOutput": true,469 "properties": {470 "expression": {471 "kind": "expression",472 "type": "org.apache.camel.model.language.ExpressionDefinition",473 "description": "expression",474 "tooltip": "expression",475 "title": "expression"476 },477 "executorServiceRef": {478 "type": "java.lang.String",479 "description": "executorServiceRef",480 "tooltip": "executorServiceRef",481 "title": "executorServiceRef"482 },483 "asyncDelayed": {484 "type": "java.lang.Boolean",485 "description": "asyncDelayed",486 "tooltip": "asyncDelayed",487 "title": "asyncDelayed"488 },489 "callerRunsWhenRejected": {490 "type": "java.lang.Boolean",491 "description": "callerRunsWhenRejected",492 "tooltip": "callerRunsWhenRejected",493 "title": "callerRunsWhenRejected"494 }495 }496 },497 "dynamicRouter": {498 "type": "object",499 "extends": {500 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"501 },502 "title": "Dynamic Router",503 "group": "Routing",504 "description": "Dynamic Router",505 "tooltip": "Dynamic Router",506 "icon": "dynamicRouter24.png",507 "nextSiblingAddedAsChild": true,508 "properties": {509 "expression": {510 "kind": "expression",511 "type": "org.apache.camel.model.language.ExpressionDefinition",512 "description": "expression",513 "tooltip": "expression",514 "title": "expression"515 },516 "uriDelimiter": {517 "type": "java.lang.String",518 "description": "uriDelimiter",519 "tooltip": "uriDelimiter",520 "title": "uriDelimiter"521 },522 "ignoreInvalidEndpoints": {523 "type": "java.lang.Boolean",524 "description": "ignoreInvalidEndpoints",525 "tooltip": "ignoreInvalidEndpoints",526 "title": "ignoreInvalidEndpoints"527 }528 }529 },530 "enrich": {531 "type": "object",532 "extends": {533 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"534 },535 "title": "Enrich",536 "group": "Transformation",537 "description": "Enrich",538 "tooltip": "Enrich",539 "icon": "enrich24.png",540 "nextSiblingAddedAsChild": true,541 "properties": {542 "resourceUri": {543 "type": "java.lang.String",544 "description": "resourceUri",545 "tooltip": "resourceUri",546 "title": "resourceUri"547 },548 "aggregationStrategyRef": {549 "type": "java.lang.String",550 "description": "aggregationStrategyRef",551 "tooltip": "aggregationStrategyRef",552 "title": "aggregationStrategyRef"553 }554 }555 },556 "filter": {557 "type": "object",558 "extends": {559 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"560 },561 "title": "Filter",562 "group": "Routing",563 "description": "Filter",564 "tooltip": "Filter",565 "icon": "filter24.png",566 "acceptInput": true,567 "acceptOutput": true,568 "properties": {569 "expression": {570 "kind": "expression",571 "type": "org.apache.camel.model.language.ExpressionDefinition",572 "description": "expression",573 "tooltip": "expression",574 "title": "expression"575 }576 }577 },578 "finally": {579 "type": "object",580 "extends": {581 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"582 },583 "title": "Finally",584 "group": "Control Flow",585 "description": "Finally",586 "tooltip": "Finally",587 "icon": "generic24.png",588 "acceptInput": true,589 "acceptOutput": true,590 "properties": {}591 },592 "idempotentConsumer": {593 "type": "object",594 "extends": {595 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"596 },597 "title": "Idempotent Consumer",598 "group": "Routing",599 "description": "Idempotent Consumer",600 "tooltip": "Idempotent Consumer",601 "icon": "idempotentConsumer24.png",602 "acceptInput": true,603 "acceptOutput": true,604 "properties": {605 "expression": {606 "kind": "expression",607 "type": "org.apache.camel.model.language.ExpressionDefinition",608 "description": "expression",609 "tooltip": "expression",610 "title": "expression"611 },612 "messageIdRepositoryRef": {613 "type": "java.lang.String",614 "description": "messageIdRepositoryRef",615 "tooltip": "messageIdRepositoryRef",616 "title": "messageIdRepositoryRef"617 },618 "eager": {619 "type": "java.lang.Boolean",620 "description": "eager",621 "tooltip": "eager",622 "title": "eager"623 },624 "skipDuplicate": {625 "type": "java.lang.Boolean",626 "description": "skipDuplicate",627 "tooltip": "skipDuplicate",628 "title": "skipDuplicate"629 },630 "removeOnFailure": {631 "type": "java.lang.Boolean",632 "description": "removeOnFailure",633 "tooltip": "removeOnFailure",634 "title": "removeOnFailure"635 }636 }637 },638 "inOnly": {639 "type": "object",640 "extends": {641 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"642 },643 "title": "In Only",644 "group": "Transformation",645 "description": "In Only",646 "tooltip": "In Only",647 "icon": "transform24.png",648 "nextSiblingAddedAsChild": true,649 "properties": {650 "uri": {651 "type": "java.lang.String",652 "description": "uri",653 "tooltip": "uri",654 "title": "uri"655 }656 }657 },658 "inOut": {659 "type": "object",660 "extends": {661 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"662 },663 "title": "In Out",664 "group": "Transformation",665 "description": "In Out",666 "tooltip": "In Out",667 "icon": "transform24.png",668 "nextSiblingAddedAsChild": true,669 "properties": {670 "uri": {671 "type": "java.lang.String",672 "description": "uri",673 "tooltip": "uri",674 "title": "uri"675 }676 }677 },678 "intercept": {679 "type": "object",680 "extends": {681 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"682 },683 "title": "Intercept",684 "group": "Control Flow",685 "description": "Intercept",686 "tooltip": "Intercept",687 "icon": "generic24.png",688 "acceptInput": true,689 "acceptOutput": true,690 "properties": {}691 },692 "interceptFrom": {693 "type": "object",694 "extends": {695 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"696 },697 "title": "Intercept From",698 "group": "Control Flow",699 "description": "Intercept From",700 "tooltip": "Intercept From",701 "icon": "generic24.png",702 "acceptInput": true,703 "acceptOutput": true,704 "properties": {705 "uri": {706 "type": "java.lang.String",707 "description": "uri",708 "tooltip": "uri",709 "title": "uri"710 }711 }712 },713 "interceptSendToEndpoint": {714 "type": "object",715 "extends": {716 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"717 },718 "title": "Intercept Send To Endpoint",719 "group": "Control Flow",720 "description": "Intercept Send To Endpoint",721 "tooltip": "Intercept Send To Endpoint",722 "icon": "generic24.png",723 "acceptInput": true,724 "acceptOutput": true,725 "properties": {726 "uri": {727 "type": "java.lang.String",728 "description": "uri",729 "tooltip": "uri",730 "title": "uri"731 },732 "skipSendToOriginalEndpoint": {733 "type": "java.lang.Boolean",734 "description": "skipSendToOriginalEndpoint",735 "tooltip": "skipSendToOriginalEndpoint",736 "title": "skipSendToOriginalEndpoint"737 }738 }739 },740 "loadBalance": {741 "type": "object",742 "extends": {743 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"744 },745 "title": "Load Balance",746 "group": "Routing",747 "description": "Load Balance",748 "tooltip": "Load Balance",749 "icon": "loadBalance24.png",750 "acceptInput": true,751 "acceptOutput": true,752 "properties": {753 "ref": {754 "type": "java.lang.String",755 "description": "ref",756 "tooltip": "ref",757 "title": "ref"758 },759 "loadBalancerType": {760 "type": [761 "org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition",762 "org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition",763 "org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition",764 "org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition",765 "org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition",766 "org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition",767 "org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition"768 ],769 "description": "loadBalancerType",770 "tooltip": "loadBalancerType",771 "title": "loadBalancerType"772 }773 }774 },775 "log": {776 "type": "object",777 "extends": {778 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"779 },780 "title": "Log",781 "group": "Endpoints",782 "description": "Log",783 "tooltip": "Log",784 "icon": "log24.png",785 "nextSiblingAddedAsChild": true,786 "properties": {787 "message": {788 "type": "java.lang.String",789 "description": "message",790 "tooltip": "message",791 "title": "message"792 },793 "logName": {794 "type": "java.lang.String",795 "description": "logName",796 "tooltip": "logName",797 "title": "logName"798 },799 "marker": {800 "type": "java.lang.String",801 "description": "marker",802 "tooltip": "marker",803 "title": "marker"804 },805 "loggingLevel": {806 "type": "org.apache.camel.LoggingLevel",807 "description": "loggingLevel",808 "tooltip": "loggingLevel",809 "title": "loggingLevel"810 }811 }812 },813 "loop": {814 "type": "object",815 "extends": {816 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"817 },818 "title": "Loop",819 "group": "Control Flow",820 "description": "Loop",821 "tooltip": "Loop",822 "icon": "generic24.png",823 "acceptInput": true,824 "acceptOutput": true,825 "properties": {826 "expression": {827 "kind": "expression",828 "type": "org.apache.camel.model.language.ExpressionDefinition",829 "description": "expression",830 "tooltip": "expression",831 "title": "expression"832 },833 "copy": {834 "type": "java.lang.Boolean",835 "description": "copy",836 "tooltip": "copy",837 "title": "copy"838 }839 }840 },841 "marshal": {842 "type": "object",843 "extends": {844 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"845 },846 "title": "Marshal",847 "group": "Transformation",848 "description": "Marshal",849 "tooltip": "Marshal",850 "icon": "marshal24.png",851 "nextSiblingAddedAsChild": true,852 "properties": {853 "ref": {854 "type": "java.lang.String",855 "description": "ref",856 "tooltip": "ref",857 "title": "ref"858 },859 "dataFormatType": {860 "type": [861 "org.apache.camel.model.dataformat.AvroDataFormat",862 "org.apache.camel.model.dataformat.Base64DataFormat",863 "org.apache.camel.model.dataformat.BeanioDataFormat",864 "org.apache.camel.model.dataformat.BindyDataFormat",865 "org.apache.camel.model.dataformat.CastorDataFormat",866 "org.apache.camel.model.dataformat.C24IODataFormat",867 "org.apache.camel.model.dataformat.CryptoDataFormat",868 "org.apache.camel.model.dataformat.CsvDataFormat",869 "org.apache.camel.model.dataformat.CustomDataFormat",870 "org.apache.camel.model.dataformat.FlatpackDataFormat",871 "org.apache.camel.model.dataformat.GzipDataFormat",872 "org.apache.camel.model.dataformat.HL7DataFormat",873 "org.apache.camel.model.dataformat.JaxbDataFormat",874 "org.apache.camel.model.dataformat.JibxDataFormat",875 "org.apache.camel.model.dataformat.JsonDataFormat",876 "org.apache.camel.model.dataformat.ProtobufDataFormat",877 "org.apache.camel.model.dataformat.RssDataFormat",878 "org.apache.camel.model.dataformat.XMLSecurityDataFormat",879 "org.apache.camel.model.dataformat.SerializationDataFormat",880 "org.apache.camel.model.dataformat.SoapJaxbDataFormat",881 "org.apache.camel.model.dataformat.StringDataFormat",882 "org.apache.camel.model.dataformat.SyslogDataFormat",883 "org.apache.camel.model.dataformat.TidyMarkupDataFormat",884 "org.apache.camel.model.dataformat.XMLBeansDataFormat",885 "org.apache.camel.model.dataformat.XmlJsonDataFormat",886 "org.apache.camel.model.dataformat.XmlRpcDataFormat",887 "org.apache.camel.model.dataformat.XStreamDataFormat",888 "org.apache.camel.model.dataformat.PGPDataFormat",889 "org.apache.camel.model.dataformat.ZipDataFormat",890 "org.apache.camel.model.dataformat.ZipFileDataFormat"891 ],892 "description": "dataFormatType",893 "tooltip": "dataFormatType",894 "title": "dataFormatType"895 }896 }897 },898 "multicast": {899 "type": "object",900 "extends": {901 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"902 },903 "title": "Multicast",904 "group": "Routing",905 "description": "Multicast",906 "tooltip": "Multicast",907 "icon": "multicast24.png",908 "acceptInput": true,909 "acceptOutput": true,910 "properties": {911 "strategyRef": {912 "type": "java.lang.String",913 "description": "strategyRef",914 "tooltip": "strategyRef",915 "title": "strategyRef"916 },917 "executorServiceRef": {918 "type": "java.lang.String",919 "description": "executorServiceRef",920 "tooltip": "executorServiceRef",921 "title": "executorServiceRef"922 },923 "onPrepareRef": {924 "type": "java.lang.String",925 "description": "onPrepareRef",926 "tooltip": "onPrepareRef",927 "title": "onPrepareRef"928 },929 "parallelProcessing": {930 "type": "java.lang.Boolean",931 "description": "parallelProcessing",932 "tooltip": "parallelProcessing",933 "title": "parallelProcessing"934 },935 "streaming": {936 "type": "java.lang.Boolean",937 "description": "streaming",938 "tooltip": "streaming",939 "title": "streaming"940 },941 "stopOnException": {942 "type": "java.lang.Boolean",943 "description": "stopOnException",944 "tooltip": "stopOnException",945 "title": "stopOnException"946 },947 "timeout": {948 "type": "java.lang.Long",949 "description": "timeout",950 "tooltip": "timeout",951 "title": "timeout"952 },953 "shareUnitOfWork": {954 "type": "java.lang.Boolean",955 "description": "shareUnitOfWork",956 "tooltip": "shareUnitOfWork",957 "title": "shareUnitOfWork"958 }959 }960 },961 "onCompletion": {962 "type": "object",963 "extends": {964 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"965 },966 "title": "On Completion",967 "group": "Control Flow",968 "description": "On Completion",969 "tooltip": "On Completion",970 "icon": "generic24.png",971 "acceptInput": true,972 "acceptOutput": true,973 "properties": {974 "executorServiceRef": {975 "type": "java.lang.String",976 "description": "executorServiceRef",977 "tooltip": "executorServiceRef",978 "title": "executorServiceRef"979 },980 "onCompleteOnly": {981 "type": "java.lang.Boolean",982 "description": "onCompleteOnly",983 "tooltip": "onCompleteOnly",984 "title": "onCompleteOnly"985 },986 "onFailureOnly": {987 "type": "java.lang.Boolean",988 "description": "onFailureOnly",989 "tooltip": "onFailureOnly",990 "title": "onFailureOnly"991 },992 "useOriginalMessagePolicy": {993 "type": "java.lang.Boolean",994 "description": "useOriginalMessagePolicy",995 "tooltip": "useOriginalMessagePolicy",996 "title": "useOriginalMessagePolicy"997 }998 }999 },1000 "onException": {1001 "type": "object",1002 "extends": {1003 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1004 },1005 "title": "On Exception",1006 "group": "Control Flow",1007 "description": "On Exception",1008 "tooltip": "On Exception",1009 "icon": "generic24.png",1010 "acceptInput": true,1011 "acceptOutput": true,1012 "properties": {1013 "exceptions": {1014 "type": "java.util.List",1015 "description": "exceptions",1016 "tooltip": "exceptions",1017 "title": "exceptions"1018 },1019 "retryWhile": {1020 "kind": "expression",1021 "type": "org.apache.camel.model.language.ExpressionDefinition",1022 "description": "retryWhile",1023 "tooltip": "retryWhile",1024 "title": "retryWhile"1025 },1026 "redeliveryPolicyRef": {1027 "type": "java.lang.String",1028 "description": "redeliveryPolicyRef",1029 "tooltip": "redeliveryPolicyRef",1030 "title": "redeliveryPolicyRef"1031 },1032 "handled": {1033 "kind": "expression",1034 "type": "org.apache.camel.model.language.ExpressionDefinition",1035 "description": "handled",1036 "tooltip": "handled",1037 "title": "handled"1038 },1039 "continued": {1040 "kind": "expression",1041 "type": "org.apache.camel.model.language.ExpressionDefinition",1042 "description": "continued",1043 "tooltip": "continued",1044 "title": "continued"1045 },1046 "onRedeliveryRef": {1047 "type": "java.lang.String",1048 "description": "onRedeliveryRef",1049 "tooltip": "onRedeliveryRef",1050 "title": "onRedeliveryRef"1051 },1052 "redeliveryPolicy": {1053 "type": "org.apache.camel.model.RedeliveryPolicyDefinition",1054 "description": "redeliveryPolicy",1055 "tooltip": "redeliveryPolicy",1056 "title": "redeliveryPolicy"1057 },1058 "useOriginalMessagePolicy": {1059 "type": "java.lang.Boolean",1060 "description": "useOriginalMessagePolicy",1061 "tooltip": "useOriginalMessagePolicy",1062 "title": "useOriginalMessagePolicy"1063 }1064 }1065 },1066 "otherwise": {1067 "type": "object",1068 "extends": {1069 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1070 },1071 "title": "Otherwise",1072 "group": "Routing",1073 "description": "Otherwise",1074 "tooltip": "Otherwise",1075 "icon": "generic24.png",1076 "acceptInput": true,1077 "acceptOutput": true,1078 "properties": {}1079 },1080 "pipeline": {1081 "type": "object",1082 "extends": {1083 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1084 },1085 "title": "Pipeline",1086 "group": "Routing",1087 "description": "Pipeline",1088 "tooltip": "Pipeline",1089 "icon": "pipeline24.png",1090 "acceptInput": true,1091 "acceptOutput": true,1092 "properties": {}1093 },1094 "policy": {1095 "type": "object",1096 "extends": {1097 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1098 },1099 "title": "Policy",1100 "group": "Miscellaneous",1101 "description": "Policy",1102 "tooltip": "Policy",1103 "icon": "generic24.png",1104 "acceptInput": true,1105 "acceptOutput": true,1106 "nextSiblingAddedAsChild": true,1107 "properties": {1108 "ref": {1109 "type": "java.lang.String",1110 "description": "ref",1111 "tooltip": "ref",1112 "title": "ref"1113 }1114 }1115 },1116 "pollEnrich": {1117 "type": "object",1118 "extends": {1119 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1120 },1121 "title": "Poll Enrich",1122 "group": "Transformation",1123 "description": "Poll Enrich",1124 "tooltip": "Poll Enrich",1125 "icon": "pollEnrich24.png",1126 "nextSiblingAddedAsChild": true,1127 "properties": {1128 "resourceUri": {1129 "type": "java.lang.String",1130 "description": "resourceUri",1131 "tooltip": "resourceUri",1132 "title": "resourceUri"1133 },1134 "aggregationStrategyRef": {1135 "type": "java.lang.String",1136 "description": "aggregationStrategyRef",1137 "tooltip": "aggregationStrategyRef",1138 "title": "aggregationStrategyRef"1139 },1140 "timeout": {1141 "type": "java.lang.Long",1142 "description": "timeout",1143 "tooltip": "timeout",1144 "title": "timeout"1145 }1146 }1147 },1148 "process": {1149 "type": "object",1150 "extends": {1151 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1152 },1153 "title": "Process",1154 "group": "Endpoints",1155 "description": "Process",1156 "tooltip": "Process",1157 "icon": "process24.png",1158 "nextSiblingAddedAsChild": true,1159 "properties": {1160 "ref": {1161 "type": "java.lang.String",1162 "description": "ref",1163 "tooltip": "ref",1164 "title": "ref"1165 }1166 }1167 },1168 "recipientList": {1169 "type": "object",1170 "extends": {1171 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1172 },1173 "title": "Recipient List",1174 "group": "Routing",1175 "description": "Recipient List",1176 "tooltip": "Recipient List",1177 "icon": "recipientList24.png",1178 "nextSiblingAddedAsChild": true,1179 "properties": {1180 "expression": {1181 "kind": "expression",1182 "type": "org.apache.camel.model.language.ExpressionDefinition",1183 "description": "expression",1184 "tooltip": "expression",1185 "title": "expression"1186 },1187 "delimiter": {1188 "type": "java.lang.String",1189 "description": "delimiter",1190 "tooltip": "delimiter",1191 "title": "delimiter"1192 },1193 "strategyRef": {1194 "type": "java.lang.String",1195 "description": "strategyRef",1196 "tooltip": "strategyRef",1197 "title": "strategyRef"1198 },1199 "executorServiceRef": {1200 "type": "java.lang.String",1201 "description": "executorServiceRef",1202 "tooltip": "executorServiceRef",1203 "title": "executorServiceRef"1204 },1205 "onPrepareRef": {1206 "type": "java.lang.String",1207 "description": "onPrepareRef",1208 "tooltip": "onPrepareRef",1209 "title": "onPrepareRef"1210 },1211 "parallelProcessing": {1212 "type": "java.lang.Boolean",1213 "description": "parallelProcessing",1214 "tooltip": "parallelProcessing",1215 "title": "parallelProcessing"1216 },1217 "stopOnException": {1218 "type": "java.lang.Boolean",1219 "description": "stopOnException",1220 "tooltip": "stopOnException",1221 "title": "stopOnException"1222 },1223 "ignoreInvalidEndpoints": {1224 "type": "java.lang.Boolean",1225 "description": "ignoreInvalidEndpoints",1226 "tooltip": "ignoreInvalidEndpoints",1227 "title": "ignoreInvalidEndpoints"1228 },1229 "streaming": {1230 "type": "java.lang.Boolean",1231 "description": "streaming",1232 "tooltip": "streaming",1233 "title": "streaming"1234 },1235 "timeout": {1236 "type": "java.lang.Long",1237 "description": "timeout",1238 "tooltip": "timeout",1239 "title": "timeout"1240 },1241 "shareUnitOfWork": {1242 "type": "java.lang.Boolean",1243 "description": "shareUnitOfWork",1244 "tooltip": "shareUnitOfWork",1245 "title": "shareUnitOfWork"1246 }1247 }1248 },1249 "removeHeader": {1250 "type": "object",1251 "extends": {1252 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1253 },1254 "title": "Remove Header",1255 "group": "Transformation",1256 "description": "Remove Header",1257 "tooltip": "Remove Header",1258 "icon": "transform24.png",1259 "nextSiblingAddedAsChild": true,1260 "properties": {1261 "headerName": {1262 "type": "java.lang.String",1263 "description": "headerName",1264 "tooltip": "headerName",1265 "title": "headerName"1266 }1267 }1268 },1269 "removeHeaders": {1270 "type": "object",1271 "extends": {1272 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1273 },1274 "title": "Remove Headers",1275 "group": "Transformation",1276 "description": "Remove Headers",1277 "tooltip": "Remove Headers",1278 "icon": "transform24.png",1279 "nextSiblingAddedAsChild": true,1280 "properties": {1281 "pattern": {1282 "type": "java.lang.String",1283 "description": "pattern",1284 "tooltip": "pattern",1285 "title": "pattern"1286 },1287 "excludePattern": {1288 "type": "java.lang.String",1289 "description": "excludePattern",1290 "tooltip": "excludePattern",1291 "title": "excludePattern"1292 }1293 }1294 },1295 "removeProperty": {1296 "type": "object",1297 "extends": {1298 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1299 },1300 "title": "Remove Property",1301 "group": "Transformation",1302 "description": "Remove Property",1303 "tooltip": "Remove Property",1304 "icon": "transform24.png",1305 "nextSiblingAddedAsChild": true,1306 "properties": {1307 "propertyName": {1308 "type": "java.lang.String",1309 "description": "propertyName",1310 "tooltip": "propertyName",1311 "title": "propertyName"1312 }1313 }1314 },1315 "resequence": {1316 "type": "object",1317 "extends": {1318 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1319 },1320 "title": "Resequence",1321 "group": "Routing",1322 "description": "Resequence",1323 "tooltip": "Resequence",1324 "icon": "resequence24.png",1325 "acceptInput": true,1326 "acceptOutput": true,1327 "properties": {1328 "expression": {1329 "kind": "expression",1330 "type": "org.apache.camel.model.language.ExpressionDefinition",1331 "description": "expression",1332 "tooltip": "expression",1333 "title": "expression"1334 },1335 "resequencerConfig": {1336 "type": [1337 "org.apache.camel.model.config.BatchResequencerConfig",1338 "org.apache.camel.model.config.StreamResequencerConfig"1339 ],1340 "description": "resequencerConfig",1341 "tooltip": "resequencerConfig",1342 "title": "resequencerConfig"1343 }1344 }1345 },1346 "rollback": {1347 "type": "object",1348 "extends": {1349 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1350 },1351 "title": "Rollback",1352 "group": "Control Flow",1353 "description": "Rollback",1354 "tooltip": "Rollback",1355 "icon": "generic24.png",1356 "nextSiblingAddedAsChild": true,1357 "properties": {1358 "message": {1359 "type": "java.lang.String",1360 "description": "message",1361 "tooltip": "message",1362 "title": "message"1363 },1364 "markRollbackOnly": {1365 "type": "java.lang.Boolean",1366 "description": "markRollbackOnly",1367 "tooltip": "markRollbackOnly",1368 "title": "markRollbackOnly"1369 },1370 "markRollbackOnlyLast": {1371 "type": "java.lang.Boolean",1372 "description": "markRollbackOnlyLast",1373 "tooltip": "markRollbackOnlyLast",1374 "title": "markRollbackOnlyLast"1375 }1376 }1377 },1378 "routingSlip": {1379 "type": "object",1380 "extends": {1381 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1382 },1383 "title": "Routing Slip",1384 "group": "Routing",1385 "description": "Routing Slip",1386 "tooltip": "Routing Slip",1387 "icon": "routingSlip24.png",1388 "nextSiblingAddedAsChild": true,1389 "properties": {1390 "expression": {1391 "kind": "expression",1392 "type": "org.apache.camel.model.language.ExpressionDefinition",1393 "description": "expression",1394 "tooltip": "expression",1395 "title": "expression"1396 },1397 "uriDelimiter": {1398 "type": "java.lang.String",1399 "description": "uriDelimiter",1400 "tooltip": "uriDelimiter",1401 "title": "uriDelimiter"1402 },1403 "ignoreInvalidEndpoints": {1404 "type": "java.lang.Boolean",1405 "description": "ignoreInvalidEndpoints",1406 "tooltip": "ignoreInvalidEndpoints",1407 "title": "ignoreInvalidEndpoints"1408 }1409 }1410 },1411 "sampling": {1412 "type": "object",1413 "extends": {1414 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1415 },1416 "title": "Sampling",1417 "group": "Miscellaneous",1418 "description": "Sampling",1419 "tooltip": "Sampling",1420 "icon": "generic24.png",1421 "acceptInput": true,1422 "acceptOutput": true,1423 "properties": {1424 "samplePeriod": {1425 "type": "java.lang.Long",1426 "description": "samplePeriod",1427 "tooltip": "samplePeriod",1428 "title": "samplePeriod"1429 },1430 "messageFrequency": {1431 "type": "java.lang.Long",1432 "description": "messageFrequency",1433 "tooltip": "messageFrequency",1434 "title": "messageFrequency"1435 },1436 "units": {1437 "type": "java.util.concurrent.TimeUnit",1438 "description": "units",1439 "tooltip": "units",1440 "title": "units"1441 }1442 }1443 },1444 "setBody": {1445 "type": "object",1446 "extends": {1447 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1448 },1449 "title": "Set Body",1450 "group": "Transformation",1451 "description": "Set Body",1452 "tooltip": "Set Body",1453 "icon": "setBody24.png",1454 "nextSiblingAddedAsChild": true,1455 "properties": {1456 "expression": {1457 "kind": "expression",1458 "type": "org.apache.camel.model.language.ExpressionDefinition",1459 "description": "expression",1460 "tooltip": "expression",1461 "title": "expression"1462 }1463 }1464 },1465 "setExchangePattern": {1466 "type": "object",1467 "extends": {1468 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1469 },1470 "title": "Set Exchange Pattern",1471 "group": "Transformation",1472 "description": "Set Exchange Pattern",1473 "tooltip": "Set Exchange Pattern",1474 "icon": "transform24.png",1475 "nextSiblingAddedAsChild": true,1476 "properties": {1477 "pattern": {1478 "type": "org.apache.camel.ExchangePattern",1479 "description": "pattern",1480 "tooltip": "pattern",1481 "title": "pattern"1482 }1483 }1484 },1485 "setFaultBody": {1486 "type": "object",1487 "extends": {1488 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1489 },1490 "title": "Set Fault Body",1491 "group": "Transformation",1492 "description": "Set Fault Body",1493 "tooltip": "Set Fault Body",1494 "icon": "transform24.png",1495 "nextSiblingAddedAsChild": true,1496 "properties": {1497 "expression": {1498 "kind": "expression",1499 "type": "org.apache.camel.model.language.ExpressionDefinition",1500 "description": "expression",1501 "tooltip": "expression",1502 "title": "expression"1503 }1504 }1505 },1506 "setHeader": {1507 "type": "object",1508 "extends": {1509 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1510 },1511 "title": "Set Header",1512 "group": "Transformation",1513 "description": "Set Header",1514 "tooltip": "Set Header",1515 "icon": "transform24.png",1516 "nextSiblingAddedAsChild": true,1517 "properties": {1518 "expression": {1519 "kind": "expression",1520 "type": "org.apache.camel.model.language.ExpressionDefinition",1521 "description": "expression",1522 "tooltip": "expression",1523 "title": "expression"1524 },1525 "headerName": {1526 "type": "java.lang.String",1527 "description": "headerName",1528 "tooltip": "headerName",1529 "title": "headerName"1530 }1531 }1532 },1533 "setOutHeader": {1534 "type": "object",1535 "extends": {1536 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1537 },1538 "title": "Set Out Header",1539 "group": "Transformation",1540 "description": "Set Out Header",1541 "tooltip": "Set Out Header",1542 "icon": "transform24.png",1543 "nextSiblingAddedAsChild": true,1544 "properties": {1545 "expression": {1546 "kind": "expression",1547 "type": "org.apache.camel.model.language.ExpressionDefinition",1548 "description": "expression",1549 "tooltip": "expression",1550 "title": "expression"1551 },1552 "headerName": {1553 "type": "java.lang.String",1554 "description": "headerName",1555 "tooltip": "headerName",1556 "title": "headerName"1557 }1558 }1559 },1560 "setProperty": {1561 "type": "object",1562 "extends": {1563 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1564 },1565 "title": "Set Property",1566 "group": "Transformation",1567 "description": "Set Property",1568 "tooltip": "Set Property",1569 "icon": "transform24.png",1570 "nextSiblingAddedAsChild": true,1571 "properties": {1572 "expression": {1573 "kind": "expression",1574 "type": "org.apache.camel.model.language.ExpressionDefinition",1575 "description": "expression",1576 "tooltip": "expression",1577 "title": "expression"1578 },1579 "propertyName": {1580 "type": "java.lang.String",1581 "description": "propertyName",1582 "tooltip": "propertyName",1583 "title": "propertyName"1584 }1585 }1586 },1587 "sort": {1588 "type": "object",1589 "extends": {1590 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1591 },1592 "title": "Sort",1593 "group": "Routing",1594 "description": "Sort",1595 "tooltip": "Sort",1596 "icon": "generic24.png",1597 "nextSiblingAddedAsChild": true,1598 "properties": {1599 "expression": {1600 "kind": "expression",1601 "type": "org.apache.camel.model.language.ExpressionDefinition",1602 "description": "expression",1603 "tooltip": "expression",1604 "title": "expression"1605 },1606 "comparatorRef": {1607 "type": "java.lang.String",1608 "description": "comparatorRef",1609 "tooltip": "comparatorRef",1610 "title": "comparatorRef"1611 }1612 }1613 },1614 "split": {1615 "type": "object",1616 "extends": {1617 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1618 },1619 "title": "Split",1620 "group": "Routing",1621 "description": "Split",1622 "tooltip": "Split",1623 "icon": "split24.png",1624 "acceptInput": true,1625 "acceptOutput": true,1626 "properties": {1627 "expression": {1628 "kind": "expression",1629 "type": "org.apache.camel.model.language.ExpressionDefinition",1630 "description": "expression",1631 "tooltip": "expression",1632 "title": "expression"1633 },1634 "strategyRef": {1635 "type": "java.lang.String",1636 "description": "strategyRef",1637 "tooltip": "strategyRef",1638 "title": "strategyRef"1639 },1640 "executorServiceRef": {1641 "type": "java.lang.String",1642 "description": "executorServiceRef",1643 "tooltip": "executorServiceRef",1644 "title": "executorServiceRef"1645 },1646 "onPrepareRef": {1647 "type": "java.lang.String",1648 "description": "onPrepareRef",1649 "tooltip": "onPrepareRef",1650 "title": "onPrepareRef"1651 },1652 "parallelProcessing": {1653 "type": "java.lang.Boolean",1654 "description": "parallelProcessing",1655 "tooltip": "parallelProcessing",1656 "title": "parallelProcessing"1657 },1658 "streaming": {1659 "type": "java.lang.Boolean",1660 "description": "streaming",1661 "tooltip": "streaming",1662 "title": "streaming"1663 },1664 "stopOnException": {1665 "type": "java.lang.Boolean",1666 "description": "stopOnException",1667 "tooltip": "stopOnException",1668 "title": "stopOnException"1669 },1670 "timeout": {1671 "type": "java.lang.Long",1672 "description": "timeout",1673 "tooltip": "timeout",1674 "title": "timeout"1675 },1676 "shareUnitOfWork": {1677 "type": "java.lang.Boolean",1678 "description": "shareUnitOfWork",1679 "tooltip": "shareUnitOfWork",1680 "title": "shareUnitOfWork"1681 }1682 }1683 },1684 "stop": {1685 "type": "object",1686 "extends": {1687 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1688 },1689 "title": "Stop",1690 "group": "Miscellaneous",1691 "description": "Stop",1692 "tooltip": "Stop",1693 "icon": "generic24.png",1694 "nextSiblingAddedAsChild": true,1695 "properties": {}1696 },1697 "threads": {1698 "type": "object",1699 "extends": {1700 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1701 },1702 "title": "Threads",1703 "group": "Miscellaneous",1704 "description": "Threads",1705 "tooltip": "Threads",1706 "icon": "generic24.png",1707 "acceptInput": true,1708 "acceptOutput": true,1709 "properties": {1710 "executorServiceRef": {1711 "type": "java.lang.String",1712 "description": "executorServiceRef",1713 "tooltip": "executorServiceRef",1714 "title": "executorServiceRef"1715 },1716 "threadName": {1717 "type": "java.lang.String",1718 "description": "threadName",1719 "tooltip": "threadName",1720 "title": "threadName"1721 },1722 "poolSize": {1723 "type": "java.lang.Integer",1724 "description": "poolSize",1725 "tooltip": "poolSize",1726 "title": "poolSize"1727 },1728 "maxPoolSize": {1729 "type": "java.lang.Integer",1730 "description": "maxPoolSize",1731 "tooltip": "maxPoolSize",1732 "title": "maxPoolSize"1733 },1734 "keepAliveTime": {1735 "type": "java.lang.Long",1736 "description": "keepAliveTime",1737 "tooltip": "keepAliveTime",1738 "title": "keepAliveTime"1739 },1740 "timeUnit": {1741 "type": "java.util.concurrent.TimeUnit",1742 "description": "timeUnit",1743 "tooltip": "timeUnit",1744 "title": "timeUnit"1745 },1746 "maxQueueSize": {1747 "type": "java.lang.Integer",1748 "description": "maxQueueSize",1749 "tooltip": "maxQueueSize",1750 "title": "maxQueueSize"1751 },1752 "rejectedPolicy": {1753 "type": "org.apache.camel.ThreadPoolRejectedPolicy",1754 "description": "rejectedPolicy",1755 "tooltip": "rejectedPolicy",1756 "title": "rejectedPolicy"1757 },1758 "callerRunsWhenRejected": {1759 "type": "java.lang.Boolean",1760 "description": "callerRunsWhenRejected",1761 "tooltip": "callerRunsWhenRejected",1762 "title": "callerRunsWhenRejected"1763 }1764 }1765 },1766 "throttle": {1767 "type": "object",1768 "extends": {1769 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1770 },1771 "title": "Throttle",1772 "group": "Control Flow",1773 "description": "Throttle",1774 "tooltip": "Throttle",1775 "icon": "generic24.png",1776 "acceptInput": true,1777 "acceptOutput": true,1778 "properties": {1779 "expression": {1780 "kind": "expression",1781 "type": "org.apache.camel.model.language.ExpressionDefinition",1782 "description": "expression",1783 "tooltip": "expression",1784 "title": "expression"1785 },1786 "executorServiceRef": {1787 "type": "java.lang.String",1788 "description": "executorServiceRef",1789 "tooltip": "executorServiceRef",1790 "title": "executorServiceRef"1791 },1792 "timePeriodMillis": {1793 "type": "java.lang.Long",1794 "description": "timePeriodMillis",1795 "tooltip": "timePeriodMillis",1796 "title": "timePeriodMillis"1797 },1798 "asyncDelayed": {1799 "type": "java.lang.Boolean",1800 "description": "asyncDelayed",1801 "tooltip": "asyncDelayed",1802 "title": "asyncDelayed"1803 },1804 "callerRunsWhenRejected": {1805 "type": "java.lang.Boolean",1806 "description": "callerRunsWhenRejected",1807 "tooltip": "callerRunsWhenRejected",1808 "title": "callerRunsWhenRejected"1809 }1810 }1811 },1812 "throwException": {1813 "type": "object",1814 "extends": {1815 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1816 },1817 "title": "Throw Exception",1818 "group": "Control Flow",1819 "description": "Throw Exception",1820 "tooltip": "Throw Exception",1821 "icon": "generic24.png",1822 "nextSiblingAddedAsChild": true,1823 "properties": {1824 "ref": {1825 "type": "java.lang.String",1826 "description": "ref",1827 "tooltip": "ref",1828 "title": "ref"1829 }1830 }1831 },1832 "transacted": {1833 "type": "object",1834 "extends": {1835 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1836 },1837 "title": "Transacted",1838 "group": "Control Flow",1839 "description": "Transacted",1840 "tooltip": "Transacted",1841 "icon": "generic24.png",1842 "nextSiblingAddedAsChild": true,1843 "properties": {1844 "ref": {1845 "type": "java.lang.String",1846 "description": "ref",1847 "tooltip": "ref",1848 "title": "ref"1849 }1850 }1851 },1852 "transform": {1853 "type": "object",1854 "extends": {1855 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1856 },1857 "title": "Transform",1858 "group": "Transformation",1859 "description": "Transform",1860 "tooltip": "Transform",1861 "icon": "transform24.png",1862 "nextSiblingAddedAsChild": true,1863 "properties": {1864 "expression": {1865 "kind": "expression",1866 "type": "org.apache.camel.model.language.ExpressionDefinition",1867 "description": "expression",1868 "tooltip": "expression",1869 "title": "expression"1870 }1871 }1872 },1873 "try": {1874 "type": "object",1875 "extends": {1876 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1877 },1878 "title": "Try",1879 "group": "Control Flow",1880 "description": "Try",1881 "tooltip": "Try",1882 "icon": "generic24.png",1883 "acceptInput": true,1884 "acceptOutput": true,1885 "properties": {}1886 },1887 "unmarshal": {1888 "type": "object",1889 "extends": {1890 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1891 },1892 "title": "Unmarshal",1893 "group": "Transformation",1894 "description": "Unmarshal",1895 "tooltip": "Unmarshal",1896 "icon": "unmarshal24.png",1897 "nextSiblingAddedAsChild": true,1898 "properties": {1899 "ref": {1900 "type": "java.lang.String",1901 "description": "ref",1902 "tooltip": "ref",1903 "title": "ref"1904 },1905 "dataFormatType": {1906 "type": [1907 "org.apache.camel.model.dataformat.AvroDataFormat",1908 "org.apache.camel.model.dataformat.Base64DataFormat",1909 "org.apache.camel.model.dataformat.BeanioDataFormat",1910 "org.apache.camel.model.dataformat.BindyDataFormat",1911 "org.apache.camel.model.dataformat.CastorDataFormat",1912 "org.apache.camel.model.dataformat.CryptoDataFormat",1913 "org.apache.camel.model.dataformat.CsvDataFormat",1914 "org.apache.camel.model.dataformat.CustomDataFormat",1915 "org.apache.camel.model.dataformat.C24IODataFormat",1916 "org.apache.camel.model.dataformat.FlatpackDataFormat",1917 "org.apache.camel.model.dataformat.GzipDataFormat",1918 "org.apache.camel.model.dataformat.HL7DataFormat",1919 "org.apache.camel.model.dataformat.JaxbDataFormat",1920 "org.apache.camel.model.dataformat.JibxDataFormat",1921 "org.apache.camel.model.dataformat.JsonDataFormat",1922 "org.apache.camel.model.dataformat.ProtobufDataFormat",1923 "org.apache.camel.model.dataformat.RssDataFormat",1924 "org.apache.camel.model.dataformat.XMLSecurityDataFormat",1925 "org.apache.camel.model.dataformat.SerializationDataFormat",1926 "org.apache.camel.model.dataformat.SoapJaxbDataFormat",1927 "org.apache.camel.model.dataformat.StringDataFormat",1928 "org.apache.camel.model.dataformat.SyslogDataFormat",1929 "org.apache.camel.model.dataformat.TidyMarkupDataFormat",1930 "org.apache.camel.model.dataformat.XMLBeansDataFormat",1931 "org.apache.camel.model.dataformat.XmlJsonDataFormat",1932 "org.apache.camel.model.dataformat.XmlRpcDataFormat",1933 "org.apache.camel.model.dataformat.XStreamDataFormat",1934 "org.apache.camel.model.dataformat.PGPDataFormat",1935 "org.apache.camel.model.dataformat.ZipDataFormat",1936 "org.apache.camel.model.dataformat.ZipFileDataFormat"1937 ],1938 "description": "dataFormatType",1939 "tooltip": "dataFormatType",1940 "title": "dataFormatType"1941 }1942 }1943 },1944 "validate": {1945 "type": "object",1946 "extends": {1947 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1948 },1949 "title": "Validate",1950 "group": "Miscellaneous",1951 "description": "Validate",1952 "tooltip": "Validate",1953 "icon": "generic24.png",1954 "nextSiblingAddedAsChild": true,1955 "properties": {1956 "expression": {1957 "kind": "expression",1958 "type": "org.apache.camel.model.language.ExpressionDefinition",1959 "description": "expression",1960 "tooltip": "expression",1961 "title": "expression"1962 }1963 }1964 },1965 "when": {1966 "type": "object",1967 "extends": {1968 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1969 },1970 "title": "When",1971 "group": "Routing",1972 "description": "When",1973 "tooltip": "When",1974 "icon": "generic24.png",1975 "acceptInput": true,1976 "acceptOutput": true,1977 "properties": {1978 "expression": {1979 "kind": "expression",1980 "type": "org.apache.camel.model.language.ExpressionDefinition",1981 "description": "expression",1982 "tooltip": "expression",1983 "title": "expression"1984 }1985 }1986 },1987 "wireTap": {1988 "type": "object",1989 "extends": {1990 "type": "org.apache.camel.model.OptionalIdentifiedDefinition"1991 },1992 "title": "Wire Tap",1993 "group": "Routing",1994 "description": "Wire Tap",1995 "tooltip": "Wire Tap",1996 "icon": "wireTap24.png",1997 "nextSiblingAddedAsChild": true,1998 "properties": {1999 "uri": {2000 "type": "java.lang.String",2001 "description": "uri",2002 "tooltip": "uri",2003 "title": "uri"2004 },2005 "newExchangeProcessorRef": {2006 "type": "java.lang.String",2007 "description": "newExchangeProcessorRef",2008 "tooltip": "newExchangeProcessorRef",2009 "title": "newExchangeProcessorRef"2010 },2011 "newExchangeExpression": {2012 "kind": "expression",2013 "type": "org.apache.camel.model.language.ExpressionDefinition",2014 "description": "newExchangeExpression",2015 "tooltip": "newExchangeExpression",2016 "title": "newExchangeExpression"2017 },2018 "headers": {2019 "type": "java.util.List",2020 "description": "headers",2021 "tooltip": "headers",2022 "title": "headers"2023 },2024 "executorServiceRef": {2025 "type": "java.lang.String",2026 "description": "executorServiceRef",2027 "tooltip": "executorServiceRef",2028 "title": "executorServiceRef"2029 },2030 "onPrepareRef": {2031 "type": "java.lang.String",2032 "description": "onPrepareRef",2033 "tooltip": "onPrepareRef",2034 "title": "onPrepareRef"2035 },2036 "copy": {2037 "type": "java.lang.Boolean",2038 "description": "copy",2039 "tooltip": "copy",2040 "title": "copy"2041 }2042 }2043 },2044 "org.apache.camel.model.dataformat.StringDataFormat": {2045 "type": "object",2046 "description": "org.apache.camel.model.dataformat.String Data Format",2047 "tooltip": "org.apache.camel.model.dataformat.String Data Format",2048 "properties": {2049 "charset": {2050 "type": "java.lang.String",2051 "description": "charset",2052 "tooltip": "charset",2053 "title": "charset"2054 }2055 }2056 },2057 "org.apache.camel.model.dataformat.XMLBeansDataFormat": {2058 "type": "object",2059 "description": "org.apache.camel.model.dataformat.XMLBeans Data Format",2060 "tooltip": "org.apache.camel.model.dataformat.XMLBeans Data Format",2061 "properties": {2062 "prettyPrint": {2063 "type": "java.lang.Boolean",2064 "description": "prettyPrint",2065 "tooltip": "prettyPrint",2066 "title": "prettyPrint"2067 }2068 }2069 },2070 "org.apache.camel.model.config.StreamResequencerConfig": {2071 "type": "object",2072 "description": "org.apache.camel.model.config.Stream Resequencer Config",2073 "tooltip": "org.apache.camel.model.config.Stream Resequencer Config",2074 "properties": {2075 "capacity": {2076 "type": "java.lang.Integer",2077 "description": "capacity",2078 "tooltip": "capacity",2079 "title": "capacity"2080 },2081 "timeout": {2082 "type": "java.lang.Long",2083 "description": "timeout",2084 "tooltip": "timeout",2085 "title": "timeout"2086 },2087 "ignoreInvalidExchanges": {2088 "type": "java.lang.Boolean",2089 "description": "ignoreInvalidExchanges",2090 "tooltip": "ignoreInvalidExchanges",2091 "title": "ignoreInvalidExchanges"2092 },2093 "rejectOld": {2094 "type": "java.lang.Boolean",2095 "description": "rejectOld",2096 "tooltip": "rejectOld",2097 "title": "rejectOld"2098 }2099 }2100 },2101 "org.apache.camel.model.dataformat.JibxDataFormat": {2102 "type": "object",2103 "description": "org.apache.camel.model.dataformat.Jibx Data Format",2104 "tooltip": "org.apache.camel.model.dataformat.Jibx Data Format",2105 "properties": {2106 "dataFormatName": {2107 "type": "java.lang.String",2108 "description": "dataFormatName",2109 "tooltip": "dataFormatName",2110 "optional": true,2111 "title": "dataFormatName"2112 },2113 "unmarshallTypeName": {2114 "type": "java.lang.String",2115 "description": "unmarshallTypeName",2116 "tooltip": "unmarshallTypeName",2117 "optional": true,2118 "title": "unmarshallTypeName"2119 }2120 }2121 },2122 "org.apache.camel.model.dataformat.BeanioDataFormat": {2123 "type": "object",2124 "description": "org.apache.camel.model.dataformat.Beanio Data Format",2125 "tooltip": "org.apache.camel.model.dataformat.Beanio Data Format",2126 "properties": {2127 "mapping": {2128 "type": "java.lang.String",2129 "description": "mapping",2130 "tooltip": "mapping",2131 "title": "mapping"2132 },2133 "streamName": {2134 "type": "java.lang.String",2135 "description": "streamName",2136 "tooltip": "streamName",2137 "title": "streamName"2138 },2139 "encoding": {2140 "type": "java.lang.String",2141 "description": "encoding",2142 "tooltip": "encoding",2143 "title": "encoding"2144 },2145 "ignoreUnidentifiedRecords": {2146 "type": "java.lang.Boolean",2147 "description": "ignoreUnidentifiedRecords",2148 "tooltip": "ignoreUnidentifiedRecords",2149 "title": "ignoreUnidentifiedRecords"2150 },2151 "ignoreUnexpectedRecords": {2152 "type": "java.lang.Boolean",2153 "description": "ignoreUnexpectedRecords",2154 "tooltip": "ignoreUnexpectedRecords",2155 "title": "ignoreUnexpectedRecords"2156 },2157 "ignoreInvalidRecords": {2158 "type": "java.lang.Boolean",2159 "description": "ignoreInvalidRecords",2160 "tooltip": "ignoreInvalidRecords",2161 "title": "ignoreInvalidRecords"2162 }2163 }2164 },2165 "org.apache.camel.model.loadbalancer.StickyLoadBalancer": {2166 "type": "object",2167 "description": "org.apache.camel.model.loadbalancer.Sticky Load Balancer",2168 "tooltip": "org.apache.camel.model.loadbalancer.Sticky Load Balancer",2169 "properties": {2170 "correlationExpression": {2171 "kind": "expression",2172 "type": "org.apache.camel.model.language.ExpressionDefinition",2173 "description": "correlationExpression",2174 "tooltip": "correlationExpression",2175 "title": "correlationExpression"2176 }2177 }2178 },2179 "org.apache.camel.model.language.Expression": {2180 "type": "object",2181 "description": "org.apache.camel.model.language.Expression",2182 "tooltip": "org.apache.camel.model.language.Expression",2183 "properties": {2184 "expression": {2185 "type": "java.lang.String",2186 "description": "expression",2187 "tooltip": "expression",2188 "title": "expression"2189 },2190 "trim": {2191 "type": "java.lang.Boolean",2192 "description": "trim",2193 "tooltip": "trim",2194 "title": "trim"2195 }2196 }2197 },2198 "org.apache.camel.model.dataformat.XMLSecurityDataFormat": {2199 "type": "object",2200 "description": "org.apache.camel.model.dataformat.XMLSecurity Data Format",2201 "tooltip": "org.apache.camel.model.dataformat.XMLSecurity Data Format",2202 "properties": {2203 "xmlCipherAlgorithm": {2204 "type": "java.lang.String",2205 "description": "xmlCipherAlgorithm",2206 "tooltip": "xmlCipherAlgorithm",2207 "title": "xmlCipherAlgorithm"2208 },2209 "passPhrase": {2210 "type": "java.lang.String",2211 "description": "passPhrase",2212 "tooltip": "passPhrase",2213 "title": "passPhrase"2214 },2215 "secureTag": {2216 "type": "java.lang.String",2217 "description": "secureTag",2218 "tooltip": "secureTag",2219 "title": "secureTag"2220 },2221 "keyCipherAlgorithm": {2222 "type": "java.lang.String",2223 "description": "keyCipherAlgorithm",2224 "tooltip": "keyCipherAlgorithm",2225 "title": "keyCipherAlgorithm"2226 },2227 "recipientKeyAlias": {2228 "type": "java.lang.String",2229 "description": "recipientKeyAlias",2230 "tooltip": "recipientKeyAlias",2231 "title": "recipientKeyAlias"2232 },2233 "keyOrTrustStoreParametersId": {2234 "type": "java.lang.String",2235 "description": "keyOrTrustStoreParametersId",2236 "tooltip": "keyOrTrustStoreParametersId",2237 "title": "keyOrTrustStoreParametersId"2238 },2239 "keyPassword": {2240 "type": "java.lang.String",2241 "description": "keyPassword",2242 "tooltip": "keyPassword",2243 "title": "keyPassword"2244 },2245 "secureTagContents": {2246 "type": "java.lang.Boolean",2247 "description": "secureTagContents",2248 "tooltip": "secureTagContents",2249 "title": "secureTagContents"2250 }2251 }2252 },2253 "org.apache.camel.model.dataformat.CastorDataFormat": {2254 "type": "object",2255 "description": "org.apache.camel.model.dataformat.Castor Data Format",2256 "tooltip": "org.apache.camel.model.dataformat.Castor Data Format",2257 "properties": {2258 "mappingFile": {2259 "type": "java.lang.String",2260 "description": "mappingFile",2261 "tooltip": "mappingFile",2262 "title": "mappingFile"2263 },2264 "encoding": {2265 "type": "java.lang.String",2266 "description": "encoding",2267 "tooltip": "encoding",2268 "title": "encoding"2269 },2270 "validation": {2271 "type": "java.lang.Boolean",2272 "description": "validation",2273 "tooltip": "validation",2274 "title": "validation"2275 },2276 "packages": {2277 "type": "[Ljava.lang.String;",2278 "description": "packages",2279 "tooltip": "packages",2280 "title": "packages"2281 },2282 "classes": {2283 "type": "[Ljava.lang.String;",2284 "description": "classes",2285 "tooltip": "classes",2286 "title": "classes"2287 }2288 }2289 },2290 "org.apache.camel.model.Description": {2291 "type": "object",2292 "description": "org.apache.camel.model.Description",2293 "tooltip": "org.apache.camel.model.Description",2294 "properties": {2295 "lang": {2296 "type": "java.lang.String",2297 "description": "lang",2298 "tooltip": "lang",2299 "title": "lang"2300 },2301 "text": {2302 "type": "java.lang.String",2303 "description": "text",2304 "tooltip": "text",2305 "title": "text"2306 },2307 "layoutX": {2308 "type": "java.lang.Double",2309 "description": "layoutX",2310 "tooltip": "layoutX",2311 "title": "layoutX"2312 },2313 "layoutY": {2314 "type": "java.lang.Double",2315 "description": "layoutY",2316 "tooltip": "layoutY",2317 "title": "layoutY"2318 },2319 "layoutWidth": {2320 "type": "java.lang.Double",2321 "description": "layoutWidth",2322 "tooltip": "layoutWidth",2323 "title": "layoutWidth"2324 },2325 "layoutHeight": {2326 "type": "java.lang.Double",2327 "description": "layoutHeight",2328 "tooltip": "layoutHeight",2329 "title": "layoutHeight"2330 }2331 }2332 },2333 "org.apache.camel.model.dataformat.FlatpackDataFormat": {2334 "type": "object",2335 "description": "org.apache.camel.model.dataformat.Flatpack Data Format",2336 "tooltip": "org.apache.camel.model.dataformat.Flatpack Data Format",2337 "properties": {}2338 },2339 "org.apache.camel.model.dataformat.SyslogDataFormat": {2340 "type": "object",2341 "description": "org.apache.camel.model.dataformat.Syslog Data Format",2342 "tooltip": "org.apache.camel.model.dataformat.Syslog Data Format",2343 "properties": {}2344 },2345 "org.apache.camel.model.dataformat.ZipDataFormat": {2346 "type": "object",2347 "description": "org.apache.camel.model.dataformat.Zip Data Format",2348 "tooltip": "org.apache.camel.model.dataformat.Zip Data Format",2349 "properties": {2350 "compressionLevel": {2351 "type": "java.lang.Integer",2352 "description": "compressionLevel",2353 "tooltip": "compressionLevel",2354 "title": "compressionLevel"2355 }2356 }2357 },2358 "org.apache.camel.model.dataformat.CryptoDataFormat": {2359 "type": "object",2360 "description": "org.apache.camel.model.dataformat.Crypto Data Format",2361 "tooltip": "org.apache.camel.model.dataformat.Crypto Data Format",2362 "properties": {2363 "algorithm": {2364 "type": "java.lang.String",2365 "description": "algorithm",2366 "tooltip": "algorithm",2367 "title": "algorithm"2368 },2369 "cryptoProvider": {2370 "type": "java.lang.String",2371 "description": "cryptoProvider",2372 "tooltip": "cryptoProvider",2373 "title": "cryptoProvider"2374 },2375 "keyRef": {2376 "type": "java.lang.String",2377 "description": "keyRef",2378 "tooltip": "keyRef",2379 "title": "keyRef"2380 },2381 "initVectorRef": {2382 "type": "java.lang.String",2383 "description": "initVectorRef",2384 "tooltip": "initVectorRef",2385 "title": "initVectorRef"2386 },2387 "algorithmParameterRef": {2388 "type": "java.lang.String",2389 "description": "algorithmParameterRef",2390 "tooltip": "algorithmParameterRef",2391 "title": "algorithmParameterRef"2392 },2393 "macAlgorithm": {2394 "type": "java.lang.String",2395 "description": "macAlgorithm",2396 "tooltip": "macAlgorithm",2397 "title": "macAlgorithm"2398 },2399 "buffersize": {2400 "type": "java.lang.Integer",2401 "description": "buffersize",2402 "tooltip": "buffersize",2403 "title": "buffersize"2404 },2405 "shouldAppendHMAC": {2406 "type": "java.lang.Boolean",2407 "description": "shouldAppendHMAC",2408 "tooltip": "shouldAppendHMAC",2409 "title": "shouldAppendHMAC"2410 },2411 "inline": {2412 "type": "java.lang.Boolean",2413 "description": "inline",2414 "tooltip": "inline",2415 "title": "inline"2416 }2417 }2418 },2419 "org.apache.camel.model.dataformat.HL7DataFormat": {2420 "type": "object",2421 "description": "org.apache.camel.model.dataformat.HL7Data Format",2422 "tooltip": "org.apache.camel.model.dataformat.HL7Data Format",2423 "properties": {2424 "validate": {2425 "type": "java.lang.Boolean",2426 "description": "validate",2427 "tooltip": "validate",2428 "title": "validate"2429 }2430 }2431 },2432 "org.apache.camel.model.dataformat.Base64DataFormat": {2433 "type": "object",2434 "description": "org.apache.camel.model.dataformat.Base64Data Format",2435 "tooltip": "org.apache.camel.model.dataformat.Base64Data Format",2436 "properties": {2437 "lineSeparator": {2438 "type": "java.lang.String",2439 "description": "lineSeparator",2440 "tooltip": "lineSeparator",2441 "title": "lineSeparator"2442 },2443 "lineLength": {2444 "type": "java.lang.Integer",2445 "description": "lineLength",2446 "tooltip": "lineLength",2447 "title": "lineLength"2448 },2449 "urlSafe": {2450 "type": "java.lang.Boolean",2451 "description": "urlSafe",2452 "tooltip": "urlSafe",2453 "title": "urlSafe"2454 }2455 }2456 },2457 "org.apache.camel.model.dataformat.XmlJsonDataFormat": {2458 "type": "object",2459 "description": "org.apache.camel.model.dataformat.Xml Json Data Format",2460 "tooltip": "org.apache.camel.model.dataformat.Xml Json Data Format",2461 "properties": {2462 "encoding": {2463 "type": "java.lang.String",2464 "description": "encoding",2465 "tooltip": "encoding",2466 "title": "encoding"2467 },2468 "elementName": {2469 "type": "java.lang.String",2470 "description": "elementName",2471 "tooltip": "elementName",2472 "title": "elementName"2473 },2474 "arrayName": {2475 "type": "java.lang.String",2476 "description": "arrayName",2477 "tooltip": "arrayName",2478 "title": "arrayName"2479 },2480 "rootName": {2481 "type": "java.lang.String",2482 "description": "rootName",2483 "tooltip": "rootName",2484 "title": "rootName"2485 },2486 "expandableProperties": {2487 "type": "java.util.List",2488 "description": "expandableProperties",2489 "tooltip": "expandableProperties",2490 "title": "expandableProperties"2491 },2492 "typeHints": {2493 "type": "java.lang.String",2494 "description": "typeHints",2495 "tooltip": "typeHints",2496 "title": "typeHints"2497 },2498 "forceTopLevelObject": {2499 "type": "java.lang.Boolean",2500 "description": "forceTopLevelObject",2501 "tooltip": "forceTopLevelObject",2502 "title": "forceTopLevelObject"2503 },2504 "namespaceLenient": {2505 "type": "java.lang.Boolean",2506 "description": "namespaceLenient",2507 "tooltip": "namespaceLenient",2508 "title": "namespaceLenient"2509 },2510 "skipWhitespace": {2511 "type": "java.lang.Boolean",2512 "description": "skipWhitespace",2513 "tooltip": "skipWhitespace",2514 "title": "skipWhitespace"2515 },2516 "trimSpaces": {2517 "type": "java.lang.Boolean",2518 "description": "trimSpaces",2519 "tooltip": "trimSpaces",2520 "title": "trimSpaces"2521 },2522 "skipNamespaces": {2523 "type": "java.lang.Boolean",2524 "description": "skipNamespaces",2525 "tooltip": "skipNamespaces",2526 "title": "skipNamespaces"2527 },2528 "removeNamespacePrefixes": {2529 "type": "java.lang.Boolean",2530 "description": "removeNamespacePrefixes",2531 "tooltip": "removeNamespacePrefixes",2532 "title": "removeNamespacePrefixes"2533 }2534 }2535 },2536 "org.apache.camel.model.dataformat.SerializationDataFormat": {2537 "type": "object",2538 "description": "org.apache.camel.model.dataformat.Serialization Data Format",2539 "tooltip": "org.apache.camel.model.dataformat.Serialization Data Format",2540 "properties": {}2541 },2542 "org.apache.camel.model.dataformat.JsonDataFormat": {2543 "type": "object",2544 "description": "org.apache.camel.model.dataformat.Json Data Format",2545 "tooltip": "org.apache.camel.model.dataformat.Json Data Format",2546 "properties": {2547 "unmarshalTypeName": {2548 "type": "java.lang.String",2549 "description": "unmarshalTypeName",2550 "tooltip": "unmarshalTypeName",2551 "title": "unmarshalTypeName"2552 },2553 "prettyPrint": {2554 "type": "java.lang.Boolean",2555 "description": "prettyPrint",2556 "tooltip": "prettyPrint",2557 "title": "prettyPrint"2558 },2559 "library": {2560 "type": "org.apache.camel.model.dataformat.JsonLibrary",2561 "description": "library",2562 "tooltip": "library",2563 "title": "library"2564 }2565 }2566 },2567 "org.apache.camel.model.loadbalancer.CustomLoadBalancer": {2568 "type": "object",2569 "description": "org.apache.camel.model.loadbalancer.Custom Load Balancer",2570 "tooltip": "org.apache.camel.model.loadbalancer.Custom Load Balancer",2571 "properties": {2572 "ref": {2573 "type": "java.lang.String",2574 "description": "ref",2575 "tooltip": "ref",2576 "title": "ref"2577 }2578 }2579 },2580 "org.apache.camel.model.dataformat.CustomDataFormat": {2581 "type": "object",2582 "description": "org.apache.camel.model.dataformat.Custom Data Format",2583 "tooltip": "org.apache.camel.model.dataformat.Custom Data Format",2584 "properties": {2585 "ref": {2586 "type": "java.lang.String",2587 "description": "ref",2588 "tooltip": "ref",2589 "title": "ref"2590 }2591 }2592 },2593 "org.apache.camel.model.config.BatchResequencerConfig": {2594 "type": "object",2595 "description": "org.apache.camel.model.config.Batch Resequencer Config",2596 "tooltip": "org.apache.camel.model.config.Batch Resequencer Config",2597 "properties": {2598 "batchSize": {2599 "type": "java.lang.Integer",2600 "description": "batchSize",2601 "tooltip": "batchSize",2602 "title": "batchSize"2603 },2604 "batchTimeout": {2605 "type": "java.lang.Long",2606 "description": "batchTimeout",2607 "tooltip": "batchTimeout",2608 "title": "batchTimeout"2609 },2610 "allowDuplicates": {2611 "type": "java.lang.Boolean",2612 "description": "allowDuplicates",2613 "tooltip": "allowDuplicates",2614 "title": "allowDuplicates"2615 },2616 "reverse": {2617 "type": "java.lang.Boolean",2618 "description": "reverse",2619 "tooltip": "reverse",2620 "title": "reverse"2621 },2622 "ignoreInvalidExchanges": {2623 "type": "java.lang.Boolean",2624 "description": "ignoreInvalidExchanges",2625 "tooltip": "ignoreInvalidExchanges",2626 "title": "ignoreInvalidExchanges"2627 }2628 }2629 },2630 "org.apache.camel.model.dataformat.ZipFileDataFormat": {2631 "type": "object",2632 "description": "org.apache.camel.model.dataformat.Zip File Data Format",2633 "tooltip": "org.apache.camel.model.dataformat.Zip File Data Format",2634 "properties": {2635 "usingIterator": {2636 "type": "java.lang.Boolean",2637 "description": "usingIterator",2638 "tooltip": "usingIterator",2639 "title": "usingIterator"2640 }2641 }2642 },2643 "org.apache.camel.model.dataformat.TidyMarkupDataFormat": {2644 "type": "object",2645 "description": "org.apache.camel.model.dataformat.Tidy Markup Data Format",2646 "tooltip": "org.apache.camel.model.dataformat.Tidy Markup Data Format",2647 "properties": {2648 "dataObjectTypeName": {2649 "type": "java.lang.String",2650 "description": "dataObjectTypeName",2651 "tooltip": "dataObjectTypeName",2652 "title": "dataObjectTypeName"2653 }2654 }2655 },2656 "org.apache.camel.model.dataformat.XStreamDataFormat": {2657 "type": "object",2658 "description": "org.apache.camel.model.dataformat.XStream Data Format",2659 "tooltip": "org.apache.camel.model.dataformat.XStream Data Format",2660 "properties": {2661 "converters": {2662 "type": "java.util.List",2663 "description": "converters",2664 "tooltip": "converters",2665 "optional": true,2666 "title": "converters"2667 },2668 "dataFormatName": {2669 "type": "java.lang.String",2670 "description": "dataFormatName",2671 "tooltip": "dataFormatName",2672 "optional": true,2673 "title": "dataFormatName"2674 },2675 "driver": {2676 "type": "java.lang.String",2677 "description": "driver",2678 "tooltip": "driver",2679 "optional": true,2680 "title": "driver"2681 },2682 "driverRef": {2683 "type": "java.lang.String",2684 "description": "driverRef",2685 "tooltip": "driverRef",2686 "optional": true,2687 "title": "driverRef"2688 },2689 "encoding": {2690 "type": "java.lang.String",2691 "description": "encoding",2692 "tooltip": "encoding",2693 "optional": true,2694 "title": "encoding"2695 }2696 }2697 },2698 "org.apache.camel.model.dataformat.JaxbDataFormat": {2699 "type": "object",2700 "description": "org.apache.camel.model.dataformat.Jaxb Data Format",2701 "tooltip": "org.apache.camel.model.dataformat.Jaxb Data Format",2702 "properties": {2703 "contextPath": {2704 "type": "java.lang.String",2705 "description": "contextPath",2706 "tooltip": "contextPath",2707 "title": "contextPath"2708 },2709 "schema": {2710 "type": "java.lang.String",2711 "description": "schema",2712 "tooltip": "schema",2713 "title": "schema"2714 },2715 "encoding": {2716 "type": "java.lang.String",2717 "description": "encoding",2718 "tooltip": "encoding",2719 "title": "encoding"2720 },2721 "partClass": {2722 "type": "java.lang.String",2723 "description": "partClass",2724 "tooltip": "partClass",2725 "title": "partClass"2726 },2727 "partNamespace": {2728 "type": "java.lang.String",2729 "description": "partNamespace",2730 "tooltip": "partNamespace",2731 "title": "partNamespace"2732 },2733 "namespacePrefixRef": {2734 "type": "java.lang.String",2735 "description": "namespacePrefixRef",2736 "tooltip": "namespacePrefixRef",2737 "title": "namespacePrefixRef"2738 },2739 "prettyPrint": {2740 "type": "java.lang.Boolean",2741 "description": "prettyPrint",2742 "tooltip": "prettyPrint",2743 "title": "prettyPrint"2744 },2745 "ignoreJAXBElement": {2746 "type": "java.lang.Boolean",2747 "description": "ignoreJAXBElement",2748 "tooltip": "ignoreJAXBElement",2749 "title": "ignoreJAXBElement"2750 },2751 "filterNonXmlChars": {2752 "type": "java.lang.Boolean",2753 "description": "filterNonXmlChars",2754 "tooltip": "filterNonXmlChars",2755 "title": "filterNonXmlChars"2756 },2757 "fragment": {2758 "type": "java.lang.Boolean",2759 "description": "fragment",2760 "tooltip": "fragment",2761 "title": "fragment"2762 }2763 }2764 },2765 "org.apache.camel.model.dataformat.ProtobufDataFormat": {2766 "type": "object",2767 "description": "org.apache.camel.model.dataformat.Protobuf Data Format",2768 "tooltip": "org.apache.camel.model.dataformat.Protobuf Data Format",2769 "properties": {2770 "instanceClass": {2771 "type": "java.lang.String",2772 "description": "instanceClass",2773 "tooltip": "instanceClass",2774 "title": "instanceClass"2775 }2776 }2777 },2778 "org.apache.camel.model.dataformat.BindyDataFormat": {2779 "type": "object",2780 "description": "org.apache.camel.model.dataformat.Bindy Data Format",2781 "tooltip": "org.apache.camel.model.dataformat.Bindy Data Format",2782 "properties": {2783 "classType": {2784 "type": "java.lang.String",2785 "description": "classType",2786 "tooltip": "classType",2787 "title": "classType"2788 },2789 "locale": {2790 "type": "java.lang.String",2791 "description": "locale",2792 "tooltip": "locale",2793 "title": "locale"2794 },2795 "type": {2796 "type": "org.apache.camel.model.dataformat.BindyType",2797 "description": "type",2798 "tooltip": "type",2799 "title": "type"2800 },2801 "packages": {2802 "type": "[Ljava.lang.String;",2803 "description": "packages",2804 "tooltip": "packages",2805 "title": "packages"2806 }2807 }2808 },2809 "org.apache.camel.model.dataformat.C24IODataFormat": {2810 "type": "object",2811 "description": "org.apache.camel.model.dataformat.C24IOData Format",2812 "tooltip": "org.apache.camel.model.dataformat.C24IOData Format",2813 "properties": {2814 "elementTypeName": {2815 "type": "java.lang.String",2816 "description": "elementTypeName",2817 "tooltip": "elementTypeName",2818 "title": "elementTypeName"2819 },2820 "contentType": {2821 "type": "org.apache.camel.model.dataformat.C24IOContentType",2822 "description": "contentType",2823 "tooltip": "contentType",2824 "title": "contentType"2825 }2826 }2827 },2828 "org.apache.camel.model.dataformat.GzipDataFormat": {2829 "type": "object",2830 "description": "org.apache.camel.model.dataformat.Gzip Data Format",2831 "tooltip": "org.apache.camel.model.dataformat.Gzip Data Format",2832 "properties": {}2833 },2834 "org.apache.camel.model.loadbalancer.FailoverLoadBalancer": {2835 "type": "object",2836 "description": "org.apache.camel.model.loadbalancer.Failover Load Balancer",2837 "tooltip": "org.apache.camel.model.loadbalancer.Failover Load Balancer",2838 "properties": {2839 "exceptions": {2840 "type": "java.util.List",2841 "description": "exceptions",2842 "tooltip": "exceptions",2843 "title": "exceptions"2844 },2845 "roundRobin": {2846 "type": "java.lang.Boolean",2847 "description": "roundRobin",2848 "tooltip": "roundRobin",2849 "title": "roundRobin"2850 },2851 "maximumFailoverAttempts": {2852 "type": "java.lang.Integer",2853 "description": "maximumFailoverAttempts",2854 "tooltip": "maximumFailoverAttempts",2855 "title": "maximumFailoverAttempts"2856 }2857 }2858 },2859 "org.apache.camel.model.loadbalancer.TopicLoadBalancer": {2860 "type": "object",2861 "description": "org.apache.camel.model.loadbalancer.Topic Load Balancer",2862 "tooltip": "org.apache.camel.model.loadbalancer.Topic Load Balancer",2863 "properties": {}2864 },2865 "org.apache.camel.model.dataformat.XmlRpcDataFormat": {2866 "type": "object",2867 "description": "org.apache.camel.model.dataformat.Xml Rpc Data Format",2868 "tooltip": "org.apache.camel.model.dataformat.Xml Rpc Data Format",2869 "properties": {2870 "request": {2871 "type": "java.lang.Boolean",2872 "description": "request",2873 "tooltip": "request",2874 "title": "request"2875 }2876 }2877 },2878 "org.apache.camel.model.loadbalancer.RoundRobinLoadBalancer": {2879 "type": "object",2880 "description": "org.apache.camel.model.loadbalancer.Round Robin Load Balancer",2881 "tooltip": "org.apache.camel.model.loadbalancer.Round Robin Load Balancer",2882 "properties": {}2883 },2884 "org.apache.camel.model.dataformat.RssDataFormat": {2885 "type": "object",2886 "description": "org.apache.camel.model.dataformat.Rss Data Format",2887 "tooltip": "org.apache.camel.model.dataformat.Rss Data Format",2888 "properties": {}2889 },2890 "org.apache.camel.model.dataformat.PGPDataFormat": {2891 "type": "object",2892 "description": "org.apache.camel.model.dataformat.PGPData Format",2893 "tooltip": "org.apache.camel.model.dataformat.PGPData Format",2894 "properties": {2895 "keyUserid": {2896 "type": "java.lang.String",2897 "description": "keyUserid",2898 "tooltip": "keyUserid",2899 "title": "keyUserid"2900 },2901 "password": {2902 "type": "java.lang.String",2903 "description": "password",2904 "tooltip": "password",2905 "title": "password"2906 },2907 "keyFileName": {2908 "type": "java.lang.String",2909 "description": "keyFileName",2910 "tooltip": "keyFileName",2911 "title": "keyFileName"2912 },2913 "armored": {2914 "type": "java.lang.Boolean",2915 "description": "armored",2916 "tooltip": "armored",2917 "title": "armored"2918 },2919 "integrity": {2920 "type": "java.lang.Boolean",2921 "description": "integrity",2922 "tooltip": "integrity",2923 "title": "integrity"2924 }2925 }2926 },2927 "org.apache.camel.model.dataformat.SoapJaxbDataFormat": {2928 "type": "object",2929 "description": "org.apache.camel.model.dataformat.Soap Jaxb Data Format",2930 "tooltip": "org.apache.camel.model.dataformat.Soap Jaxb Data Format",2931 "properties": {2932 "contextPath": {2933 "type": "java.lang.String",2934 "description": "contextPath",2935 "tooltip": "contextPath",2936 "title": "contextPath"2937 },2938 "encoding": {2939 "type": "java.lang.String",2940 "description": "encoding",2941 "tooltip": "encoding",2942 "title": "encoding"2943 },2944 "elementNameStrategyRef": {2945 "type": "java.lang.String",2946 "description": "elementNameStrategyRef",2947 "tooltip": "elementNameStrategyRef",2948 "title": "elementNameStrategyRef"2949 },2950 "version": {2951 "type": "java.lang.String",2952 "description": "version",2953 "tooltip": "version",2954 "title": "version"2955 },2956 "namespacePrefixRef": {2957 "type": "java.lang.String",2958 "description": "namespacePrefixRef",2959 "tooltip": "namespacePrefixRef",2960 "title": "namespacePrefixRef"2961 }2962 }2963 },2964 "org.apache.camel.model.loadbalancer.WeightedLoadBalancer": {2965 "type": "object",2966 "description": "org.apache.camel.model.loadbalancer.Weighted Load Balancer",2967 "tooltip": "org.apache.camel.model.loadbalancer.Weighted Load Balancer",2968 "properties": {2969 "distributionRatio": {2970 "type": "java.lang.String",2971 "description": "distributionRatio",2972 "tooltip": "distributionRatio",2973 "title": "distributionRatio"2974 },2975 "distributionRatioDelimiter": {2976 "type": "java.lang.String",2977 "description": "distributionRatioDelimiter",2978 "tooltip": "distributionRatioDelimiter",2979 "title": "distributionRatioDelimiter"2980 },2981 "roundRobin": {2982 "type": "java.lang.Boolean",2983 "description": "roundRobin",2984 "tooltip": "roundRobin",2985 "title": "roundRobin"2986 }2987 }2988 },2989 "org.apache.camel.model.loadbalancer.RandomLoadBalancer": {2990 "type": "object",2991 "description": "org.apache.camel.model.loadbalancer.Random Load Balancer",2992 "tooltip": "org.apache.camel.model.loadbalancer.Random Load Balancer",2993 "properties": {}2994 },2995 "org.apache.camel.model.dataformat.AvroDataFormat": {2996 "type": "object",2997 "description": "org.apache.camel.model.dataformat.Avro Data Format",2998 "tooltip": "org.apache.camel.model.dataformat.Avro Data Format",2999 "properties": {3000 "instanceClassName": {3001 "type": "java.lang.String",3002 "description": "instanceClassName",3003 "tooltip": "instanceClassName",3004 "title": "instanceClassName"3005 }3006 }3007 },3008 "org.apache.camel.model.dataformat.CsvDataFormat": {3009 "type": "object",3010 "description": "org.apache.camel.model.dataformat.Csv Data Format",3011 "tooltip": "org.apache.camel.model.dataformat.Csv Data Format",3012 "properties": {3013 "delimiter": {3014 "type": "java.lang.String",3015 "description": "delimiter",3016 "tooltip": "delimiter",3017 "title": "delimiter"3018 },3019 "configRef": {3020 "type": "java.lang.String",3021 "description": "configRef",3022 "tooltip": "configRef",3023 "title": "configRef"3024 },3025 "strategyRef": {3026 "type": "java.lang.String",3027 "description": "strategyRef",3028 "tooltip": "strategyRef",3029 "title": "strategyRef"3030 },3031 "autogenColumns": {3032 "type": "java.lang.Boolean",3033 "description": "autogenColumns",3034 "tooltip": "autogenColumns",3035 "title": "autogenColumns"3036 },3037 "skipFirstLine": {3038 "type": "java.lang.Boolean",3039 "description": "skipFirstLine",3040 "tooltip": "skipFirstLine",3041 "title": "skipFirstLine"3042 }3043 }3044 }3045 },3046 "languages": {3047 "constant": {3048 "name": "Constant",3049 "description": "Constant expression"3050 },3051 "el": {3052 "name": "EL",3053 "description": "Unified expression language from JSP / JSTL / JSF"3054 },3055 "header": {3056 "name": "Header",3057 "description": "Header value"3058 },3059 "javaScript": {3060 "name": "JavaScript",3061 "description": "JavaScript expression"3062 },3063 "jxpath": {3064 "name": "JXPath",3065 "description": "JXPath expression"3066 },3067 "method": {3068 "name": "Method",3069 "description": "Method call expression"3070 },3071 "mvel": {3072 "name": "MVEL",3073 "description": "MVEL expression"3074 },3075 "ognl": {3076 "name": "OGNL",3077 "description": "OGNL expression"3078 },3079 "groovy": {3080 "name": "Groovy",3081 "description": "Groovy expression"3082 },3083 "property": {3084 "name": "Property",3085 "description": "Property value"3086 },3087 "python": {3088 "name": "Python",3089 "description": "Python expression"3090 },3091 "php": {3092 "name": "PHP",3093 "description": "PHP expression"3094 },3095 "ref": {3096 "name": "Ref",3097 "description": "Reference to a bean expression"3098 },3099 "ruby": {3100 "name": "Ruby",3101 "description": "Ruby expression"3102 },3103 "simple": {3104 "name": "Simple",3105 "description": "Simple expression language from Camel"3106 },3107 "spel": {3108 "name": "Spring EL",3109 "description": "Spring expression language"3110 },3111 "sql": {3112 "name": "SQL",3113 "description": "SQL expression"3114 },3115 "tokenize": {3116 "name": "Tokenizer",3117 "description": "Tokenizing expression"3118 },3119 "xpath": {3120 "name": "XPath",3121 "description": "XPath expression"3122 },3123 "xquery": {3124 "name": "XQuery",3125 "description": "XQuery expression"3126 }3127 }...

Full Screen

Full Screen

index.d.ts

Source:index.d.ts Github

copy

Full Screen

1declare namespace camelcase {2 interface Options {3 /**4 Uppercase the first character: `foo-bar` → `FooBar`.5 @default false6 */7 readonly pascalCase?: boolean;8 /**9 Preserve the consecutive uppercase characters: `foo-BAR` → `FooBAR`.10 @default false11 */12 readonly preserveConsecutiveUppercase?: boolean;13 /**14 The locale parameter indicates the locale to be used to convert to upper/lower case according to any locale-specific case mappings. If multiple locales are given in an array, the best available locale is used.15 Setting `locale: false` ignores the platform locale and uses the [Unicode Default Case Conversion](https://unicode-org.github.io/icu/userguide/transforms/casemappings.html#simple-single-character-case-mapping) algorithm.16 Default: The host environment’s current locale.17 @example18 ```19 import camelCase = require('camelcase');20 camelCase('lorem-ipsum', {locale: 'en-US'});21 //=> 'loremIpsum'22 camelCase('lorem-ipsum', {locale: 'tr-TR'});23 //=> 'loremİpsum'24 camelCase('lorem-ipsum', {locale: ['en-US', 'en-GB']});25 //=> 'loremIpsum'26 camelCase('lorem-ipsum', {locale: ['tr', 'TR', 'tr-TR']});27 //=> 'loremİpsum'28 ```29 */30 readonly locale?: false | string | readonly string[];31 }32}33/**34Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`.35Correctly handles Unicode strings.36@param input - String to convert to camel case.37@example38```39import camelCase = require('camelcase');40camelCase('foo-bar');41//=> 'fooBar'42camelCase('foo_bar');43//=> 'fooBar'44camelCase('Foo-Bar');45//=> 'fooBar'46camelCase('розовый_пушистый_единорог');47//=> 'розовыйПушистыйЕдинорог'48camelCase('Foo-Bar', {pascalCase: true});49//=> 'FooBar'50camelCase('--foo.bar', {pascalCase: false});51//=> 'fooBar'52camelCase('Foo-BAR', {preserveConsecutiveUppercase: true});53//=> 'fooBAR'54camelCase('fooBAR', {pascalCase: true, preserveConsecutiveUppercase: true}));55//=> 'FooBAR'56camelCase('foo bar');57//=> 'fooBar'58console.log(process.argv[3]);59//=> '--foo-bar'60camelCase(process.argv[3]);61//=> 'fooBar'62camelCase(['foo', 'bar']);63//=> 'fooBar'64camelCase(['__foo__', '--bar'], {pascalCase: true});65//=> 'FooBar'66camelCase(['foo', 'BAR'], {pascalCase: true, preserveConsecutiveUppercase: true})67//=> 'FooBAR'68camelCase('lorem-ipsum', {locale: 'en-US'});69//=> 'loremIpsum'70```71*/72declare function camelcase(73 input: string | readonly string[],74 options?: camelcase.Options75): string;...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1import { configure, addDecorator } from '@storybook/react';2import { withKnobs } from '@storybook/addon-knobs';3import { withA11y } from '@storybook/addon-a11y';4import { withInfo } from '@storybook/addon-info';5addDecorator(withKnobs);6addDecorator(withA11y);7addDecorator(withInfo);8configure(require.context('../src', true, /\.stories\.js$/), module);

Full Screen

Using AI Code Generation

copy

Full Screen

1import { camel } from 'storybook-root';2import { kebab } from 'storybook-root';3import { snake } from 'storybook-root';4import { param } from 'storybook-root';5import { pascal } from 'storybook-root';6import { title } from 'storybook-root';7import { constant } from 'storybook-root';8import { dot } from 'storybook-root';9import { sentence } from 'storybook-root';10import { swap } from 'storybook-root';11import { header } from 'storybook-root';12import { no } from 'storybook-root';13import { lower } from 'storybook-root';14import { upper } from 'storybook-root';15import { lowerFirst } from 'storybook-root';16import { upperFirst } from 'storybook-root';17import { isLowerCase } from 'storybook-root';18import { isUpperCase } from 'storybook-root';19import { isCapitalized } from 'storybook-root';20import { isAlpha } from 'storybook-root';21import { isNumeric } from 'storybook-root';22import { isAlphanumeric } from 'storybook-root';23import { isAscii } from 'storybook-root';24import { isFullWidth } from 'storybook-root';

Full Screen

Using AI Code Generation

copy

Full Screen

1import { addDecorator } from '@storybook/react';2import { withRoot } from 'storybook-root-decorator';3addDecorator(withRoot);4import { addDecorator } from '@storybook/react';5import withRoot from 'storybook-root-decorator';6addDecorator(withRoot);7MIT © [Ankit Kataria](

Full Screen

Using AI Code Generation

copy

Full Screen

1import { camel } from 'storybook-root';2import { camel2 } from 'storybook-root/lib';3import { snake } from 'storybook-root';4import { snake2 } from 'storybook-root/lib';5import { kebab } from 'storybook-root';6import { kebab2 } from 'storybook-root/lib';7I like to use [babel-plugin-module-resolver](

Full Screen

Using AI Code Generation

copy

Full Screen

1import { useStorybookRoot } from 'storybook-root';2const Test = () => {3 const { storybookRoot } = useStorybookRoot();4 return <div>{storybookRoot}</div>;5};6const { storybookRoot } = useStorybookRoot();7<StorybookRootProvider value={storybookRoot}>8import { withStorybookRoot } from 'storybook-root';9const App = () => {10 return <div>App</div>;11};12export default withStorybookRoot(App);13MIT © [danielbayerlein](

Full Screen

Using AI Code Generation

copy

Full Screen

1import { camel } from 'storybook-root';2import { camel } from 'storybook-root/other';3import { camel } from 'storybook-root/other/file';4import { camel } from 'storybook-root/other/file.js';5import { camel } from 'storybook-root/other/file.js?query=string';6import { camel } from 'storybook-root/other/file.js#hash';7import { camel } from 'storybook-root/other/file.js?query=string#hash';8import { camel } from 'storybook-root';9import { camel } from 'storybook-root/other';10import { camel } from 'storybook-root/other/file';11import { camel } from 'storybook-root/other/file.js';12import { camel } from 'storybook-root/other/file.js?query=string';13import { camel } from 'storybook-root/other/file.js#hash';14import { camel } from 'storybook-root/other/file.js?query=string#hash';15Default: `process.cwd()`

Full Screen

Using AI Code Generation

copy

Full Screen

1import { storiesOf, action } from '@kadira/storybook';2import { camel } from 'storybook-root';3storiesOf('SomeComponent', module)4 .add('with some text', () => (5 <SomeComponent text={camel('Some text')} />6 ));7MIT © [Evan You](

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run storybook-root automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful