@Metadata(label="dataformat,transformation,yaml",
title="YAML Type Filter")
public final class YAMLTypeFilterDefinition
extends Object
| Constructor and Description |
|---|
YAMLTypeFilterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
YAMLTypeFilterType |
getType() |
String |
getValue() |
void |
setType(YAMLTypeFilterType type)
Whether to filter by class type or regular expression
|
void |
setValue(String value)
Value of type such as class name or regular expression
|
public YAMLTypeFilterDefinition()
public YAMLTypeFilterType getType()
public void setType(YAMLTypeFilterType type)
Apache Camel