C E G H I L N O P S T U W

I

Implement - Annotation Type in org.codehaus.dimple
Indicates that a method or methods declared in a class are used for dynamic implementation of interface(s).
implement(Class<T>, ImplClass, T) - Method in class org.codehaus.dimple.Implementor
create a dynamic proxy that implements asType by calling with if a method is implemented by the impl class.
implement(Class<T>, ImplClass) - Method in class org.codehaus.dimple.Implementor
create a dynamic proxy that implements asType by calling with if a method is implemented by the impl class.
implementedBy(Class<T>, Class<?>) - Static method in class org.codehaus.dimple.Implementor
To assert that all methods in implClass will properly implement some method in asType
Implementor<ImplClass> - Class in org.codehaus.dimple
This class is used to create implementation of interface(s) dynamically.
Implementor(Class<ImplClass>) - Constructor for class org.codehaus.dimple.Implementor
To create an Implementor class.
implementWithDefaultHandler(Class<T>, ImplClass, InvocationHandler) - Method in class org.codehaus.dimple.Implementor
create a dynamic proxy that implements asType by calling with if a method is implemented by the impl class.
instance(Class<ImplClass>) - Static method in class org.codehaus.dimple.Implementor
Convenience method to create an Implementor object.
intercept(Class<T>, T, Object) - Static method in class org.codehaus.dimple.Implementor
Convenience method to intercept an instance of an interface.
intercept(T, Impl) - Method in interface org.codehaus.dimple.Interceptor
To create an instance of T that is backed by intercepted and is intercepted by overrider
Interceptor<T,Impl> - Interface in org.codehaus.dimple
An interceptor represents byte code generated at runtime that knows how to intercept instances of T with an instance of Impl type.
InvalidReturnTypeException - Exception in org.codehaus.dimple
This exception indicates that a method is used to implement a target method but the return type is not compatible.
InvalidReturnTypeException(Method, Method) - Constructor for exception org.codehaus.dimple.InvalidReturnTypeException
Create an InvalidReturnTypeException instance.
InvalidReturnTypeException(Method, Method, String) - Constructor for exception org.codehaus.dimple.InvalidReturnTypeException
Create an InvalidReturnTypeException instance.

C E G H I L N O P S T U W