Uses of Class
org.apache.camel.model.ValueDefinition
Packages that use ValueDefinition
-
Uses of ValueDefinition in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return types with arguments of type ValueDefinitionModifier and TypeMethodDescriptionParamDefinition.getAllowableValues()ResponseHeaderDefinition.getAllowableValues()Method parameters in org.apache.camel.model.rest with type arguments of type ValueDefinitionModifier and TypeMethodDescriptionvoidParamDefinition.setAllowableValues(List<ValueDefinition> allowableValues) Sets the parameter list of allowable values (enum).voidResponseHeaderDefinition.setAllowableValues(List<ValueDefinition> allowableValues) Sets the parameter list of allowable values.