Uses of Class
fish.payara.microprofile.openapi.impl.visitor.OpenApiContext
-
Packages that use OpenApiContext Package Description fish.payara.microprofile.openapi.impl.model.util fish.payara.microprofile.openapi.impl.visitor -
-
Uses of OpenApiContext in fish.payara.microprofile.openapi.impl.model.util
Methods in fish.payara.microprofile.openapi.impl.model.util with parameters of type OpenApiContext Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.OperationModelUtils. findOperation(OpenApiContext context, org.eclipse.microprofile.openapi.models.OpenAPI api, org.glassfish.hk2.classmodel.reflect.MethodModel method, String path)static org.eclipse.microprofile.openapi.models.PathItem.HttpMethodModelUtils. getHttpMethod(OpenApiContext context, org.glassfish.hk2.classmodel.reflect.MethodModel method) -
Uses of OpenApiContext in fish.payara.microprofile.openapi.impl.visitor
Constructors in fish.payara.microprofile.openapi.impl.visitor with parameters of type OpenApiContext Constructor Description OpenApiContext(OpenApiContext parentApiContext, org.glassfish.hk2.classmodel.reflect.AnnotatedElement annotatedElement)
-