| 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 |
StringToByteConverter
|
class |
StringToCharacterConverter
|
class |
StringToCharArrayConverter
The class to convert
String to char[] |
class |
StringToDoubleConverter
|
class |
StringToDurationConverter |
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
A callback interface invoked when Dubbo application is stopped.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
Prioritized.compareTo(Prioritized that) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeBuilder
2015/1/27.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeBuilder
2015/1/27.
|
class |
CollectionTypeBuilder
2015/1/27.
|
class |
EnumTypeBuilder
2015/1/27.
|
class |
MapTypeBuilder
2015/1/27.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.