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

java.lang.Object
io.smallrye.openapi.runtime.io.ModelIO<org.eclipse.microprofile.openapi.models.Operation,V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.OperationIO<V,A,O,AB,OB>
io.smallrye.openapi.runtime.io.callbacks.CallbackOperationIO<V,A,O,AB,OB>
All Implemented Interfaces:
JsonIO.PropertyMapper<V,OB>

public class CallbackOperationIO<V,A extends V,O extends V,AB,OB> extends OperationIO<V,A,O,AB,OB>
  • Constructor Details

    • CallbackOperationIO

      public CallbackOperationIO(IOContext<V,A,O,AB,OB> context)
  • Method Details

    • read

      public org.eclipse.microprofile.openapi.models.Operation read(org.jboss.jandex.AnnotationInstance annotation)
      Overrides:
      read in class OperationIO<V,A extends V,O extends V,AB,OB>