Class CommandInvocationPlan
java.lang.Object
tech.guilhermekaua.spigotboot.commands.execution.CommandInvocationPlan
-
Constructor Summary
ConstructorsConstructorDescriptionCommandInvocationPlan(Object handlerBean, Method method, List<CommandParameterBinding> bindings, List<CommandInterceptorAnnotationBinding> interceptorBindings) -
Method Summary
-
Constructor Details
-
CommandInvocationPlan
public CommandInvocationPlan(Object handlerBean, Method method, List<CommandParameterBinding> bindings, List<CommandInterceptorAnnotationBinding> interceptorBindings)
-
-
Method Details
-
getHandlerBean
-
getMethod
-
getBindings
-
getInterceptorBindings
-
getParsedBinding
-