Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
E
G
H
I
L
N
O
P
S
T
U
W
G
generateInterceptor(Class<T>)
- Method in class org.codehaus.dimple.
Implementor
Generate byte code to create an interceptor that will intercept objects of
interceptedType
with objects of
implClass
.
generateInterceptor(Class<T>, Class<Impl>)
- Static method in class org.codehaus.dimple.
Implementor
Generate byte code to create an interceptor that will intercept objects of
interceptedType
with objects of
Impl
.
getImplClass()
- Method in class org.codehaus.dimple.
Implementor
Get the impl class, which is the class whose public methods are used to implement target interface.
getImplementedMethod()
- Method in exception org.codehaus.dimple.
InvalidReturnTypeException
Get the method that we are trying to implement.
getImplementingMethod()
- Method in exception org.codehaus.dimple.
InvalidReturnTypeException
Get the method used to implement the target method.
getMethod()
- Method in exception org.codehaus.dimple.
UnusedMethodException
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
E
G
H
I
L
N
O
P
S
T
U
W