jq

package
v0.0.0-...-d09eed2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AnnotationJqResults = "camel.apache.org/jq.results"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Definition

type Definition struct {
	Expression string `yaml:"expression"`
}

type Jq

type Jq struct {
	Definition `yaml:",inline"`
}

func (*Jq) Predicate

func (l *Jq) Predicate(ctx context.Context, camelContext camel.Context) (camel.Predicate, error)

func (*Jq) Processor

func (l *Jq) Processor(ctx context.Context, camelContext camel.Context) (camel.Processor, error)

func (*Jq) Transformer

func (l *Jq) Transformer(ctx context.Context, camelContext camel.Context) (camel.Transformer, error)

func (*Jq) UnmarshalText

func (l *Jq) UnmarshalText(text []byte) error

func (*Jq) UnmarshalYAML

func (l *Jq) UnmarshalYAML(value *yaml.Node) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL