| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.common.convert | |
| org.apache.dubbo.common.convert.multiple | |
| org.apache.dubbo.common.extension | |
| org.apache.dubbo.common.lang | |
| org.apache.dubbo.event |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Converter<S,T>
A class to convert the source-typed value to the target-typed value
|
interface |
StringConverter<T>
A class to covert
String to the target-typed value |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StringToBooleanConverter
|
class |
StringToCharacterConverter
|
class |
StringToCharArrayConverter
The class to convert
String to char[] |
class |
StringToDoubleConverter
|
class |
StringToFloatConverter
|
class |
StringToIntegerConverter
|
class |
StringToLongConverter
|
class |
StringToOptionalConverter
|
class |
StringToShortConverter
|
class |
StringToStringConverter
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
MultiValueConverter<S>
An interface to convert the source-typed value to multiple value, e.g , Java array,
Collection or
sub-interfaces |
interface |
StringToMultiValueConverter
The class to convert
String to multiple value object |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StringToArrayConverter
The class to convert
String to array-type object |
class |
StringToBlockingDequeConverter
The class to convert
String to BlockingDeque-based value |
class |
StringToBlockingQueueConverter
The class to convert
String to BlockingDeque-based value |
class |
StringToCollectionConverter
The class to convert
String to Collection-based value |
class |
StringToDequeConverter
|
class |
StringToIterableConverter<T extends Iterable>
|
class |
StringToListConverter
|
class |
StringToNavigableSetConverter
|
class |
StringToQueueConverter
|
class |
StringToSetConverter
|
class |
StringToSortedSetConverter
|
class |
StringToTransferQueueConverter
The class to convert
String to TransferQueue-based value |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LoadingStrategy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboInternalLoadingStrategy
Dubbo internal
LoadingStrategy |
class |
DubboLoadingStrategy
Dubbo
LoadingStrategy |
class |
ServicesLoadingStrategy
Services
LoadingStrategy |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ShutdownHookCallback
Dubbo ShutdownHook callback interface
|
| 限定符和类型 | 方法和说明 |
|---|---|
default int |
Prioritized.compareTo(Prioritized that) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConditionalEventListener<E extends Event>
An
EventListener extending the the conditional feature that decides some
event is handled or not by current listener. |
interface |
EventListener<E extends Event>
The
Dubbo Event Listener that is based on Java standard EventListener interface supports
the generic Event. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericEventListener
An abstract class of
EventListener for Generic events, the sub class could add more event
handle methods, rather than only binds the EventListener.onEvent(Event) method that is declared to be
final the implementation can't override. |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.