Skip navigation links
B C I P S 

B

before() - Method in interface com.github.cloudyrock.proxy.PreInterceptor
To be executed before the intercepted method

C

com.github.cloudyrock.proxy - package com.github.cloudyrock.proxy
 
createProxyFromOriginal(T) - Method in class com.github.cloudyrock.proxy.ProxyFactory
Method to generate a proxy from a given object.

I

isNamingPolicyDefined() - Static method in class com.github.cloudyrock.proxy.ProxyFactory
 

P

PreInterceptor - Interface in com.github.cloudyrock.proxy
Generic interface to be provided to ProxyFactory to wrap the desired actions before the execution of the intercepted method
ProxyFactory - Class in com.github.cloudyrock.proxy
Proxy wrapper generator
ProxyFactory(PreInterceptor, Set<String>, Set<String>) - Constructor for class com.github.cloudyrock.proxy.ProxyFactory
Constructor with PreInterceptor, which will be called before the method's invocation, list of method names which will skip the PreInterceptor invocation and a list of method names that will return a proxy of the returned object.
ProxyWrapperConfigException - Exception in com.github.cloudyrock.proxy
 
ProxyWrapperConfigException(String) - Constructor for exception com.github.cloudyrock.proxy.ProxyWrapperConfigException
 

S

setNamingPolicy(String) - Static method in class com.github.cloudyrock.proxy.ProxyFactory
 
setNamingPolicyIfAbsent(String) - Static method in class com.github.cloudyrock.proxy.ProxyFactory
 
B C I P S 
Skip navigation links

Copyright © 2018. All rights reserved.