Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.proxy2 Classes and Interfaces - 55 results found.
NameDescriptionTypePackageFramework
AbstractProxyClassGeneratorA useful superclass for ProxyClassGenerator implementations.Classorg.apache.commons.proxy2.implApache Commons
AbstractProxyFactoryBase abstract ProxyFactory implementation, primarily providing implementations of the interface methods that are typically convenience constructs over the other methods.Classorg.apache.commons.proxy2.implApache Commons
AbstractSubclassingProxyFactoryParent AbstractProxyFactory for implementations that permit the generation of proxies with a specific inheritance hierarchy.Classorg.apache.commons.proxy2.implApache Commons
AnnotationBuilderClassorg.apache.commons.proxy2.stubApache Commons
AnnotationInvokerClassorg.apache.commons.proxy2.stubApache Commons
AnnotationTrainerClassorg.apache.commons.proxy2.stubApache Commons
ArgumentMatcherUtilsClassorg.apache.commons.proxy2.interceptor.matcher.argumentApache Commons
ArgumentMatcherUtils .EndsWithMatcherClassorg.apache.commons.proxy2.interceptor.matcher.argument.ArgumentMatcherUtilsApache Commons
ArgumentMatcherUtils .RegexMatcherClassorg.apache.commons.proxy2.interceptor.matcher.argument.ArgumentMatcherUtilsApache Commons
ASMProxyFactoryClassorg.apache.commons.proxy2.asmApache Commons
BaseAnnotationTrainerClassorg.apache.commons.proxy2.stubApache Commons
BaseTrainerClassorg.apache.commons.proxy2.stubApache Commons
BeanProviderUses Class.Classorg.apache.commons.proxy2.providerApache Commons
CglibProxyFactoryCglib-based ProxyFactory implementation.Classorg.apache.commons.proxy2.cglibApache Commons
CloningProviderMerely calls clone() (reflectively) on the given Cloneable object.Classorg.apache.commons.proxy2.providerApache Commons
ConstantProviderAlways returns the same object.Classorg.apache.commons.proxy2.providerApache Commons
DeclaredByMatcherInvocationMatcher based on declaring class of the method invoked.Classorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
DelegatingInvokerDelegates a method invocation to the object provided by an ObjectProvider.Classorg.apache.commons.proxy2.invokerApache Commons
DuckTypingInvokerAn invoker which supports duck typing, meaning that it finds a matching method on the object returned from the target provider and invokes it.Classorg.apache.commons.proxy2.invokerApache Commons
InterceptorIntercepts a method invocation.Interfaceorg.apache.commons.proxy2Apache Commons
InterceptorUtilsClassorg.apache.commons.proxy2.interceptorApache Commons
InvocationMethod invocation for use by an Interceptor.Interfaceorg.apache.commons.proxy2Apache Commons
InvocationHandlerAdapterAn adapter class to adapt the JDK's InvocationHandler interface to Commons Proxy's Invoker interface.Classorg.apache.commons.proxy2.invokerApache Commons
InvocationMatcherAn InvocationMatcher is used to conditionally match Invocation objects based on some criteria such as method name, parameter values, etc.Interfaceorg.apache.commons.proxy2.interceptor.matcherApache Commons
InvocationRecorderAn InvocationRecorder records method invocations against its generated proxies.Classorg.apache.commons.proxy2.invoker.recorderApache Commons
InvokerAn invoker is responsible for handling a method invocation.Interfaceorg.apache.commons.proxy2Apache Commons
InvokerExceptionTo be used by an Invoker when they encounter an error.Classorg.apache.commons.proxy2.exceptionApache Commons
InvokerInterceptorAdapts an Invoker to the Interceptor interface.Classorg.apache.commons.proxy2.interceptorApache Commons
JavassistInvocationA Javassist-based Invocation implementation.Classorg.apache.commons.proxy2.javassistApache Commons
JavassistProxyFactoryClassorg.apache.commons.proxy2.javassistApache Commons
JdkProxyFactoryProxyFactory implementation that uses Proxy proxies.Classorg.apache.commons.proxy2.jdkApache Commons
MethodNameMatcherA MethodNameMatcher simply checks to see that the method name of the invocation matches the target method name given in the constructor.Classorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
MethodSignatureA class for capturing the signature of a method (its name and parameter types).Classorg.apache.commons.proxy2.implApache Commons
NullInvokerAn Invoker implementation which merely returns null for all method invocations.Classorg.apache.commons.proxy2.invokerApache Commons
NullProviderAlways returns null.Classorg.apache.commons.proxy2.providerApache Commons
ObjectProviderProvides an object to a delegating proxy.Interfaceorg.apache.commons.proxy2Apache Commons
ObjectProviderExceptionObjectProvider implementations should throw this exception type to indicate that there was a problem creating/finding the object.Classorg.apache.commons.proxy2.exceptionApache Commons
ObjectProviderInterceptorA ObjectProviderInterceptor merely returns the value returned from ObjectProvider.Classorg.apache.commons.proxy2.interceptorApache Commons
ObjectProviderUtilsClassorg.apache.commons.proxy2.providerApache Commons
ProviderDecoratorReturns the result of the inner provider.Classorg.apache.commons.proxy2.providerApache Commons
ProxyClassCacheA cache for storing implementation classes for proxies based on a specific type of ProxyClassGenerator.Classorg.apache.commons.proxy2.implApache Commons
ProxyClassGeneratorA proxy class generator generates Class instances for a given combination of interfaces in a given classloader.Interfaceorg.apache.commons.proxy2.implApache Commons
ProxyFactoryProxyFactory interface.Interfaceorg.apache.commons.proxy2Apache Commons
ProxyFactoryExceptionA runtime exception type to be used by proxy factories when a problemSince:1.Classorg.apache.commons.proxy2.exceptionApache Commons
ProxyUtilsProvides some helpful proxy utility methods.Classorg.apache.commons.proxy2Apache Commons
ReadResolveDefines a contract around the Object readResolve() method used by Java deserialization.Interfaceorg.apache.commons.proxy2.serializationApache Commons
RecordedInvocationDetached representation of a method invocation.Classorg.apache.commons.proxy2.invokerApache Commons
ReturnTypeMatcherClassorg.apache.commons.proxy2.interceptor.matcher.invocationApache Commons
SingletonProviderWraps another object provider, making sure to only call it once, returning the value returned from the wrapped provider on all subsequent invocations.Classorg.apache.commons.proxy2.providerApache Commons
StubBuilderClassorg.apache.commons.proxy2.stubApache Commons
StubInterceptorBuilderClassorg.apache.commons.proxy2.stubApache Commons
SwitchInterceptorA SwitchInterceptor maintains a list of InvocationMatcher/Interceptor pairs.Classorg.apache.commons.proxy2.interceptorApache Commons
ThrowingInterceptorClassorg.apache.commons.proxy2.interceptorApache Commons
TrainerClassorg.apache.commons.proxy2.stubApache Commons
WriteReplaceDefines a contract around the Object writeReplace() method used by Java deserialization.Interfaceorg.apache.commons.proxy2.serializationApache Commons