public interface MethodDefinitionBuilder
MethodDefinitionMethodDefinition| 限定符和类型 | 方法和说明 |
|---|---|
static MethodDefinition |
build(ProcessingEnvironment processingEnv,
ExecutableElement method,
Map<String,TypeDefinition> typeCache) |
static List<TypeDefinition> |
getMethodParameters(ProcessingEnvironment processingEnv,
ExecutableElement method,
Map<String,TypeDefinition> typeCache) |
static MethodDefinition build(ProcessingEnvironment processingEnv, ExecutableElement method, Map<String,TypeDefinition> typeCache)
static List<TypeDefinition> getMethodParameters(ProcessingEnvironment processingEnv, ExecutableElement method, Map<String,TypeDefinition> typeCache)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.