Uses of Class
org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
-
Packages that use YAMLTypeFilterDefinition Package Description org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components -
-
Uses of YAMLTypeFilterDefinition in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return types with arguments of type YAMLTypeFilterDefinition Modifier and Type Method Description List<YAMLTypeFilterDefinition>
YAMLDataFormat. getTypeFilters()
Method parameters in org.apache.camel.model.dataformat with type arguments of type YAMLTypeFilterDefinition Modifier and Type Method Description void
YAMLDataFormat. setTypeFilters(List<YAMLTypeFilterDefinition> typeFilters)
Set the types SnakeYAML is allowed to un-marshall
-