Package com.lordofthejars.nosqlunit.core
Class PropertyGetter<T>
- java.lang.Object
-
- com.lordofthejars.nosqlunit.core.PropertyGetter<T>
-
public class PropertyGetter<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyGetter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.reflect.Field>getAllFields(java.util.List<java.lang.reflect.Field> fields, java.lang.Class<?> type)TpropertyByType(java.lang.Object testInstance, java.lang.Class<T> type)
-