org.drools.ide.common.server.util
Class ClassMethodInspector
java.lang.Object
org.drools.ide.common.server.util.ClassMethodInspector
public class ClassMethodInspector
- extends Object
Finds all methods that are not getters or setters from a class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassMethodInspector
public ClassMethodInspector(Class<?> clazz,
ClassToGenericClassConverter converter)
throws IOException
- Throws:
IOException
getMethodFields
public List<String> getMethodFields(String methodName)
getMethodNames
public List<String> getMethodNames()
getMethodInfos
public List<MethodInfo> getMethodInfos()
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.