public abstract class AbstrctEventConverter<SOURCE,E extends GrayEvent> extends Object implements EventConverter<SOURCE,E>
| 构造器和说明 |
|---|
AbstrctEventConverter() |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
convert(SOURCE source,
TriggerType triggerType) |
protected E |
convertAddData(SOURCE source) |
protected abstract E |
convertDeleteData(SOURCE source) |
protected abstract E |
convertModifyData(SOURCE source) |
protected void |
perfectDefault(E event,
SOURCE source,
TriggerType triggerType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecorate, getOrderpublic E convert(SOURCE source, TriggerType triggerType)
convert 在接口中 EventConverter<SOURCE,E extends GrayEvent>protected void perfectDefault(E event, SOURCE source, TriggerType triggerType)
Copyright © 2020 Spring Cloud中国社区. All rights reserved.