org.openqa.selenium.remote.server.handler.internal
Class ResultConverter
java.lang.Object
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.
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 |
ResultConverter
public ResultConverter(KnownElements knownElements)
apply
public Object apply(Object result)
- Specified by:
apply
in interface com.google.common.base.Function<Object,Object>
Copyright © 2012. All Rights Reserved.