@RestController
@RequestMapping(value="/dictionary")
@Resource(id="dictionary",
name="\u6570\u636e\u5b57\u5178")
public class WebfluxDictionaryController
extends Object
implements ReactiveServiceCrudController<DictionaryEntity,String>
| 构造器和说明 |
|---|
WebfluxDictionaryController() |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Flux<org.hswebframework.web.dict.DictDefine> |
getAllDict() |
reactor.core.publisher.Flux<org.hswebframework.web.dict.EnumDict<?>> |
getItemDefineById(String id) |
ReactiveCrudService<DictionaryEntity,String> |
getService() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, applyAuthentication, applyCreationEntity, applyModifierEntity, save, updatecount, count, getById, query, query, queryPager, queryPagerdeletepublic ReactiveCrudService<DictionaryEntity,String> getService()
@GetMapping(value="/{id:.+}/items")
@Authorize(merge=false)
public reactor.core.publisher.Flux<org.hswebframework.web.dict.EnumDict<?>> getItemDefineById(@PathVariable
String id)
@GetMapping(value="/_all") @Authorize(merge=false) public reactor.core.publisher.Flux<org.hswebframework.web.dict.DictDefine> getAllDict()
Copyright © 2016–2020. All rights reserved.