Class ControllerParser
- java.lang.Object
-
- kz.greetgo.spring.websocket.controller.ControllerParser
-
public class ControllerParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ControllerParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ServiceExecutor>parse(java.lang.Object controller)voidsetPreExecuteInterceptorSupplier(@NotNull java.util.function.Supplier<PreExecuteInterceptor> preExecuteInterceptor)
-
-
-
Method Detail
-
setPreExecuteInterceptorSupplier
public void setPreExecuteInterceptorSupplier(@NotNull @NotNull java.util.function.Supplier<PreExecuteInterceptor> preExecuteInterceptor)
-
parse
public java.util.List<ServiceExecutor> parse(java.lang.Object controller)
-
-