Uses of Class
org.apache.dubbo.metadata.definition.model.TypeDefinition
Packages that use TypeDefinition
Package
Description
-
Uses of TypeDefinition in org.apache.dubbo.metadata.definition
Methods in org.apache.dubbo.metadata.definition that return TypeDefinitionMethods in org.apache.dubbo.metadata.definition that return types with arguments of type TypeDefinitionMethod parameters in org.apache.dubbo.metadata.definition with type arguments of type TypeDefinition -
Uses of TypeDefinition in org.apache.dubbo.metadata.definition.builder
Methods in org.apache.dubbo.metadata.definition.builder that return TypeDefinitionModifier and TypeMethodDescriptionstatic TypeDefinitionDefaultTypeBuilder.build(Class<?> clazz, Map<String, TypeDefinition> typeCache) Build type definition with the type or class.Method parameters in org.apache.dubbo.metadata.definition.builder with type arguments of type TypeDefinitionModifier and TypeMethodDescriptionstatic TypeDefinitionDefaultTypeBuilder.build(Class<?> clazz, Map<String, TypeDefinition> typeCache) Build type definition with the type or class. -
Uses of TypeDefinition in org.apache.dubbo.metadata.definition.model
Methods in org.apache.dubbo.metadata.definition.model that return types with arguments of type TypeDefinitionMethod parameters in org.apache.dubbo.metadata.definition.model with type arguments of type TypeDefinitionModifier and TypeMethodDescriptionvoidMethodDefinition.setParameters(List<TypeDefinition> parameters) voidServiceDefinition.setTypes(List<TypeDefinition> types)