Uses of Class
org.frankframework.http.rest.ApiDispatchConfig
-
Uses of ApiDispatchConfig in org.frankframework.http.openapi
Modifier and TypeMethodDescriptionstatic jakarta.json.JsonObject
OpenApiGenerator.generateOpenApiJsonSchema
(Collection<ApiDispatchConfig> clients, String endpoint) -
Uses of ApiDispatchConfig in org.frankframework.http.rest
Modifier and TypeMethodDescriptionApiServiceDispatcher.findConfigForRequest
(ApiListener.HttpMethod method, String requestUri) Find theApiDispatchConfig
best matching a given request, consisting of the HTTP request method and request URI.ApiServiceDispatcher.findExactMatchingConfigForUri
(String uri) Find anApiDispatchConfig
that has an exact match with the request URI, for purpose of generating the OpenAPI spec from it.Modifier and TypeMethodDescriptionApiServiceDispatcher.findAllMatchingConfigsForUri
(String uri) Find allApiDispatchConfig
instances for a given URI for purpose of generating OpenAPI spec.ApiServiceDispatcher.getPatternClients()
Modifier and TypeMethodDescriptionjakarta.json.JsonObject
ApiServiceDispatcher.generateOpenApiJsonSchema
(ApiDispatchConfig client, String endpoint) static int
ApiServiceDispatcher.scoreRequestMethodMatch
(ApiListener.HttpMethod requestMethod, ApiDispatchConfig config) Calculate a numerical score for how well a given HTTP requestApiListener.HttpMethod
is matched by the givenApiDispatchConfig
.