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

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

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

  • Method Details

    • read

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