Uses of Interface
tech.guilhermekaua.spigotboot.core.proxy.MethodInterceptor
Packages that use MethodInterceptor
Package
Description
-
Uses of MethodInterceptor in tech.guilhermekaua.spigotboot.core.context.component.proxy
Classes in tech.guilhermekaua.spigotboot.core.context.component.proxy that implement MethodInterceptor -
Uses of MethodInterceptor in tech.guilhermekaua.spigotboot.core.context.configuration.proxy
Classes in tech.guilhermekaua.spigotboot.core.context.configuration.proxy that implement MethodInterceptor -
Uses of MethodInterceptor in tech.guilhermekaua.spigotboot.core.proxy
Methods in tech.guilhermekaua.spigotboot.core.proxy that return MethodInterceptorMethods in tech.guilhermekaua.spigotboot.core.proxy with parameters of type MethodInterceptorModifier and TypeMethodDescriptionstatic <T> TProxyFactory.createProxy(Class<T> target, Class<?>[] ctorArgTypes, Object[] ctorArgValues, MethodInterceptor handler) voidSpigotBootProxy.setHandler(MethodInterceptor handler)