Class 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)  
      T propertyByType​(java.lang.Object testInstance, java.lang.Class<T> type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyGetter

        public PropertyGetter()
    • Method Detail

      • propertyByType

        public T propertyByType​(java.lang.Object testInstance,
                                java.lang.Class<T> type)
      • getAllFields

        public static java.util.List<java.lang.reflect.Field> getAllFields​(java.util.List<java.lang.reflect.Field> fields,
                                                                           java.lang.Class<?> type)