org.openqa.selenium.remote.server.handler.internal
Class ArgumentConverter

java.lang.Object
  extended by org.openqa.selenium.remote.server.handler.internal.ArgumentConverter
All Implemented Interfaces:
com.google.common.base.Function<Object,Object>

public class ArgumentConverter
extends Object
implements com.google.common.base.Function<Object,Object>


Constructor Summary
ArgumentConverter(KnownElements knownElements)
           
 
Method Summary
 Object apply(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ArgumentConverter

public ArgumentConverter(KnownElements knownElements)
Method Detail

apply

public Object apply(Object arg)
Specified by:
apply in interface com.google.common.base.Function<Object,Object>


Copyright © 2012. All Rights Reserved.