Class ChoiceStepParser.Definition
- java.lang.Object
-
- org.apache.camel.k.loader.yaml.parser.ChoiceStepParser.Definition
-
- Enclosing class:
- ChoiceStepParser
public static final class ChoiceStepParser.Definition extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChoiceStepParser.Definition.Otherwise
static class
ChoiceStepParser.Definition.When
-
Field Summary
Fields Modifier and Type Field Description ChoiceStepParser.Definition.Otherwise
otherwise
List<ChoiceStepParser.Definition.When>
when
-
Constructor Summary
Constructors Constructor Description Definition()
-
-
-
Field Detail
-
when
public List<ChoiceStepParser.Definition.When> when
-
otherwise
public ChoiceStepParser.Definition.Otherwise otherwise
-
-