parameterWithName("example").default(3)
.type(SimpleType.INTEGER)
// ....
java 14, restdocs-api-spec 0.13.0
It seems like the .default method collides with java's default keyword.
Is it possible to provide a similar method with a different name (e.g. defaultValue) ?
java 14, restdocs-api-spec 0.13.0
It seems like the .default method collides with java's default keyword.
Is it possible to provide a similar method with a different name (e.g. defaultValue) ?