| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassDictDefine |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<DictDefine> |
DictDefineRepository.getAllDefine() |
reactor.core.publisher.Mono<DictDefine> |
DictDefineRepository.getDefine(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DictDefineRepository.addDefine(DictDefine dictDefine) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClassDictDefine |
class |
DefaultDictDefine |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DictDefine> |
DefaultDictDefineRepository.parsedDict |
| Modifier and Type | Method and Description |
|---|---|
static DictDefine |
DefaultDictDefineRepository.parseEnumDict(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<DictDefine> |
DefaultDictDefineRepository.getAllDefine() |
reactor.core.publisher.Mono<DictDefine> |
DefaultDictDefineRepository.getDefine(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDictDefineRepository.addDefine(DictDefine dictDefine) |
static void |
DefaultDictDefineRepository.registerDefine(DictDefine define) |
| Modifier and Type | Method and Description |
|---|---|
DictDefine |
DictionaryEntity.toDictDefine() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<DictDefine> |
CompositeDictDefineRepository.getAllDefine() |
reactor.core.publisher.Mono<DictDefine> |
CompositeDictDefineRepository.getDefine(String id) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<DictDefine> |
WebfluxDictionaryController.getAllDict() |
Copyright © 2016–2021. All rights reserved.