org.testng.xml.dom
Class Reflect

java.lang.Object
  extended by org.testng.xml.dom.Reflect

public class Reflect
extends Object


Constructor Summary
Reflect()
           
 
Method Summary
static List<org.testng.internal.collections.Pair<Method,Wrapper>> findMethodsWithAnnotation(Class<?> c, Class<? extends Annotation> ac, Object bean)
           
static org.testng.internal.collections.Pair<Method,Wrapper> findSetterForTag(Class<?> c, String tagName, Object bean)
           
static String toCapitalizedCamelCase(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflect

public Reflect()
Method Detail

findMethodsWithAnnotation

public static List<org.testng.internal.collections.Pair<Method,Wrapper>> findMethodsWithAnnotation(Class<?> c,
                                                                                                   Class<? extends Annotation> ac,
                                                                                                   Object bean)

findSetterForTag

public static org.testng.internal.collections.Pair<Method,Wrapper> findSetterForTag(Class<?> c,
                                                                                    String tagName,
                                                                                    Object bean)

toCapitalizedCamelCase

public static String toCapitalizedCamelCase(String name)


Copyright © 2015. All Rights Reserved.