Package 

Class TabCompleterRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanPostProcessor , org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor , org.springframework.core.Ordered

    
    public class TabCompleterRegistrar
    extends AnnotatedMethodScanner<TabCompleteHandler>
                        

    Registering method annotated with TabCompleteHandler as command handler. Method should take TabCompletionInvocation as parameter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit postProcessAfterMethodInitialize(Object bean, String beanName, Method method, TabCompleteHandler annotation)
      Unit postProcessBeforeMethodDestruction(Object bean, String beanName, Method method, TabCompleteHandler annotation)
      Integer getOrder()
      • Methods inherited from class io.heartpattern.springfox.common.AnnotatedMethodScanner

        postProcessAfterInitialization, postProcessBeforeDestruction
      • Methods inherited from class org.springframework.beans.factory.config.BeanPostProcessor

        postProcessBeforeInitialization
      • Methods inherited from class org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor

        requiresDestruction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait