Uses of Class
org.apache.camel.parser.model.RestConfigurationDetails
-
Packages that use RestConfigurationDetails Package Description org.apache.camel.parser org.apache.camel.parser.helper -
-
Uses of RestConfigurationDetails in org.apache.camel.parser
Methods in org.apache.camel.parser that return types with arguments of type RestConfigurationDetails Modifier and Type Method Description static List<RestConfigurationDetails>
RestDslParser. parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String baseDir, String fullyQualifiedFileName, boolean includeInlinedRouteBuilders)
Parses the java source class and build a rest configuration model of the discovered rest configurations in the java source class.static List<RestConfigurationDetails>
XmlRestDslParser. parseRestConfiguration(InputStream xml, String baseDir, String fullyQualifiedFileName)
Parses the XML file and build a rest configuration model of the discovered rest configurations in the XML source file. -
Uses of RestConfigurationDetails in org.apache.camel.parser.helper
Methods in org.apache.camel.parser.helper that return types with arguments of type RestConfigurationDetails Modifier and Type Method Description List<RestConfigurationDetails>
CamelJavaRestDslParserHelper. parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String baseDir, String fullyQualifiedFileName, org.jboss.forge.roaster.model.source.MethodSource<org.jboss.forge.roaster.model.source.JavaClassSource> configureMethod)
List<RestConfigurationDetails>
CamelXmlRestDslParserHelper. parseRestConfiguration(Node xmlNode, String baseDir, String fullyQualifiedFileName)
-