-
- 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
-
-
Constructor Summary
Constructors Constructor Description TabCompleterRegistrar(CommandRegistrationService commandRegistrationService)
-
Method Summary
Modifier and Type Method Description UnitpostProcessAfterMethodInitialize(Object bean, String beanName, Method method, TabCompleteHandler annotation)UnitpostProcessBeforeMethodDestruction(Object bean, String beanName, Method method, TabCompleteHandler annotation)IntegergetOrder()-
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
-
-
Constructor Detail
-
TabCompleterRegistrar
TabCompleterRegistrar(CommandRegistrationService commandRegistrationService)
-
-
Method Detail
-
postProcessAfterMethodInitialize
Unit postProcessAfterMethodInitialize(Object bean, String beanName, Method method, TabCompleteHandler annotation)
-
postProcessBeforeMethodDestruction
Unit postProcessBeforeMethodDestruction(Object bean, String beanName, Method method, TabCompleteHandler annotation)
-
-
-
-