Class PathItemIO<V,A extends V,O extends V,AB,OB>

java.lang.Object
io.smallrye.openapi.runtime.io.ModelIO<org.eclipse.microprofile.openapi.models.PathItem,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.MapModelIO<org.eclipse.microprofile.openapi.models.PathItem,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.PathItemIO<V,A,O,AB,OB>
All Implemented Interfaces:
JsonIO.PropertyMapper<V,OB>, ReferenceIO<V,A,O,AB,OB>

public class PathItemIO<V,A extends V,O extends V,AB,OB> extends MapModelIO<org.eclipse.microprofile.openapi.models.PathItem,V,A,O,AB,OB> implements ReferenceIO<V,A,O,AB,OB>
  • Constructor Details

  • Method Details

    • read

      public org.eclipse.microprofile.openapi.models.PathItem read(org.jboss.jandex.AnnotationInstance annotation)
      Specified by:
      read in class ModelIO<org.eclipse.microprofile.openapi.models.PathItem,V,A extends V,O extends V,AB,OB>
    • readCallbackOperations

      public org.eclipse.microprofile.openapi.models.PathItem readCallbackOperations(org.jboss.jandex.AnnotationInstance[] annotations)
      Convert an array of CallbackOperation annotations into a PathItem.
      Parameters:
      annotations - the CallbackOperation annotation instances
      Returns:
      the path item