public static class MethodUtilsTest.InheritanceBean extends Object
| Constructor and Description |
|---|
MethodUtilsTest.InheritanceBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
testOne(MethodUtilsTest.GrandParentObject obj) |
void |
testOne(MethodUtilsTest.ParentObject obj) |
void |
testOne(Object obj) |
void |
testTwo(org.apache.commons.lang3.reflect.MethodUtilsTest.ChildInterface obj) |
void |
testTwo(MethodUtilsTest.GrandParentObject obj) |
void |
testTwo(Object obj) |
public MethodUtilsTest.InheritanceBean()
public void testOne(MethodUtilsTest.GrandParentObject obj)
public void testOne(MethodUtilsTest.ParentObject obj)
public void testTwo(MethodUtilsTest.GrandParentObject obj)
public void testTwo(org.apache.commons.lang3.reflect.MethodUtilsTest.ChildInterface obj)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.