Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/class-use/GraphSONMapper.Builder.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/class-use/GraphSONMapper.Builder.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/class-use/GraphSONMapper.Builder.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/class-use/GraphSONMapper.Builder.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:55 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:45 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> @@ -147,53 +147,59 @@ </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> +<td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#addDefaultXModule-boolean-">addDefaultXModule</a></span>(boolean includeDefaultXModule)</code> +<div class="block">Supply a default extension module of V2_0 and V3_0 for serialization/deserialization.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#addRegistry-org.apache.tinkerpop.gremlin.structure.io.IoRegistry-">addRegistry</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/IoRegistry.html" title="interface in org.apache.tinkerpop.gremlin.structure.io">IoRegistry</a> registry)</code> <div class="block">Adds a vendor supplied <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/IoRegistry.html" title="interface in org.apache.tinkerpop.gremlin.structure.io"><code>IoRegistry</code></a> to the <code>Mapper.Builder</code> which enables it to check for vendor custom serializers to add to the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/Mapper.html" title="interface in org.apache.tinkerpop.gremlin.structure.io"><code>Mapper</code></a>.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.html#build--">build</a></span>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.html#build-org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper-">build</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper</a> mapper)</code> <div class="block">Create a new Builder from a given <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson"><code>GraphSONMapper</code></a>.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#loadCustomModules-boolean-">loadCustomModules</a></span>(boolean loadCustomModules)</code> <div class="block">Try to load <code>SimpleModule</code> instances from the current classpath.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONIo.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONIo.html#mapper--">mapper</a></span>()</code> <div class="block">Constructs a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/Mapper.Builder.html" title="interface in org.apache.tinkerpop.gremlin.structure.io"><code>Mapper.Builder</code></a> which is responsible for constructing the abstraction over different serialization methods.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#normalize-boolean-">normalize</a></span>(boolean normalize)</code> <div class="block">Forces keys to be sorted.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#typeInfo-org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo-">typeInfo</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/TypeInfo.html" title="enum in org.apache.tinkerpop.gremlin.structure.io.graphson">TypeInfo</a> typeInfo)</code> <div class="block">Specify if the values are going to be typed or not, and at which level.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#version-org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion-">version</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONVersion.html" title="enum in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONVersion</a> version)</code> <div class="block">Set the version of GraphSON to use.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.graphson">GraphSONMapper.Builder</a></code></td> <td class="colLast"><span class="typeNameLabel">GraphSONMapper.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.Builder.html#version-java.lang.String-">version</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> version)</code> <div class="block">Set the version of GraphSON to use.</div>
Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/package-tree.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/package-tree.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/graphson/package-tree.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:54 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:44 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.tinkerpop.gremlin.structure.io.graphson Class Hierarchy (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -185,8 +185,8 @@ <ul> <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> -<li type="circle">org.apache.tinkerpop.gremlin.structure.io.graphson.<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONVersion.html" title="enum in org.apache.tinkerpop.gremlin.structure.io.graphson"><span class="typeNameLink">GraphSONVersion</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.structure.io.graphson.<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/TypeInfo.html" title="enum in org.apache.tinkerpop.gremlin.structure.io.graphson"><span class="typeNameLink">TypeInfo</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.io.graphson.<a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONVersion.html" title="enum in org.apache.tinkerpop.gremlin.structure.io.graphson"><span class="typeNameLink">GraphSONVersion</span></a></li> </ul> </li> </ul> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyPoint.ToyPointJacksonDeSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyPoint.ToyPointJacksonDeSerializer.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyPoint.ToyPointJacksonDeSerializer.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyPoint.ToyPointJacksonDeSerializer.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:51 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:41 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ToyPoint.ToyPointJacksonDeSerializer (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -221,7 +221,7 @@ extends <a href="../../../../../../../or <!-- --> </a> <h3>Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.deser.std.StdDeserializer</h3> -<code>_byteOverflow, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkTextualNull, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parse IntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> +<code>_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDat eFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.tinkerpop.shaded.jackson.databind.JsonDeserializer"> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyTriangle.ToyTriangleJacksonDeSerializer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyTriangle.ToyTriangleJacksonDeSerializer.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyTriangle.ToyTriangleJacksonDeSerializer.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/gryo/ToyTriangle.ToyTriangleJacksonDeSerializer.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:51 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:41 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ToyTriangle.ToyTriangleJacksonDeSerializer (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -221,7 +221,7 @@ extends <a href="../../../../../../../or <!-- --> </a> <h3>Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.deser.std.StdDeserializer</h3> -<code>_byteOverflow, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkTextualNull, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parse IntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> +<code>_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDat eFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.tinkerpop.shaded.jackson.databind.JsonDeserializer"> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV2d0.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV2d0.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV2d0.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV2d0.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:52 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:42 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CustomId.CustomIdJacksonDeserializerV2d0 (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -221,7 +221,7 @@ extends <a href="../../../../../../../or <!-- --> </a> <h3>Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.deser.std.StdDeserializer</h3> -<code>_byteOverflow, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkTextualNull, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parse IntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> +<code>_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDat eFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.tinkerpop.shaded.jackson.databind.JsonDeserializer"> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV3d0.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV3d0.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV3d0.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/io/util/CustomId.CustomIdJacksonDeserializerV3d0.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:52 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:42 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CustomId.CustomIdJacksonDeserializerV3d0 (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -214,7 +214,7 @@ extends org.apache.tinkerpop.shaded.jack <!-- --> </a> <h3>Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.deser.std.StdDeserializer</h3> -<code>_byteOverflow, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkTextualNull, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parse IntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> +<code>_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDat eFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.tinkerpop.shaded.jackson.databind.JsonDeserializer"> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:54 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:44 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.tinkerpop.gremlin.structure Class Hierarchy (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -215,10 +215,10 @@ </ul> <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> <ul> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIn.html" title="annotation in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Graph.OptIn</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIns.html" title="annotation in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Graph.OptIns</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptOut.html" title="annotation in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Graph.OptOut</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptOuts.html" title="annotation in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Graph.OptOuts</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIn.html" title="annotation in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Graph.OptIn</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> @@ -226,14 +226,14 @@ <ul> <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) <ul> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.READ_WRITE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.READ_WRITE_BEHAVIOR</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.CLOSE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.CLOSE_BEHAVIOR</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Direction</span></a></li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/PropertyType.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">PropertyType</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">T</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.Cardinality.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">VertexProperty.Cardinality</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.Status.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.Status</span></a></li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">T</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Direction</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/PropertyType.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">PropertyType</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.READ_WRITE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.READ_WRITE_BEHAVIOR</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Column.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Column</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.CLOSE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.CLOSE_BEHAVIOR</span></a> (implements java.util.function.<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> </ul> </li> </ul> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/package-tree.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:54 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:44 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.tinkerpop.gremlin.structure.util Class Hierarchy (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -134,8 +134,8 @@ </ul> <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2> <ul> -<li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/FeatureDescriptor.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">FeatureDescriptor</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/GraphFactoryClass.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">GraphFactoryClass</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.util.<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/util/FeatureDescriptor.html" title="annotation in org.apache.tinkerpop.gremlin.structure.util"><span class="typeNameLink">FeatureDescriptor</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.BinaryLambda.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.BinaryLambda.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.BinaryLambda.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/org/apache/tinkerpop/gremlin/util/function/Lambda.BinaryLambda.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:52 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:42 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Lambda.BinaryLambda (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -208,7 +208,7 @@ implements <a href="https://docs.oracle. <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> -<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.htm l?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/ java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.util.function.BinaryOperator"> Modified: tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/overview-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/overview-tree.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/overview-tree.html (original) +++ tinkerpop/site/javadocs/3.5.5-SNAPSHOT/full/overview-tree.html Mon Dec 19 21:22:32 2022 @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Wed Jul 27 12:11:56 EDT 2022 --> +<!-- Generated by javadoc (1.8.0_312) on Mon Dec 19 16:20:46 EST 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class Hierarchy (Apache TinkerPop 3.5.5-SNAPSHOT API)</title> -<meta name="date" content="2022-07-27"> +<meta name="date" content="2022-12-19"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -1198,6 +1198,7 @@ </li> <li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="org/apache/tinkerpop/gremlin/server/handler/WebSocketAuthorizationHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">WebSocketAuthorizationHandler</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="org/apache/tinkerpop/gremlin/server/handler/WsAndHttpChannelizerHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">WsAndHttpChannelizerHandler</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="org/apache/tinkerpop/gremlin/server/handler/WsUserAgentHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">WsUserAgentHandler</span></a></li> </ul> </li> <li type="circle">io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler) @@ -2658,6 +2659,7 @@ </li> <li type="circle">org.apache.tinkerpop.gremlin.structure.io.binary.<a href="org/apache/tinkerpop/gremlin/structure/io/binary/TypeSerializerRegistry.html" title="class in org.apache.tinkerpop.gremlin.structure.io.binary"><span class="typeNameLink">TypeSerializerRegistry</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.structure.io.binary.<a href="org/apache/tinkerpop/gremlin/structure/io/binary/TypeSerializerRegistry.Builder.html" title="class in org.apache.tinkerpop.gremlin.structure.io.binary"><span class="typeNameLink">TypeSerializerRegistry.Builder</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.driver.<a href="org/apache/tinkerpop/gremlin/driver/UserAgent.html" title="class in org.apache.tinkerpop.gremlin.driver"><span class="typeNameLink">UserAgent</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.groovy.jsr223.ast.<a href="org/apache/tinkerpop/gremlin/groovy/jsr223/ast/VarAsBindingASTTransformation.html" title="class in org.apache.tinkerpop.gremlin.groovy.jsr223.ast"><span class="typeNameLink">VarAsBindingASTTransformation</span></a> (implements org.codehaus.groovy.transform.ASTTransformation, groovy.lang.GroovyObject)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="org/apache/tinkerpop/gremlin/structure/VariablesTest.html" title="class in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">VariablesTest</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="org/apache/tinkerpop/gremlin/structure/Vertex.Exceptions.html" title="class in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Vertex.Exceptions</span></a></li> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/AnonymousTraversalSource.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/AnonymousTraversalSource.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/AnonymousTraversalSource.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/AnonymousTraversalSource.html Mon Dec 19 21:22:32 2022 @@ -722,7 +722,7 @@ reference so that traversals spawned fro <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Authenticator.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Authenticator.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Authenticator.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Authenticator.html Mon Dec 19 21:22:32 2022 @@ -294,7 +294,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Bytecode.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Bytecode.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Bytecode.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Bytecode.html Mon Dec 19 21:22:32 2022 @@ -932,7 +932,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Client.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Client.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Client.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Client.html Mon Dec 19 21:22:32 2022 @@ -482,6 +482,72 @@ <tr> + <td class="name"><code>headers</code></td> + + + <td class="type"> + + +<span class="param-type">Object</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">An associative array containing the additional header key/values for the initial request.</td> + </tr> + + + + <tr> + + <td class="name"><code>enableUserAgentOnConnect</code></td> + + + <td class="type"> + + +<span class="param-type">Boolean</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td> + </tr> + + + + <tr> + <td class="name"><code>processor</code></td> @@ -545,6 +611,105 @@ </tr> + + <tr> + + <td class="name"><code>pingEnabled</code></td> + + + <td class="type"> + + +<span class="param-type">Boolean</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Setup ping interval. Defaults to: true.</td> + </tr> + + + + <tr> + + <td class="name"><code>pingInterval</code></td> + + + <td class="type"> + + +<span class="param-type">Number</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Ping request interval in ms if ping enabled. Defaults to: 60000.</td> + </tr> + + + + <tr> + + <td class="name"><code>pongTimeout</code></td> + + + <td class="type"> + + +<span class="param-type">Number</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Timeout of pong response in ms after sending a ping. Defaults to: 30000.</td> + </tr> + + </tbody> </table> @@ -683,7 +848,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line71">line 71</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line76">line 76</a> </li></ul></dd> @@ -835,7 +1000,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line180">line 180</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line185">line 185</a> </li></ul></dd> @@ -924,7 +1089,7 @@ send session close request before connec <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line167">line 167</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line172">line 172</a> </li></ul></dd> @@ -1030,7 +1195,7 @@ send session close request before connec <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line63">line 63</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line68">line 68</a> </li></ul></dd> @@ -1208,7 +1373,7 @@ send session close request before connec <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line189">line 189</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line194">line 194</a> </li></ul></dd> @@ -1424,7 +1589,7 @@ send session close request before connec <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line130">line 130</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line135">line 135</a> </li></ul></dd> @@ -1658,7 +1823,7 @@ send session close request before connec <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line91">line 91</a> + <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line96">line 96</a> </li></ul></dd> @@ -1728,7 +1893,7 @@ send session close request before connec <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Connection.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Connection.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Connection.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Connection.html Mon Dec 19 21:22:32 2022 @@ -515,6 +515,39 @@ <tr> + <td class="name"><code>enableUserAgentOnConnect</code></td> + + + <td class="type"> + + +<span class="param-type">Boolean</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td> + </tr> + + + + <tr> + <td class="name"><code>pingEnabled</code></td> @@ -792,7 +825,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line83">line 83</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line84">line 84</a> </li></ul></dd> @@ -872,7 +905,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line371">line 371</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line380">line 380</a> </li></ul></dd> @@ -960,7 +993,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line411">line 411</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line420">line 420</a> </li></ul></dd> @@ -1066,7 +1099,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line117">line 117</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line119">line 119</a> </li></ul></dd> @@ -1168,7 +1201,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line194">line 194</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line203">line 203</a> </li></ul></dd> @@ -1252,7 +1285,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line166">line 166</a> + <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line175">line 175</a> </li></ul></dd> @@ -1304,7 +1337,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/DriverRemoteConnection.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/DriverRemoteConnection.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/DriverRemoteConnection.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/DriverRemoteConnection.html Mon Dec 19 21:22:32 2022 @@ -512,6 +512,138 @@ </tr> + + <tr> + + <td class="name"><code>enableUserAgentOnConnect</code></td> + + + <td class="type"> + + +<span class="param-type">Boolean</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Determines if a user agent will be sent during connection handshake. Defaults to: true</td> + </tr> + + + + <tr> + + <td class="name"><code>pingEnabled</code></td> + + + <td class="type"> + + +<span class="param-type">Boolean</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Setup ping interval. Defaults to: true.</td> + </tr> + + + + <tr> + + <td class="name"><code>pingInterval</code></td> + + + <td class="type"> + + +<span class="param-type">Number</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Ping request interval in ms if ping enabled. Defaults to: 60000.</td> + </tr> + + + + <tr> + + <td class="name"><code>pongTimeout</code></td> + + + <td class="type"> + + +<span class="param-type">Number</span> + + + + </td> + + + <td class="attributes"> + + <optional><br> + + + + + + </td> + + + + + <td class="description last">Timeout of pong response in ms after sending a ping. Defaults to: 30000.</td> + </tr> + + </tbody> </table> @@ -646,7 +778,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line64">line 64</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line68">line 68</a> </li></ul></dd> @@ -704,7 +836,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line102">line 102</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line106">line 106</a> </li></ul></dd> @@ -780,7 +912,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line122">line 122</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line126">line 126</a> </li></ul></dd> @@ -864,7 +996,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line117">line 117</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line121">line 121</a> </li></ul></dd> @@ -948,7 +1080,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line107">line 107</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line111">line 111</a> </li></ul></dd> @@ -1032,7 +1164,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line90">line 90</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line94">line 94</a> </li></ul></dd> @@ -1116,7 +1248,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line59">line 59</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line63">line 63</a> </li></ul></dd> @@ -1200,7 +1332,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line127">line 127</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line131">line 131</a> </li></ul></dd> @@ -1284,7 +1416,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line112">line 112</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line116">line 116</a> </li></ul></dd> @@ -1368,7 +1500,7 @@ <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> - <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line69">line 69</a> + <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line73">line 73</a> </li></ul></dd> @@ -1420,7 +1552,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/EdgeLabelVerificationStrategy.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/EdgeLabelVerificationStrategy.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/EdgeLabelVerificationStrategy.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/EdgeLabelVerificationStrategy.html Mon Dec 19 21:22:32 2022 @@ -243,7 +243,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Graph.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Graph.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Graph.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Graph.html Mon Dec 19 21:22:32 2022 @@ -334,7 +334,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Reader.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Reader.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Reader.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Reader.html Mon Dec 19 21:22:32 2022 @@ -398,7 +398,7 @@ deserializer instances as values, ie: { <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Writer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Writer.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Writer.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON2Writer.html Mon Dec 19 21:22:32 2022 @@ -549,7 +549,7 @@ serializer instances as values, ie: { 'g <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Reader.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Reader.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Reader.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Reader.html Mon Dec 19 21:22:32 2022 @@ -161,7 +161,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Writer.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Writer.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Writer.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphSON3Writer.html Mon Dec 19 21:22:32 2022 @@ -161,7 +161,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversal.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversal.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversal.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversal.html Mon Dec 19 21:22:32 2022 @@ -17454,7 +17454,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversalSource.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversalSource.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversalSource.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/GraphTraversalSource.html Mon Dec 19 21:22:32 2022 @@ -3157,7 +3157,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/HaltedTraverserStrategy.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/HaltedTraverserStrategy.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/HaltedTraverserStrategy.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/HaltedTraverserStrategy.html Mon Dec 19 21:22:32 2022 @@ -206,7 +206,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/MatchAlgorithmStrategy.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/MatchAlgorithmStrategy.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/MatchAlgorithmStrategy.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/MatchAlgorithmStrategy.html Mon Dec 19 21:22:32 2022 @@ -201,7 +201,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/P.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/P.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/P.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/P.html Mon Dec 19 21:22:32 2022 @@ -1866,7 +1866,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PartitionStrategy.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PartitionStrategy.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PartitionStrategy.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PartitionStrategy.html Mon Dec 19 21:22:32 2022 @@ -378,7 +378,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Path.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Path.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Path.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/Path.html Mon Dec 19 21:22:32 2022 @@ -233,7 +233,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PlainTextSaslAuthenticator.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PlainTextSaslAuthenticator.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PlainTextSaslAuthenticator.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/PlainTextSaslAuthenticator.html Mon Dec 19 21:22:32 2022 @@ -447,7 +447,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script> Modified: tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/ProductiveByStrategy.html URL: http://svn.apache.org/viewvc/tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/ProductiveByStrategy.html?rev=1906091&r1=1906090&r2=1906091&view=diff ============================================================================== --- tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/ProductiveByStrategy.html (original) +++ tinkerpop/site/jsdocs/3.5.5-SNAPSHOT/ProductiveByStrategy.html Mon Dec 19 21:22:32 2022 @@ -279,7 +279,7 @@ <br class="clear"> <footer> - Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 27 2022 12:12:28 GMT-0400 (Eastern Daylight Time) + Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 19 2022 16:21:20 GMT-0500 (Eastern Standard Time) </footer> <script> prettyPrint(); </script>
