public class OpenApiUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenApiUtils.Parameter |
static class |
OpenApiUtils.Schema |
| Constructor and Description |
|---|
OpenApiUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<OpenApiUtils.Parameter> |
generateDocumentParameters(java.lang.String path,
java.lang.reflect.Method method)
generateDocumentParameters.
|
static java.util.Map<java.lang.String,java.lang.Object> |
generateDocumentResponse(java.lang.String path)
generateDocumentResponse.
|
public static java.util.List<OpenApiUtils.Parameter> generateDocumentParameters(java.lang.String path, java.lang.reflect.Method method)
path - the api pathmethod - the methodpublic static java.util.Map<java.lang.String,java.lang.Object> generateDocumentResponse(java.lang.String path)
path - the api pathCopyright © 2023 The Apache Software Foundation. All rights reserved.