Class JsonPathSyntaxIdentifier

  • All Implemented Interfaces:
    ComponentLifecycle, Condition, SyntaxIdentifier

    @ComponentProfile(summary="Syntax Identifier which handles JSON Paths",
                      tag="json,routing")
    public class JsonPathSyntaxIdentifier
    extends SyntaxIdentifierImpl
    Implementation of SyntaxIdentifier which handles JSON paths.

    In the adapter configuration file this class is aliased as routing-json-path-syntax-identifier which is the preferred alternative to the fully qualified classname when building your configuration.

    • Constructor Detail

      • JsonPathSyntaxIdentifier

        public JsonPathSyntaxIdentifier()
      • JsonPathSyntaxIdentifier

        public JsonPathSyntaxIdentifier​(java.util.List<java.lang.String> jsonPaths,
                                        java.lang.String dest)