Uses of Interface
org.perfectable.introspection.proxy.MethodInvocation.Decomposer
-
Packages that use MethodInvocation.Decomposer Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of MethodInvocation.Decomposer in org.perfectable.introspection.proxy
Methods in org.perfectable.introspection.proxy with parameters of type MethodInvocation.Decomposer Modifier and Type Method Description <R> R
MethodInvocation. decompose(MethodInvocation.Decomposer<? super T,R> decomposer)
Decomposes the invocation to its parts.
-