Interface DefaultProducesHandler.Context

Enclosing interface:
DefaultProducesHandler

public static interface DefaultProducesHandler.Context
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.common.ResteasyReactiveConfig
     
    org.jboss.jandex.DotName
     
    org.jboss.jandex.IndexView
     
    org.jboss.jandex.Type
     
  • Method Details

    • nonAsyncReturnType

      org.jboss.jandex.Type nonAsyncReturnType()
    • httpMethod

      org.jboss.jandex.DotName httpMethod()
    • index

      org.jboss.jandex.IndexView index()
    • config

      org.jboss.resteasy.reactive.common.ResteasyReactiveConfig config()