Interface CallbackArgument.ParameterContext

All Known Subinterfaces:
CallbackArgument.InvocationBytecodeContext
Enclosing interface:
CallbackArgument

public static interface CallbackArgument.ParameterContext
  • Method Details

    • callbackTarget

      Callback.Target callbackTarget()
      Returns:
      the callback target
    • endpointPath

      String endpointPath()
      Returns:
      the endpoint path or null for global error handlers
    • index

      org.jboss.jandex.IndexView index()
      Returns:
      the index that can be used to inspect parameter types
    • callbackAnnotation

      org.jboss.jandex.AnnotationInstance callbackAnnotation()
      Returns:
      the callback marker annotation
    • parameter

      org.jboss.jandex.MethodParameterInfo parameter()
      Returns:
      the Java method parameter
    • parameterAnnotations

      Set<org.jboss.jandex.AnnotationInstance> parameterAnnotations()
      Returns:
      the set of parameter annotations, potentially transformed
    • acceptsMessage

      default boolean acceptsMessage()