Class Path


  • public class Path
    extends Object
    This interface represents the most important attributes of an OpenAPI Parameter.
    Parameter V3.1
    Parameter V3.0

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • __TYPE_ARG

        public static final TypeArg<Path> __TYPE_ARG
    • Constructor Detail

      • Path

        public Path​(Path delegate)
      • Path

        public Path​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public Path getDelegate()
      • getName

        public String getName()
        Returns:
        the name of this path
      • getOperations

        public List<Operation> getOperations()
        Returns:
        operations of this path
      • getParameters

        public List<Parameter> getParameters()
        Returns:
        parameters of this path
      • newInstance

        public static Path newInstance​(Path arg)