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
C
checkImplementingMethods(Class<?>)
- Method in class org.codehaus.dimple.
Implementor
Makes sure that methods defined by ImplClass implement some method in
asType
.
checkImplementingMethods(Class<?>...)
- Method in class org.codehaus.dimple.
Implementor
Makes sure that methods defined by ImplClass implement some method in any Class object in
asTypes
.
createInvocationHandler(ImplClass)
- Method in class org.codehaus.dimple.
Implementor
create an InvocationHandler object by calling
instance
if a method is implemented by the impl class.
createInvocationHandler(ImplClass, Object)
- Method in class org.codehaus.dimple.
Implementor
create an InvocationHandler object by calling
instance
if a method is implemented by the impl class.
createInvocationHandlerWithDefaultHandler(ImplClass, InvocationHandler)
- Method in class org.codehaus.dimple.
Implementor
create an InvocationHandler object by calling
instance
if a method is implemented by the impl class.
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