SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withContextPath(String contextPath) |
Set the server context path to use.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withInboundMappingFile(String mappingFile) |
Add inbound JsonPath expression mappings file to manipulate inbound message content.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withInboundMappings(Map<String,String> mappings) |
Add inbound JsonPath expression mappings to manipulate inbound message content.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withNamePrefix(String prefix) |
Set the test name prefix to use.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withNameSuffix(String suffix) |
Set the test name suffix to use.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withOperation(String operation) |
Set the swagger operation to use.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withOutboundMappingFile(String mappingFile) |
Add outbound JsonPath expression mappings file to manipulate outbound message content.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withOutboundMappings(Map<String,String> mappings) |
Add outbound JsonPath expression mappings to manipulate outbound message content.
|
SwaggerJavaTestGenerator |
SwaggerJavaTestGenerator.withSpec(String swaggerResource) |
Set the swagger Open API resource to use.
|