Record Class OpenapiContract.Resolution.PathNotFound
java.lang.Object
java.lang.Record
ch.nexsol.gateway.validation.OpenapiContract.Resolution.PathNotFound
- All Implemented Interfaces:
OpenapiContract.Resolution
- Enclosing interface:
OpenapiContract.Resolution
public static record OpenapiContract.Resolution.PathNotFound()
extends Record
implements OpenapiContract.Resolution
The contract declares no path matching the request.
-
Nested Class Summary
Nested classes/interfaces inherited from interface OpenapiContract.Resolution
OpenapiContract.Resolution.Found, OpenapiContract.Resolution.MethodNotAllowed, OpenapiContract.Resolution.PathNotFound -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathNotFound
public PathNotFound()Creates an instance of aPathNotFoundrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-