org.pentaho.di.core.reflection
Class StringSearcher

java.lang.Object
  extended by org.pentaho.di.core.reflection.StringSearcher

public class StringSearcher
extends Object


Constructor Summary
StringSearcher()
           
 
Method Summary
static String constructGetter(String name)
           
static String constructIsGetter(String name)
           
static void findMetaData(Object object, int level, List<StringSearchResult> stringList, Object parentObject, Object grandParentObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSearcher

public StringSearcher()
Method Detail

findMetaData

public static final void findMetaData(Object object,
                                      int level,
                                      List<StringSearchResult> stringList,
                                      Object parentObject,
                                      Object grandParentObject)

constructGetter

public static final String constructGetter(String name)

constructIsGetter

public static final String constructIsGetter(String name)