Interface DefaultProducesHandler.Context
-
- Enclosing interface:
- DefaultProducesHandler
public static interface DefaultProducesHandler.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResteasyReactiveConfigconfig()org.jboss.jandex.DotNamehttpMethod()org.jboss.jandex.IndexViewindex()org.jboss.jandex.TypenonAsyncReturnType()
-
-
-
Method Detail
-
nonAsyncReturnType
org.jboss.jandex.Type nonAsyncReturnType()
-
httpMethod
org.jboss.jandex.DotName httpMethod()
-
index
org.jboss.jandex.IndexView index()
-
config
ResteasyReactiveConfig config()
-
-