public interface MethodDefinitionBuilder
MethodDefinitionMethodDefinition| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.