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

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

public class OAuthFlowIO<V,A extends V,O extends V,AB,OB> extends ModelIO<org.eclipse.microprofile.openapi.models.security.OAuthFlow,V,A,O,AB,OB>
  • Constructor Details

  • Method Details

    • read

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