public class WebElementSerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.openqa.selenium.WebElement>
| Modifier | Constructor and Description |
|---|---|
|
WebElementSerializer() |
protected |
WebElementSerializer(Class<org.openqa.selenium.WebElement> t) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.openqa.selenium.WebElement value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic WebElementSerializer()
protected WebElementSerializer(Class<org.openqa.selenium.WebElement> t)
public void serialize(org.openqa.selenium.WebElement value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider)
throws IOException
serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.openqa.selenium.WebElement>IOExceptionCopyright © 2021. All rights reserved.