Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.proxy2.invoker Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
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
InvocationHandlerAdapterAn adapter class to adapt the JDK's InvocationHandler interface to Commons Proxy's Invoker interface.Classorg.apache.commons.proxy2.invokerApache 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
NullInvokerAn Invoker implementation which merely returns null for all method invocations.Classorg.apache.commons.proxy2.invokerApache Commons
RecordedInvocationDetached representation of a method invocation.Classorg.apache.commons.proxy2.invokerApache Commons