Package | Description |
---|---|
ltd.fdsa.cloud.controller | |
ltd.fdsa.cloud.service | |
ltd.fdsa.cloud.service.impl |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>> |
MockRuleController.addOrUpdateMockRule(MockRule mockRule) |
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>> |
MockRuleController.deleteMockRule(MockRule mockRule) |
Modifier and Type | Method and Description |
---|---|
MockRule |
IMockRuleService.getMockRule(String requestPath) |
Modifier and Type | Method and Description |
---|---|
List<MockRule> |
IMockRuleService.getMockRuleList(String requestPathKeyword) |
Modifier and Type | Method and Description |
---|---|
Boolean |
IMockRuleService.addMockRule(MockRule mockRule) |
Boolean |
IMockRuleService.updateMockRule(MockRule mockRule) |
Modifier and Type | Field and Description |
---|---|
static Map<String,MockRule> |
MockRuleServiceImpl.mockRuleMap |
Modifier and Type | Method and Description |
---|---|
MockRule |
MockRuleServiceImpl.getMockRule(String requestPath) |
Modifier and Type | Method and Description |
---|---|
List<MockRule> |
MockRuleServiceImpl.getMockRuleList(String requestPathKeyword) |
Modifier and Type | Method and Description |
---|---|
Boolean |
MockRuleServiceImpl.addMockRule(MockRule mockRule) |
Boolean |
MockRuleServiceImpl.updateMockRule(MockRule mockRule) |
Copyright © 2022. All rights reserved.