@org.apache.camel.k.annotation.yaml.YAMLMixIn(org.apache.camel.model.dataformat.Any23DataFormat.class)

Here are the examples of the java api @org.apache.camel.k.annotation.yaml.YAMLMixIn(org.apache.camel.model.dataformat.Any23DataFormat.class) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : Any23DataFormatMixIn.java
with Apache License 2.0
from apache

@YAMLMixIn(org.apache.camel.model.dataformat.Any23DataFormat.clreplaced)
public abstract clreplaced Any23DataFormatMixIn {

    @JsonIgnore
    public abstract void setConfiguration(Map<String, String> configuration);
}