Uses of Class
org.apache.camel.tooling.model.ComponentModel.EndpointOptionModel
-
-
Uses of ComponentModel.EndpointOptionModel in org.apache.camel.tooling.model
Fields in org.apache.camel.tooling.model with type parameters of type ComponentModel.EndpointOptionModel Modifier and Type Field Description protected List<ComponentModel.EndpointOptionModel>
ComponentModel. endpointOptions
Methods in org.apache.camel.tooling.model that return types with arguments of type ComponentModel.EndpointOptionModel Modifier and Type Method Description List<ComponentModel.EndpointOptionModel>
ComponentModel. getEndpointOptions()
List<ComponentModel.EndpointOptionModel>
ComponentModel. getEndpointParameterOptions()
List<ComponentModel.EndpointOptionModel>
ComponentModel. getEndpointPathOptions()
Methods in org.apache.camel.tooling.model with parameters of type ComponentModel.EndpointOptionModel Modifier and Type Method Description void
ComponentModel. addEndpointOption(ComponentModel.EndpointOptionModel option)
-