Uses of Class
org.perfectable.introspection.proxy.ForwardingHandler
-
Packages that use ForwardingHandler Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of ForwardingHandler in org.perfectable.introspection.proxy
Methods in org.perfectable.introspection.proxy that return ForwardingHandler Modifier and Type Method Description static <T> ForwardingHandler<T>
ForwardingHandler. of(T target)
Creates handler with specified object as a delegate.
-