Uses of Class
colesico.framework.service.codegen.model.InterceptionElement
-
Packages that use InterceptionElement Package Description colesico.framework.service.codegen.generator colesico.framework.service.codegen.model -
-
Uses of InterceptionElement in colesico.framework.service.codegen.generator
Methods in colesico.framework.service.codegen.generator that return InterceptionElement Modifier and Type Method Description protected InterceptionElementServiceProxyGenerator. generateSuperMethodInterception(colesico.framework.assist.codegen.model.MethodElement proxyMethodElement) -
Uses of InterceptionElement in colesico.framework.service.codegen.model
Methods in colesico.framework.service.codegen.model that return InterceptionElement Modifier and Type Method Description InterceptionElementProxyMethodElement. getSuperMethodInterception()Methods in colesico.framework.service.codegen.model that return types with arguments of type InterceptionElement Modifier and Type Method Description List<InterceptionElement>ProxyMethodElement. getPhaseInterceptions(String interceptionPhase)Methods in colesico.framework.service.codegen.model with parameters of type InterceptionElement Modifier and Type Method Description voidProxyMethodElement. addInterception(String interceptionPhase, InterceptionElement interception)voidProxyMethodElement. setSuperMethodInterception(InterceptionElement interception)
-