Interface MethodScanner

    • Method Detail

      • handleCustomParameter

        default ParameterExtractor handleCustomParameter​(org.jboss.jandex.Type paramType,
                                                         Map<org.jboss.jandex.DotName,​org.jboss.jandex.AnnotationInstance> annotations,
                                                         boolean field,
                                                         Map<String,​Object> methodContext)
        Method that is called when a parameter of an unknown type is discovered.
        Parameters:
        paramType - The parameter type
        annotations - The annotations
        field - If this is field injection
        methodContext - Context that can be used to pass information into scan(MethodInfo, ClassInfo, Map)
        Returns:
      • isMethodSignatureAsync

        default boolean isMethodSignatureAsync​(org.jboss.jandex.MethodInfo info)