java.lang.Object
io.smallrye.openapi.model.BaseModel<org.eclipse.microprofile.openapi.models.Paths>
io.smallrye.openapi.model.BaseExtensibleModel<org.eclipse.microprofile.openapi.models.Paths>
io.smallrye.openapi.internal.models.Paths
All Implemented Interfaces:
org.eclipse.microprofile.openapi.models.Constructible, org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.Paths>, org.eclipse.microprofile.openapi.models.Paths
Direct Known Subclasses:
PathsImpl

@Generated(value="io.smallrye.openapi.model.apt.SmallRyeModelProcessor", date="2025-04-17T14:50:39.776935565Z") public class Paths extends BaseExtensibleModel<org.eclipse.microprofile.openapi.models.Paths> implements org.eclipse.microprofile.openapi.models.Paths
  • Field Details

  • Constructor Details

    • Paths

      public Paths()
  • Method Details

    • getPropertyMetadata

      public PropertyMetadata getPropertyMetadata()
      Specified by:
      getPropertyMetadata in class BaseModel<org.eclipse.microprofile.openapi.models.Paths>
    • getPathItems

      public Map<String,org.eclipse.microprofile.openapi.models.PathItem> getPathItems()
      Specified by:
      getPathItems in interface org.eclipse.microprofile.openapi.models.Paths
    • setPathItems

      public void setPathItems(Map<String,org.eclipse.microprofile.openapi.models.PathItem> newValue)
      Specified by:
      setPathItems in interface org.eclipse.microprofile.openapi.models.Paths
    • addPathItem

      public Paths addPathItem(String newKey, org.eclipse.microprofile.openapi.models.PathItem newValue)
      Specified by:
      addPathItem in interface org.eclipse.microprofile.openapi.models.Paths
    • removePathItem

      public void removePathItem(String key)
      Specified by:
      removePathItem in interface org.eclipse.microprofile.openapi.models.Paths