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

java.lang.Object
io.smallrye.openapi.runtime.io.ModelIO<org.eclipse.microprofile.openapi.models.media.Content,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.media.ContentIO<V,A,O,AB,OB>
All Implemented Interfaces:
JsonIO.PropertyMapper<V,OB>

public class ContentIO<V,A extends V,O extends V,AB,OB> extends ModelIO<org.eclipse.microprofile.openapi.models.media.Content,V,A,O,AB,OB>
  • Constructor Details

  • Method Details

    • defaultMediaTypes

      public static String[] defaultMediaTypes()
    • read

      public org.eclipse.microprofile.openapi.models.media.Content read(org.jboss.jandex.AnnotationValue annotations, ContentIO.Direction direction)
    • read

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