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

java.lang.Object
io.smallrye.openapi.runtime.io.ModelIO<T,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.MapModelIO<org.eclipse.microprofile.openapi.models.parameters.Parameter,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.parameters.ParameterIO<V,A,O,AB,OB>
All Implemented Interfaces:
ReferenceIO<V,A,O,AB,OB>

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

  • Method Details

    • readList

      public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> readList(org.jboss.jandex.AnnotationValue annotations)
    • readList

      public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> readList(org.jboss.jandex.AnnotationInstance[] annotations)
    • readList

      public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> readList(Collection<org.jboss.jandex.AnnotationInstance> annotations)
    • read

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

      public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> readList(V node)
    • readObject

      public org.eclipse.microprofile.openapi.models.parameters.Parameter readObject(O node)
      Specified by:
      readObject in class ModelIO<org.eclipse.microprofile.openapi.models.parameters.Parameter,V,A extends V,O extends V,AB,OB>
    • write

      public Optional<A> write(List<org.eclipse.microprofile.openapi.models.parameters.Parameter> models)
    • write

      public Optional<O> write(org.eclipse.microprofile.openapi.models.parameters.Parameter model)
      Writes a Parameter into the JSON node.
      Specified by:
      write in class ModelIO<org.eclipse.microprofile.openapi.models.parameters.Parameter,V,A extends V,O extends V,AB,OB>
      Parameters:
      model -