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

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

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

Converts an object to be sent as JSON according to the wire protocol.


Constructor Summary
ResultConverter(KnownElements knownElements)
           
 
Method Summary
 Object apply(Object result)
           
 
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

ResultConverter

public ResultConverter(KnownElements knownElements)
Method Detail

apply

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


Copyright © 2012. All Rights Reserved.