Class BeansStepParser
- java.lang.Object
-
- org.apache.camel.k.loader.yaml.parser.BeansStepParser
-
- All Implemented Interfaces:
StartStepParser
,StepParser
public class BeansStepParser extends Object implements StartStepParser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BeansStepParser.Definition
-
Nested classes/interfaces inherited from interface org.apache.camel.k.loader.yaml.spi.StepParser
StepParser.Context, StepParser.Resolver
-
-
Field Summary
-
Fields inherited from interface org.apache.camel.k.loader.yaml.spi.StepParser
SERVICE_LOCATION
-
-
Constructor Summary
Constructors Constructor Description BeansStepParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
process(StepParser.Context context)
protected static void
setPropertiesOnTarget(org.apache.camel.CamelContext context, Object target, Map<String,Object> properties)
-
-
-
Method Detail
-
process
public Object process(StepParser.Context context)
- Specified by:
process
in interfaceStartStepParser
- Returns:
-
-