Uses of Interface
org.perfectable.introspection.proxy.ProxyService
-
Packages that use ProxyService Package Description org.perfectable.introspection.proxy Elements that simplifies creation of Proxy Objects. -
-
Uses of ProxyService in org.perfectable.introspection.proxy
Classes in org.perfectable.introspection.proxy that implement ProxyService Modifier and Type Class Description class
JavassistProxyService
class
JdkProxyService
Methods in org.perfectable.introspection.proxy that return ProxyService Modifier and Type Method Description ProxyService
ProxyService.Container. get(ProxyService.Feature... requiredFeatures)
Extracts proxy service with specified features.Methods in org.perfectable.introspection.proxy with parameters of type ProxyService Modifier and Type Method Description ProxyBuilder<I>
ProxyBuilder. usingService(ProxyService newService)
Creates proxy builder that have proxy service replaced.
-