Uses of Class
org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Packages that use SwaggerXmlTestGenerator
-
Uses of SwaggerXmlTestGenerator in org.citrusframework.generate.xml
Methods in org.citrusframework.generate.xml that return SwaggerXmlTestGeneratorModifier and TypeMethodDescriptionSwaggerXmlTestGenerator.withContextPath(String contextPath) Set the server context path to use.SwaggerXmlTestGenerator.withInboundMappingFile(String mappingFile) Add inbound JsonPath expression mappings file to manipulate inbound message content.SwaggerXmlTestGenerator.withInboundMappings(Map<String, String> mappings) Add inbound JsonPath expression mappings to manipulate inbound message content.SwaggerXmlTestGenerator.withNamePrefix(String prefix) Set the test name prefix to use.SwaggerXmlTestGenerator.withNameSuffix(String suffix) Set the test name suffix to use.SwaggerXmlTestGenerator.withOperation(String operation) Set the swagger operation to use.SwaggerXmlTestGenerator.withOutboundMappingFile(String mappingFile) Add outbound JsonPath expression mappings file to manipulate outbound message content.SwaggerXmlTestGenerator.withOutboundMappings(Map<String, String> mappings) Add outbound JsonPath expression mappings to manipulate outbound message content.Set the swagger Open API resource to use.