Uses of Class
org.apache.camel.builder.DataFormatClause.Operation
-
Packages that use DataFormatClause.Operation Package Description org.apache.camel.builder -
-
Uses of DataFormatClause.Operation in org.apache.camel.builder
Methods in org.apache.camel.builder that return DataFormatClause.Operation Modifier and Type Method Description static DataFormatClause.OperationDataFormatClause.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static DataFormatClause.Operation[]DataFormatClause.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.camel.builder with parameters of type DataFormatClause.Operation Constructor Description DataFormatClause(T processorType, DataFormatClause.Operation operation)
-