Package org.testng.xml.dom
Class Reflect
- java.lang.Object
-
- org.testng.xml.dom.Reflect
-
public class Reflect extends Object
-
-
Constructor Summary
Constructors Constructor Description Reflect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Pair<Method,Wrapper>>
findMethodsWithAnnotation(Class<?> c, Class<? extends Annotation> ac, Object bean)
static Pair<Method,Wrapper>
findSetterForTag(Class<?> c, String tagName, Object bean)
static String
toCapitalizedCamelCase(String name)
-