Class JsonPathDataInputParameter

  • All Implemented Interfaces:
    DataInputParameter<java.lang.String>

    @ComponentProfile(summary="Extract data via a JSON Path",
                      tag="json")
    public class JsonPathDataInputParameter
    extends java.lang.Object
    implements DataInputParameter<java.lang.String>
    This DataInputParameter is extracts data via JsonPath.

    If the path resolves to a JSON object or JSON Array, then this is simply converted into a String.

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

    • Constructor Detail

      • JsonPathDataInputParameter

        public JsonPathDataInputParameter()
      • JsonPathDataInputParameter

        public JsonPathDataInputParameter​(java.lang.String v)