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

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

public class TagIO<V,A extends V,O extends V,AB,OB> extends ModelIO<org.eclipse.microprofile.openapi.models.tags.Tag,V,A,O,AB,OB> implements ReferenceIO<V,A,O,AB,OB>
  • Constructor Details

  • Method Details

    • readReferences

      public List<String> readReferences(org.jboss.jandex.AnnotationTarget target)
    • readReferences

      public List<String> readReferences(org.jboss.jandex.AnnotationInstance[] annotations)
    • readReferences

      public List<String> readReferences(Collection<org.jboss.jandex.AnnotationInstance> annotations)
    • readList

      public List<org.eclipse.microprofile.openapi.models.tags.Tag> readList(org.jboss.jandex.AnnotationTarget target)
    • readList

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

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

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

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