Interface OpenapiContract.Resolution
- All Known Implementing Classes:
OpenapiContract.Resolution.Found, OpenapiContract.Resolution.MethodNotAllowed, OpenapiContract.Resolution.PathNotFound
- Enclosing class:
OpenapiContract
public static sealed interface OpenapiContract.Resolution
permits OpenapiContract.Resolution.PathNotFound, OpenapiContract.Resolution.MethodNotAllowed, OpenapiContract.Resolution.Found
What the contract has to say about a request path and method.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordThe contract declares the operation.static final recordThe contract declares the path but not for this method.static final recordThe contract declares no path matching the request.