Uses of Class
io.apicurio.hub.api.codegen.beans.CodegenJavaMethod
-
Packages that use CodegenJavaMethod Package Description io.apicurio.hub.api.codegen.beans -
-
Uses of CodegenJavaMethod in io.apicurio.hub.api.codegen.beans
Methods in io.apicurio.hub.api.codegen.beans that return CodegenJavaMethod Modifier and Type Method Description CodegenJavaMethodCodegenJavaMethod. clone()Methods in io.apicurio.hub.api.codegen.beans that return types with arguments of type CodegenJavaMethod Modifier and Type Method Description List<CodegenJavaMethod>CodegenJavaInterface. getMethods()Method parameters in io.apicurio.hub.api.codegen.beans with type arguments of type CodegenJavaMethod Modifier and Type Method Description voidCodegenJavaInterface. setMethods(List<CodegenJavaMethod> methods)
-