Class Path
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.Path
-
public class Path extends Object
This interface represents the most important attributes of an OpenAPI Parameter.
Parameter V3.1
Parameter V3.0NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Path>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Path
getDelegate()
String
getName()
List<Operation>
getOperations()
List<Parameter>
getParameters()
int
hashCode()
static Path
newInstance(Path arg)
String
toString()
-