| Package | Description |
|---|---|
| org.apache.dubbo.metadata.definition | |
| org.apache.dubbo.metadata.definition.builder | |
| org.apache.dubbo.metadata.definition.model |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
TypeDefinitionBuilder.build(Type type,
Class<?> clazz) |
static TypeDefinition |
TypeDefinitionBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinition> |
TypeDefinitionBuilder.getTypeDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
TypeDefinitionBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
DefaultTypeBuilder.build(Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
TypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache)
Build type definition with the type or class.
|
TypeDefinition |
ArrayTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
EnumTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
CollectionTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
MapTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
| Modifier and Type | Method and Description |
|---|---|
static TypeDefinition |
DefaultTypeBuilder.build(Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
TypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache)
Build type definition with the type or class.
|
TypeDefinition |
ArrayTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
EnumTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
CollectionTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
TypeDefinition |
MapTypeBuilder.build(Type type,
Class<?> clazz,
Map<String,TypeDefinition> typeCache) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinition> |
MethodDefinition.getParameters() |
List<TypeDefinition> |
ServiceDefinition.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDefinition.setParameters(List<TypeDefinition> parameters) |
void |
ServiceDefinition.setTypes(List<TypeDefinition> types) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.