Uses of Class
org.frankframework.http.rest.ApiDispatchConfig
Packages that use ApiDispatchConfig
-
Uses of ApiDispatchConfig in org.frankframework.http.openapi
Method parameters in org.frankframework.http.openapi with type arguments of type ApiDispatchConfigModifier and TypeMethodDescriptionstatic jakarta.json.JsonObject
OpenApiGenerator.generateOpenApiJsonSchema
(Collection<ApiDispatchConfig> clients, String endpoint) -
Uses of ApiDispatchConfig in org.frankframework.http.rest
Methods in org.frankframework.http.rest that return ApiDispatchConfigModifier 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.Methods in org.frankframework.http.rest that return types with arguments of type ApiDispatchConfigModifier and TypeMethodDescriptionApiServiceDispatcher.findAllMatchingConfigsForUri
(String uri) Find allApiDispatchConfig
instances for a given URI for purpose of generating OpenAPI spec.ApiServiceDispatcher.getPatternClients()
Methods in org.frankframework.http.rest with parameters of type ApiDispatchConfigModifier 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
.