Documentation ¶
Index ¶
- Constants
- type Definition
- type Jq
- func (l *Jq) Predicate(ctx context.Context, camelContext camel.Context) (camel.Predicate, error)
- func (l *Jq) Processor(ctx context.Context, camelContext camel.Context) (camel.Processor, error)
- func (l *Jq) Transformer(ctx context.Context, camelContext camel.Context) (camel.Transformer, error)
- func (l *Jq) UnmarshalText(text []byte) error
- func (l *Jq) UnmarshalYAML(value *yaml.Node) error
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) Transformer ¶
func (*Jq) UnmarshalText ¶
func (*Jq) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.