序列化表格
-
程序包 org.apache.dubbo.metadata
-
类org.apache.dubbo.metadata.MetadataInfo扩展Object实现可序列化
-
序列化字段
-
app
String app
-
revision
String revision
-
services
Map<String,MetadataInfo.ServiceInfo> services
-
-
-
类org.apache.dubbo.metadata.MetadataInfo.ServiceInfo扩展Object实现可序列化
-
-
程序包 org.apache.dubbo.metadata.definition.model
-
类org.apache.dubbo.metadata.definition.model.FullServiceDefinition扩展ServiceDefinition实现可序列化
-
类org.apache.dubbo.metadata.definition.model.MethodDefinition扩展Object实现可序列化
-
类org.apache.dubbo.metadata.definition.model.ServiceDefinition扩展Object实现可序列化
-
序列化字段
-
annotations
List<String> annotations
-
canonicalName
String canonicalName
-
codeSource
String codeSource
-
methods
List<MethodDefinition> methods
-
types
List<TypeDefinition> types
-
-
-
类org.apache.dubbo.metadata.definition.model.TypeDefinition扩展Object实现可序列化
-
-
程序包 org.apache.dubbo.metadata.rest
-
类org.apache.dubbo.metadata.rest.RequestMetadata扩展Object实现可序列化
- serialVersionUID:
- -240099840085329958L
-
类org.apache.dubbo.metadata.rest.RestMethodMetadata扩展Object实现可序列化
- serialVersionUID:
- 2935252016200830694L
-
序列化字段
-
bodyIndex
Integer bodyIndex
-
bodyType
String bodyType
-
formParams
List<String> formParams
-
headerMapIndex
Integer headerMapIndex
-
indexToEncoded
Map<Integer,Boolean> indexToEncoded
-
indexToName
Map<Integer,Collection<String>> indexToName
-
method
MethodDefinition method
-
request
RequestMetadata request
-
urlIndex
Integer urlIndex
-
-
类org.apache.dubbo.metadata.rest.ServiceRestMetadata扩展Object实现可序列化
- serialVersionUID:
- -4549723140727443569L
-
序列化字段
-
group
String group
-
meta
Set<RestMethodMetadata> meta
-
serviceInterface
String serviceInterface
-
version
String version
-
-