Class Values


  • public class Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T get​(org.openqa.selenium.remote.http.HttpResponse response, java.lang.reflect.Type typeOfT)  
      • Methods inherited from class java.lang.Object

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

      • Values

        public Values()
    • Method Detail

      • get

        public static <T> T get​(org.openqa.selenium.remote.http.HttpResponse response,
                                java.lang.reflect.Type typeOfT)