| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Interface and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoadingStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboInternalLoadingStrategy
Dubbo internal
LoadingStrategy |
class |
DubboLoadingStrategy
Dubbo
LoadingStrategy |
class |
ServicesLoadingStrategy
Services
LoadingStrategy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShutdownHookCallback
Dubbo ShutdownHook callback interface
|
| Modifier and Type | Method and Description |
|---|---|
default int |
Prioritized.compareTo(Prioritized that) |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.