Uses of Class
org.apache.camel.tooling.model.AnnotationModel.AnnotationOptionModel
-
-
Uses of AnnotationModel.AnnotationOptionModel in org.apache.camel.tooling.model
Fields in org.apache.camel.tooling.model with type parameters of type AnnotationModel.AnnotationOptionModel Modifier and Type Field Description protected List<AnnotationModel.AnnotationOptionModel>
AnnotationModel. options
Methods in org.apache.camel.tooling.model that return types with arguments of type AnnotationModel.AnnotationOptionModel Modifier and Type Method Description List<AnnotationModel.AnnotationOptionModel>
AnnotationModel. getOptions()
List<AnnotationModel.AnnotationOptionModel>
AnnotationModel. getSortedOptions()
Methods in org.apache.camel.tooling.model with parameters of type AnnotationModel.AnnotationOptionModel Modifier and Type Method Description void
AnnotationModel. addOption(AnnotationModel.AnnotationOptionModel option)
-