Uses of Class
org.apache.camel.parser.model.RestConfigurationDetails
Packages that use RestConfigurationDetails
-
Uses of RestConfigurationDetails in org.apache.camel.parser
Methods in org.apache.camel.parser that return types with arguments of type RestConfigurationDetailsModifier and TypeMethodDescriptionstatic List<RestConfigurationDetails> RestDslParser.parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz, 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 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 RestConfigurationDetailsModifier and TypeMethodDescriptionCamelJavaRestDslParserHelper.parseRestConfiguration(org.jboss.forge.roaster.model.source.JavaClassSource clazz, String fullyQualifiedFileName, org.jboss.forge.roaster.model.source.MethodSource<org.jboss.forge.roaster.model.source.JavaClassSource> configureMethod) CamelXmlRestDslParserHelper.parseRestConfiguration(Node xmlNode, String fullyQualifiedFileName)