Class NarayanaLRAOpenAPIFilter
java.lang.Object
io.quarkus.narayana.lra.deployment.NarayanaLRAOpenAPIFilter
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
public class NarayanaLRAOpenAPIFilter
extends Object
implements org.eclipse.microprofile.openapi.OASFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.OASFilter
filterAPIResponse, filterCallback, filterHeader, filterLink, filterOperation, filterParameter, filterPathItem, filterRequestBody, filterSchema, filterSecurityScheme, filterServer, filterTag
-
Field Details
-
LRA_PROXY_PATH
- See Also:
-
LRA_PARTICIAPANT_PROXY_PATH
- See Also:
-
LRA_STATUS_SCHEMA
- See Also:
-
openapiIncluded
boolean openapiIncluded
-
-
Constructor Details
-
NarayanaLRAOpenAPIFilter
public NarayanaLRAOpenAPIFilter(boolean openapiIncluded)
-
-
Method Details
-
filterOpenAPI
public void filterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) - Specified by:
filterOpenAPIin interfaceorg.eclipse.microprofile.openapi.OASFilter
-