From 971640724ba223ef05ff70868bd366fbe45aae53 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 30 Sep 2021 15:33:43 -0700 Subject: [PATCH] Add javadocs --- .../2.13/allclasses-frame.html | 149 ++ .../2.13/allclasses-noframe.html | 149 ++ .../EclipseCollectionsDeserializers.html | 448 +++++ .../EclipseCollectionsModule.html | 379 ++++ .../EclipseCollectionsSerializers.html | 341 ++++ .../eclipsecollections/PackageVersion.html | 321 ++++ .../EclipseCollectionsDeserializers.html | 126 ++ .../class-use/EclipseCollectionsModule.html | 126 ++ .../EclipseCollectionsSerializers.html | 126 ++ .../class-use/PackageVersion.html | 126 ++ .../BaseCollectionDeserializer.Boolean.html | 377 ++++ .../BaseCollectionDeserializer.Byte.html | 399 +++++ .../BaseCollectionDeserializer.Char.html | 406 +++++ .../BaseCollectionDeserializer.Double.html | 377 ++++ .../BaseCollectionDeserializer.Float.html | 377 ++++ .../deser/BaseCollectionDeserializer.Int.html | 377 ++++ .../BaseCollectionDeserializer.Long.html | 377 ++++ .../deser/BaseCollectionDeserializer.Ref.html | 475 +++++ .../BaseCollectionDeserializer.Short.html | 377 ++++ .../deser/BaseCollectionDeserializer.html | 539 ++++++ .../bag/ImmutableBagDeserializer.Boolean.html | 419 +++++ .../bag/ImmutableBagDeserializer.Byte.html | 419 +++++ .../bag/ImmutableBagDeserializer.Char.html | 400 +++++ .../bag/ImmutableBagDeserializer.Double.html | 419 +++++ .../bag/ImmutableBagDeserializer.Float.html | 419 +++++ .../bag/ImmutableBagDeserializer.Int.html | 419 +++++ .../bag/ImmutableBagDeserializer.Long.html | 419 +++++ .../bag/ImmutableBagDeserializer.Ref.html | 421 +++++ .../bag/ImmutableBagDeserializer.Short.html | 419 +++++ .../deser/bag/ImmutableBagDeserializer.html | 250 +++ .../ImmutableSortedBagDeserializer.Ref.html | 421 +++++ .../bag/ImmutableSortedBagDeserializer.html | 218 +++ .../bag/MutableBagDeserializer.Boolean.html | 419 +++++ .../bag/MutableBagDeserializer.Byte.html | 419 +++++ .../bag/MutableBagDeserializer.Char.html | 400 +++++ .../bag/MutableBagDeserializer.Double.html | 419 +++++ .../bag/MutableBagDeserializer.Float.html | 419 +++++ .../deser/bag/MutableBagDeserializer.Int.html | 419 +++++ .../bag/MutableBagDeserializer.Long.html | 419 +++++ .../deser/bag/MutableBagDeserializer.Ref.html | 421 +++++ .../bag/MutableBagDeserializer.Short.html | 419 +++++ .../deser/bag/MutableBagDeserializer.html | 250 +++ .../bag/MutableSortedBagDeserializer.Ref.html | 421 +++++ .../bag/MutableSortedBagDeserializer.html | 218 +++ .../ImmutableBagDeserializer.Boolean.html | 166 ++ .../ImmutableBagDeserializer.Byte.html | 166 ++ .../ImmutableBagDeserializer.Char.html | 166 ++ .../ImmutableBagDeserializer.Double.html | 166 ++ .../ImmutableBagDeserializer.Float.html | 166 ++ .../ImmutableBagDeserializer.Int.html | 166 ++ .../ImmutableBagDeserializer.Long.html | 166 ++ .../ImmutableBagDeserializer.Ref.html | 126 ++ .../ImmutableBagDeserializer.Short.html | 166 ++ .../class-use/ImmutableBagDeserializer.html | 126 ++ .../ImmutableSortedBagDeserializer.Ref.html | 126 ++ .../ImmutableSortedBagDeserializer.html | 126 ++ .../MutableBagDeserializer.Boolean.html | 166 ++ .../MutableBagDeserializer.Byte.html | 166 ++ .../MutableBagDeserializer.Char.html | 166 ++ .../MutableBagDeserializer.Double.html | 166 ++ .../MutableBagDeserializer.Float.html | 166 ++ .../class-use/MutableBagDeserializer.Int.html | 166 ++ .../MutableBagDeserializer.Long.html | 166 ++ .../class-use/MutableBagDeserializer.Ref.html | 126 ++ .../MutableBagDeserializer.Short.html | 166 ++ .../bag/class-use/MutableBagDeserializer.html | 126 ++ .../MutableSortedBagDeserializer.Ref.html | 126 ++ .../MutableSortedBagDeserializer.html | 126 ++ .../deser/bag/package-frame.html | 44 + .../deser/bag/package-summary.html | 236 +++ .../deser/bag/package-tree.html | 210 +++ .../deser/bag/package-use.html | 204 +++ .../BaseCollectionDeserializer.Boolean.html | 222 +++ .../BaseCollectionDeserializer.Byte.html | 222 +++ .../BaseCollectionDeserializer.Char.html | 222 +++ .../BaseCollectionDeserializer.Double.html | 222 +++ .../BaseCollectionDeserializer.Float.html | 222 +++ .../BaseCollectionDeserializer.Int.html | 222 +++ .../BaseCollectionDeserializer.Long.html | 222 +++ .../BaseCollectionDeserializer.Ref.html | 347 ++++ .../BaseCollectionDeserializer.Short.html | 222 +++ .../class-use/BaseCollectionDeserializer.html | 460 +++++ .../list/FixedSizeListDeserializer.Ref.html | 421 +++++ .../deser/list/FixedSizeListDeserializer.html | 218 +++ .../ImmutableListDeserializer.Boolean.html | 419 +++++ .../list/ImmutableListDeserializer.Byte.html | 419 +++++ .../list/ImmutableListDeserializer.Char.html | 400 +++++ .../ImmutableListDeserializer.Double.html | 419 +++++ .../list/ImmutableListDeserializer.Float.html | 419 +++++ .../list/ImmutableListDeserializer.Int.html | 419 +++++ .../list/ImmutableListDeserializer.Long.html | 419 +++++ .../list/ImmutableListDeserializer.Ref.html | 421 +++++ .../list/ImmutableListDeserializer.Short.html | 419 +++++ .../deser/list/ImmutableListDeserializer.html | 250 +++ .../list/MutableListDeserializer.Boolean.html | 419 +++++ .../list/MutableListDeserializer.Byte.html | 419 +++++ .../list/MutableListDeserializer.Char.html | 400 +++++ .../list/MutableListDeserializer.Double.html | 419 +++++ .../list/MutableListDeserializer.Float.html | 419 +++++ .../list/MutableListDeserializer.Int.html | 419 +++++ .../list/MutableListDeserializer.Long.html | 419 +++++ .../list/MutableListDeserializer.Ref.html | 421 +++++ .../list/MutableListDeserializer.Short.html | 419 +++++ .../deser/list/MutableListDeserializer.html | 250 +++ .../FixedSizeListDeserializer.Ref.html | 126 ++ .../class-use/FixedSizeListDeserializer.html | 126 ++ .../ImmutableListDeserializer.Boolean.html | 166 ++ .../ImmutableListDeserializer.Byte.html | 166 ++ .../ImmutableListDeserializer.Char.html | 166 ++ .../ImmutableListDeserializer.Double.html | 166 ++ .../ImmutableListDeserializer.Float.html | 166 ++ .../ImmutableListDeserializer.Int.html | 166 ++ .../ImmutableListDeserializer.Long.html | 166 ++ .../ImmutableListDeserializer.Ref.html | 126 ++ .../ImmutableListDeserializer.Short.html | 166 ++ .../class-use/ImmutableListDeserializer.html | 126 ++ .../MutableListDeserializer.Boolean.html | 166 ++ .../MutableListDeserializer.Byte.html | 166 ++ .../MutableListDeserializer.Char.html | 166 ++ .../MutableListDeserializer.Double.html | 166 ++ .../MutableListDeserializer.Float.html | 166 ++ .../MutableListDeserializer.Int.html | 166 ++ .../MutableListDeserializer.Long.html | 166 ++ .../MutableListDeserializer.Ref.html | 126 ++ .../MutableListDeserializer.Short.html | 166 ++ .../class-use/MutableListDeserializer.html | 126 ++ .../deser/list/package-frame.html | 42 + .../deser/list/package-summary.html | 228 +++ .../deser/list/package-tree.html | 208 +++ .../deser/list/package-use.html | 204 +++ .../deser/map/EclipseMapDeserializer.html | 460 +++++ .../deser/map/EclipseMapDeserializers.html | 243 +++ .../deser/map/KeyHandler.html | 238 +++ .../deser/map/PrimitiveKVHandler.Boolean.html | 351 ++++ .../deser/map/PrimitiveKVHandler.Byte.html | 366 ++++ .../deser/map/PrimitiveKVHandler.Char.html | 371 ++++ .../deser/map/PrimitiveKVHandler.Double.html | 366 ++++ .../deser/map/PrimitiveKVHandler.Float.html | 366 ++++ .../deser/map/PrimitiveKVHandler.Int.html | 366 ++++ .../deser/map/PrimitiveKVHandler.Long.html | 366 ++++ .../deser/map/PrimitiveKVHandler.Short.html | 366 ++++ .../deser/map/PrimitiveKVHandler.html | 364 ++++ .../deser/map/RefKeyHandler.html | 313 ++++ .../deser/map/RefValueHandler.html | 315 ++++ .../deser/map/ValueHandler.html | 238 +++ .../map/class-use/EclipseMapDeserializer.html | 171 ++ .../class-use/EclipseMapDeserializers.html | 126 ++ .../deser/map/class-use/KeyHandler.html | 223 +++ .../class-use/PrimitiveKVHandler.Boolean.html | 166 ++ .../class-use/PrimitiveKVHandler.Byte.html | 166 ++ .../class-use/PrimitiveKVHandler.Char.html | 166 ++ .../class-use/PrimitiveKVHandler.Double.html | 166 ++ .../class-use/PrimitiveKVHandler.Float.html | 166 ++ .../map/class-use/PrimitiveKVHandler.Int.html | 166 ++ .../class-use/PrimitiveKVHandler.Long.html | 166 ++ .../class-use/PrimitiveKVHandler.Short.html | 166 ++ .../map/class-use/PrimitiveKVHandler.html | 194 ++ .../deser/map/class-use/RefKeyHandler.html | 167 ++ .../deser/map/class-use/RefValueHandler.html | 167 ++ .../deser/map/class-use/ValueHandler.html | 223 +++ .../deser/map/package-frame.html | 38 + .../deser/map/package-summary.html | 211 +++ .../deser/map/package-tree.html | 163 ++ .../deser/map/package-use.html | 198 +++ .../deser/package-frame.html | 30 + .../deser/package-summary.html | 180 ++ .../deser/package-tree.html | 159 ++ .../eclipsecollections/deser/package-use.html | 300 ++++ .../deser/pair/PairInstantiators.html | 311 ++++ .../deser/pair/TripleInstantiators.html | 307 ++++ .../pair/class-use/PairInstantiators.html | 126 ++ .../pair/class-use/TripleInstantiators.html | 126 ++ .../deser/pair/package-frame.html | 22 + .../deser/pair/package-summary.html | 148 ++ .../deser/pair/package-tree.html | 144 ++ .../deser/pair/package-use.html | 126 ++ .../set/ImmutableSetDeserializer.Boolean.html | 419 +++++ .../set/ImmutableSetDeserializer.Byte.html | 419 +++++ .../set/ImmutableSetDeserializer.Char.html | 400 +++++ .../set/ImmutableSetDeserializer.Double.html | 419 +++++ .../set/ImmutableSetDeserializer.Float.html | 419 +++++ .../set/ImmutableSetDeserializer.Int.html | 419 +++++ .../set/ImmutableSetDeserializer.Long.html | 419 +++++ .../set/ImmutableSetDeserializer.Ref.html | 421 +++++ .../set/ImmutableSetDeserializer.Short.html | 419 +++++ .../deser/set/ImmutableSetDeserializer.html | 250 +++ .../ImmutableSortedSetDeserializer.Ref.html | 421 +++++ .../set/ImmutableSortedSetDeserializer.html | 218 +++ .../set/MutableSetDeserializer.Boolean.html | 419 +++++ .../set/MutableSetDeserializer.Byte.html | 419 +++++ .../set/MutableSetDeserializer.Char.html | 400 +++++ .../set/MutableSetDeserializer.Double.html | 419 +++++ .../set/MutableSetDeserializer.Float.html | 419 +++++ .../deser/set/MutableSetDeserializer.Int.html | 419 +++++ .../set/MutableSetDeserializer.Long.html | 419 +++++ .../deser/set/MutableSetDeserializer.Ref.html | 421 +++++ .../set/MutableSetDeserializer.Short.html | 419 +++++ .../deser/set/MutableSetDeserializer.html | 250 +++ .../set/MutableSortedSetDeserializer.Ref.html | 421 +++++ .../set/MutableSortedSetDeserializer.html | 218 +++ .../ImmutableSetDeserializer.Boolean.html | 166 ++ .../ImmutableSetDeserializer.Byte.html | 166 ++ .../ImmutableSetDeserializer.Char.html | 166 ++ .../ImmutableSetDeserializer.Double.html | 166 ++ .../ImmutableSetDeserializer.Float.html | 166 ++ .../ImmutableSetDeserializer.Int.html | 166 ++ .../ImmutableSetDeserializer.Long.html | 166 ++ .../ImmutableSetDeserializer.Ref.html | 126 ++ .../ImmutableSetDeserializer.Short.html | 166 ++ .../class-use/ImmutableSetDeserializer.html | 126 ++ .../ImmutableSortedSetDeserializer.Ref.html | 126 ++ .../ImmutableSortedSetDeserializer.html | 126 ++ .../MutableSetDeserializer.Boolean.html | 166 ++ .../MutableSetDeserializer.Byte.html | 166 ++ .../MutableSetDeserializer.Char.html | 166 ++ .../MutableSetDeserializer.Double.html | 166 ++ .../MutableSetDeserializer.Float.html | 166 ++ .../class-use/MutableSetDeserializer.Int.html | 166 ++ .../MutableSetDeserializer.Long.html | 166 ++ .../class-use/MutableSetDeserializer.Ref.html | 126 ++ .../MutableSetDeserializer.Short.html | 166 ++ .../set/class-use/MutableSetDeserializer.html | 126 ++ .../MutableSortedSetDeserializer.Ref.html | 126 ++ .../MutableSortedSetDeserializer.html | 126 ++ .../deser/set/package-frame.html | 44 + .../deser/set/package-summary.html | 236 +++ .../deser/set/package-tree.html | 210 +++ .../deser/set/package-use.html | 204 +++ .../eclipsecollections/package-frame.html | 24 + .../eclipsecollections/package-summary.html | 162 ++ .../eclipsecollections/package-tree.html | 154 ++ .../eclipsecollections/package-use.html | 126 ++ .../ser/BooleanIterableSerializer.html | 396 +++++ .../ser/ByteIterableSerializer.html | 400 +++++ .../ser/CharIterableSerializer.html | 421 +++++ .../ser/DoubleIterableSerializer.html | 396 +++++ .../ser/FloatIterableSerializer.html | 396 +++++ .../ser/IntIterableSerializer.html | 396 +++++ .../ser/LongIterableSerializer.html | 396 +++++ .../ser/PrimitiveIterableSerializer.html | 580 ++++++ .../ser/ShortIterableSerializer.html | 396 +++++ .../class-use/BooleanIterableSerializer.html | 167 ++ .../ser/class-use/ByteIterableSerializer.html | 166 ++ .../ser/class-use/CharIterableSerializer.html | 166 ++ .../class-use/DoubleIterableSerializer.html | 167 ++ .../class-use/FloatIterableSerializer.html | 167 ++ .../ser/class-use/IntIterableSerializer.html | 167 ++ .../ser/class-use/LongIterableSerializer.html | 167 ++ .../PrimitiveIterableSerializer.html | 200 +++ .../class-use/ShortIterableSerializer.html | 167 ++ .../ser/map/PrimitiveMapSerializer.html | 418 +++++ .../map/PrimitivePrimitiveMapSerializers.html | 994 +++++++++++ .../map/PrimitiveRefMapSerializer.Byte.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Char.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Double.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Float.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Int.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Long.html | 412 +++++ .../map/PrimitiveRefMapSerializer.Short.html | 412 +++++ .../ser/map/PrimitiveRefMapSerializer.html | 547 ++++++ .../RefPrimitiveMapSerializer.Boolean.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Byte.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Char.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Double.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Float.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Int.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Long.html | 408 +++++ .../map/RefPrimitiveMapSerializer.Short.html | 408 +++++ .../ser/map/RefPrimitiveMapSerializer.html | 461 +++++ .../ser/map/RefRefMapSerializer.html | 634 +++++++ .../map/class-use/PrimitiveMapSerializer.html | 476 +++++ .../PrimitivePrimitiveMapSerializers.html | 126 ++ .../PrimitiveRefMapSerializer.Byte.html | 126 ++ .../PrimitiveRefMapSerializer.Char.html | 126 ++ .../PrimitiveRefMapSerializer.Double.html | 126 ++ .../PrimitiveRefMapSerializer.Float.html | 126 ++ .../PrimitiveRefMapSerializer.Int.html | 126 ++ .../PrimitiveRefMapSerializer.Long.html | 126 ++ .../PrimitiveRefMapSerializer.Short.html | 126 ++ .../class-use/PrimitiveRefMapSerializer.html | 247 +++ .../RefPrimitiveMapSerializer.Boolean.html | 126 ++ .../RefPrimitiveMapSerializer.Byte.html | 126 ++ .../RefPrimitiveMapSerializer.Char.html | 126 ++ .../RefPrimitiveMapSerializer.Double.html | 126 ++ .../RefPrimitiveMapSerializer.Float.html | 126 ++ .../RefPrimitiveMapSerializer.Int.html | 126 ++ .../RefPrimitiveMapSerializer.Long.html | 126 ++ .../RefPrimitiveMapSerializer.Short.html | 126 ++ .../class-use/RefPrimitiveMapSerializer.html | 248 +++ .../map/class-use/RefRefMapSerializer.html | 186 ++ .../ser/map/package-frame.html | 40 + .../ser/map/package-summary.html | 220 +++ .../ser/map/package-tree.html | 179 ++ .../ser/map/package-use.html | 168 ++ .../eclipsecollections/ser/package-frame.html | 29 + .../ser/package-summary.html | 176 ++ .../eclipsecollections/ser/package-tree.html | 162 ++ .../eclipsecollections/ser/package-use.html | 183 ++ .../2.13/constant-values.html | 126 ++ .../2.13/deprecated-list.html | 126 ++ .../eclipse-collections/2.13/help-doc.html | 231 +++ .../eclipse-collections/2.13/index-all.html | 1576 +++++++++++++++++ .../eclipse-collections/2.13/index.html | 76 + .../2.13/overview-frame.html | 30 + .../2.13/overview-summary.html | 172 ++ .../2.13/overview-tree.html | 360 ++++ .../eclipse-collections/2.13/package-list | 9 + .../eclipse-collections/2.13/script.js | 30 + .../2.13/serialized-form.html | 774 ++++++++ .../eclipse-collections/2.13/stylesheet.css | 574 ++++++ docs/javadoc/guava/2.13/allclasses-frame.html | 60 + .../guava/2.13/allclasses-noframe.html | 60 + .../datatype/guava/GuavaDeserializers.html | 514 ++++++ .../jackson/datatype/guava/GuavaModule.html | 513 ++++++ .../datatype/guava/GuavaSerializers.html | 375 ++++ .../datatype/guava/GuavaTypeModifier.html | 311 ++++ .../datatype/guava/PackageVersion.html | 321 ++++ .../guava/class-use/GuavaDeserializers.html | 126 ++ .../datatype/guava/class-use/GuavaModule.html | 178 ++ .../guava/class-use/GuavaSerializers.html | 126 ++ .../guava/class-use/GuavaTypeModifier.html | 126 ++ .../guava/class-use/PackageVersion.html | 126 ++ .../deser/GuavaCollectionDeserializer.html | 667 +++++++ .../guava/deser/GuavaMapDeserializer.html | 624 +++++++ .../deser/GuavaOptionalDeserializer.html | 465 +++++ .../guava/deser/HashCodeDeserializer.html | 403 +++++ .../guava/deser/HashMultisetDeserializer.html | 510 ++++++ .../guava/deser/HostAndPortDeserializer.html | 425 +++++ .../deser/ImmutableBiMapDeserializer.html | 476 +++++ .../deser/ImmutableListDeserializer.html | 546 ++++++ .../guava/deser/ImmutableMapDeserializer.html | 476 +++++ .../deser/ImmutableMultisetDeserializer.html | 546 ++++++ .../guava/deser/ImmutableSetDeserializer.html | 546 ++++++ .../deser/ImmutableSortedMapDeserializer.html | 476 +++++ .../ImmutableSortedMultisetDeserializer.html | 546 ++++++ .../deser/ImmutableSortedSetDeserializer.html | 546 ++++++ .../deser/InternetDomainNameDeserializer.html | 403 +++++ .../deser/LinkedHashMultisetDeserializer.html | 510 ++++++ .../guava/deser/RangeDeserializer.html | 569 ++++++ .../guava/deser/RangeSetDeserializer.html | 350 ++++ .../guava/deser/TreeMultisetDeserializer.html | 510 ++++++ .../GuavaCollectionDeserializer.html | 241 +++ .../deser/class-use/GuavaMapDeserializer.html | 207 +++ .../class-use/GuavaOptionalDeserializer.html | 167 ++ .../deser/class-use/HashCodeDeserializer.html | 166 ++ .../class-use/HashMultisetDeserializer.html | 169 ++ .../class-use/HostAndPortDeserializer.html | 166 ++ .../class-use/ImmutableBiMapDeserializer.html | 126 ++ .../class-use/ImmutableListDeserializer.html | 169 ++ .../class-use/ImmutableMapDeserializer.html | 169 ++ .../ImmutableMultisetDeserializer.html | 126 ++ .../class-use/ImmutableSetDeserializer.html | 169 ++ .../ImmutableSortedMapDeserializer.html | 126 ++ .../ImmutableSortedMultisetDeserializer.html | 126 ++ .../ImmutableSortedSetDeserializer.html | 169 ++ .../InternetDomainNameDeserializer.html | 166 ++ .../LinkedHashMultisetDeserializer.html | 126 ++ .../deser/class-use/RangeDeserializer.html | 126 ++ .../deser/class-use/RangeSetDeserializer.html | 126 ++ .../class-use/TreeMultisetDeserializer.html | 126 ++ .../multimap/GuavaMultimapDeserializer.html | 459 +++++ .../class-use/GuavaMultimapDeserializer.html | 204 +++ .../list/ArrayListMultimapDeserializer.html | 409 +++++ .../list/LinkedListMultimapDeserializer.html | 409 +++++ .../ArrayListMultimapDeserializer.html | 126 ++ .../LinkedListMultimapDeserializer.html | 126 ++ .../deser/multimap/list/package-frame.html | 22 + .../deser/multimap/list/package-summary.html | 152 ++ .../deser/multimap/list/package-tree.html | 152 ++ .../deser/multimap/list/package-use.html | 126 ++ .../guava/deser/multimap/package-frame.html | 21 + .../guava/deser/multimap/package-summary.html | 144 ++ .../guava/deser/multimap/package-tree.html | 147 ++ .../guava/deser/multimap/package-use.html | 178 ++ .../set/HashMultimapDeserializer.html | 409 +++++ .../set/LinkedHashMultimapDeserializer.html | 409 +++++ .../class-use/HashMultimapDeserializer.html | 126 ++ .../LinkedHashMultimapDeserializer.html | 126 ++ .../deser/multimap/set/package-frame.html | 22 + .../deser/multimap/set/package-summary.html | 152 ++ .../deser/multimap/set/package-tree.html | 152 ++ .../guava/deser/multimap/set/package-use.html | 126 ++ .../datatype/guava/deser/package-frame.html | 39 + .../datatype/guava/deser/package-summary.html | 220 +++ .../datatype/guava/deser/package-tree.html | 187 ++ .../datatype/guava/deser/package-use.html | 191 ++ .../guava/deser/util/RangeFactory.html | 441 +++++ .../util/RangeHelper.RangeProperties.html | 382 ++++ .../guava/deser/util/RangeHelper.html | 311 ++++ .../deser/util/class-use/RangeFactory.html | 126 ++ .../RangeHelper.RangeProperties.html | 242 +++ .../deser/util/class-use/RangeHelper.html | 126 ++ .../guava/deser/util/package-frame.html | 23 + .../guava/deser/util/package-summary.html | 154 ++ .../guava/deser/util/package-tree.html | 141 ++ .../guava/deser/util/package-use.html | 197 +++ .../jackson/datatype/guava/package-frame.html | 25 + .../datatype/guava/package-summary.html | 183 ++ .../jackson/datatype/guava/package-tree.html | 159 ++ .../jackson/datatype/guava/package-use.html | 161 ++ .../datatype/guava/ser/CacheSerializer.html | 413 +++++ .../ser/GuavaBeanSerializerModifier.html | 304 ++++ .../ser/GuavaOptionalBeanPropertyWriter.html | 423 +++++ .../guava/ser/GuavaOptionalSerializer.html | 464 +++++ ...aUnwrappingOptionalBeanPropertyWriter.html | 431 +++++ .../guava/ser/MultimapSerializer.html | 746 ++++++++ .../datatype/guava/ser/RangeSerializer.html | 533 ++++++ .../guava/ser/RangeSetSerializer.html | 335 ++++ .../datatype/guava/ser/TableSerializer.html | 561 ++++++ .../guava/ser/class-use/CacheSerializer.html | 126 ++ .../GuavaBeanSerializerModifier.html | 126 ++ .../GuavaOptionalBeanPropertyWriter.html | 126 ++ .../class-use/GuavaOptionalSerializer.html | 170 ++ ...aUnwrappingOptionalBeanPropertyWriter.html | 126 ++ .../ser/class-use/MultimapSerializer.html | 190 ++ .../guava/ser/class-use/RangeSerializer.html | 126 ++ .../ser/class-use/RangeSetSerializer.html | 126 ++ .../guava/ser/class-use/TableSerializer.html | 192 ++ .../datatype/guava/ser/package-frame.html | 29 + .../datatype/guava/ser/package-summary.html | 183 ++ .../datatype/guava/ser/package-tree.html | 183 ++ .../datatype/guava/ser/package-use.html | 167 ++ docs/javadoc/guava/2.13/constant-values.html | 126 ++ docs/javadoc/guava/2.13/deprecated-list.html | 154 ++ docs/javadoc/guava/2.13/help-doc.html | 231 +++ docs/javadoc/guava/2.13/index-all.html | 945 ++++++++++ docs/javadoc/guava/2.13/index.html | 76 + docs/javadoc/guava/2.13/overview-frame.html | 28 + docs/javadoc/guava/2.13/overview-summary.html | 164 ++ docs/javadoc/guava/2.13/overview-tree.html | 270 +++ docs/javadoc/guava/2.13/package-list | 7 + docs/javadoc/guava/2.13/script.js | 30 + docs/javadoc/guava/2.13/serialized-form.html | 741 ++++++++ docs/javadoc/guava/2.13/stylesheet.css | 574 ++++++ docs/javadoc/hppc/2.13/allclasses-frame.html | 29 + .../javadoc/hppc/2.13/allclasses-noframe.html | 29 + .../jackson/datatype/hppc/HppcModule.html | 339 ++++ .../jackson/datatype/hppc/PackageVersion.html | 321 ++++ .../datatype/hppc/class-use/HppcModule.html | 126 ++ .../hppc/class-use/PackageVersion.html | 126 ++ .../hppc/deser/ContainerDeserializerBase.html | 491 +++++ .../deser/HppcContainerDeserializers.html | 342 ++++ .../hppc/deser/HppcDeserializers.html | 332 ++++ .../class-use/ContainerDeserializerBase.html | 126 ++ .../class-use/HppcContainerDeserializers.html | 126 ++ .../deser/class-use/HppcDeserializers.html | 126 ++ .../datatype/hppc/deser/package-frame.html | 23 + .../datatype/hppc/deser/package-summary.html | 152 ++ .../datatype/hppc/deser/package-tree.html | 153 ++ .../datatype/hppc/deser/package-use.html | 126 ++ .../jackson/datatype/hppc/package-frame.html | 22 + .../datatype/hppc/package-summary.html | 152 ++ .../jackson/datatype/hppc/package-tree.html | 148 ++ .../jackson/datatype/hppc/package-use.html | 126 ++ .../hppc/ser/ContainerSerializerBase.html | 607 +++++++ .../datatype/hppc/ser/ExceptionHolder.html | 328 ++++ .../hppc/ser/HppcContainerSerializers.html | 316 ++++ .../datatype/hppc/ser/HppcSerializers.html | 375 ++++ .../hppc/ser/ObjectContainerSerializer.html | 641 +++++++ .../class-use/ContainerSerializerBase.html | 193 ++ .../hppc/ser/class-use/ExceptionHolder.html | 126 ++ .../class-use/HppcContainerSerializers.html | 126 ++ .../hppc/ser/class-use/HppcSerializers.html | 126 ++ .../class-use/ObjectContainerSerializer.html | 178 ++ .../datatype/hppc/ser/package-frame.html | 25 + .../datatype/hppc/ser/package-summary.html | 167 ++ .../datatype/hppc/ser/package-tree.html | 162 ++ .../datatype/hppc/ser/package-use.html | 167 ++ docs/javadoc/hppc/2.13/constant-values.html | 126 ++ docs/javadoc/hppc/2.13/deprecated-list.html | 126 ++ docs/javadoc/hppc/2.13/help-doc.html | 231 +++ docs/javadoc/hppc/2.13/index-all.html | 388 ++++ docs/javadoc/hppc/2.13/index.html | 76 + docs/javadoc/hppc/2.13/overview-frame.html | 24 + docs/javadoc/hppc/2.13/overview-summary.html | 148 ++ docs/javadoc/hppc/2.13/overview-tree.html | 189 ++ docs/javadoc/hppc/2.13/package-list | 3 + docs/javadoc/hppc/2.13/script.js | 30 + docs/javadoc/hppc/2.13/serialized-form.html | 217 +++ docs/javadoc/hppc/2.13/stylesheet.css | 574 ++++++ .../pcollections/2.13/allclasses-frame.html | 30 + .../pcollections/2.13/allclasses-noframe.html | 30 + .../PCollectionsDeserializers.html | 364 ++++ .../pcollections/PCollectionsModule.html | 379 ++++ .../datatype/pcollections/PackageVersion.html | 321 ++++ .../class-use/PCollectionsDeserializers.html | 126 ++ .../class-use/PCollectionsModule.html | 126 ++ .../class-use/PackageVersion.html | 126 ++ .../deser/ConsPStackDeserializer.html | 387 ++++ .../deser/HashTreePBagDeserializer.html | 387 ++++ .../deser/HashTreePMapDeserializer.html | 368 ++++ .../deser/HashTreePSetDeserializer.html | 387 ++++ .../deser/OrderedPSetDeserializer.html | 387 ++++ .../PCollectionsCollectionDeserializer.html | 569 ++++++ .../deser/PCollectionsMapDeserializer.html | 575 ++++++ .../deser/TreePVectorDeserializer.html | 387 ++++ .../class-use/ConsPStackDeserializer.html | 167 ++ .../class-use/HashTreePBagDeserializer.html | 167 ++ .../class-use/HashTreePMapDeserializer.html | 168 ++ .../class-use/HashTreePSetDeserializer.html | 167 ++ .../class-use/OrderedPSetDeserializer.html | 167 ++ .../PCollectionsCollectionDeserializer.html | 199 +++ .../PCollectionsMapDeserializer.html | 184 ++ .../class-use/TreePVectorDeserializer.html | 167 ++ .../pcollections/deser/package-frame.html | 28 + .../pcollections/deser/package-summary.html | 172 ++ .../pcollections/deser/package-tree.html | 160 ++ .../pcollections/deser/package-use.html | 180 ++ .../datatype/pcollections/package-frame.html | 23 + .../pcollections/package-summary.html | 160 ++ .../datatype/pcollections/package-tree.html | 149 ++ .../datatype/pcollections/package-use.html | 126 ++ .../pcollections/2.13/constant-values.html | 126 ++ .../pcollections/2.13/deprecated-list.html | 126 ++ docs/javadoc/pcollections/2.13/help-doc.html | 231 +++ docs/javadoc/pcollections/2.13/index-all.html | 387 ++++ docs/javadoc/pcollections/2.13/index.html | 76 + .../pcollections/2.13/overview-frame.html | 23 + .../pcollections/2.13/overview-summary.html | 144 ++ .../pcollections/2.13/overview-tree.html | 172 ++ docs/javadoc/pcollections/2.13/package-list | 2 + docs/javadoc/pcollections/2.13/script.js | 30 + .../pcollections/2.13/serialized-form.html | 212 +++ docs/javadoc/pcollections/2.13/stylesheet.css | 574 ++++++ pom.xml | 2 +- 525 files changed, 133502 insertions(+), 1 deletion(-) create mode 100644 docs/javadoc/eclipse-collections/2.13/allclasses-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/allclasses-noframe.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsModule.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsSerializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/PackageVersion.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsDeserializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsModule.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsSerializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/PackageVersion.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/KeyHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefKeyHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefValueHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/ValueHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/KeyHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefKeyHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefValueHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/ValueHandler.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/PairInstantiators.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/TripleInstantiators.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/PairInstantiators.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/TripleInstantiators.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.Ref.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/BooleanIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ByteIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/CharIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/DoubleIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/FloatIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/IntIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/LongIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/PrimitiveIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ShortIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/BooleanIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ByteIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/CharIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/DoubleIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/FloatIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/IntIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/LongIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/PrimitiveIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ShortIterableSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitivePrimitiveMapSerializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefRefMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitivePrimitiveMapSerializers.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Boolean.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Byte.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Char.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Double.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Float.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Int.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Long.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Short.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefRefMapSerializer.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-use.html create mode 100644 docs/javadoc/eclipse-collections/2.13/constant-values.html create mode 100644 docs/javadoc/eclipse-collections/2.13/deprecated-list.html create mode 100644 docs/javadoc/eclipse-collections/2.13/help-doc.html create mode 100644 docs/javadoc/eclipse-collections/2.13/index-all.html create mode 100644 docs/javadoc/eclipse-collections/2.13/index.html create mode 100644 docs/javadoc/eclipse-collections/2.13/overview-frame.html create mode 100644 docs/javadoc/eclipse-collections/2.13/overview-summary.html create mode 100644 docs/javadoc/eclipse-collections/2.13/overview-tree.html create mode 100644 docs/javadoc/eclipse-collections/2.13/package-list create mode 100644 docs/javadoc/eclipse-collections/2.13/script.js create mode 100644 docs/javadoc/eclipse-collections/2.13/serialized-form.html create mode 100644 docs/javadoc/eclipse-collections/2.13/stylesheet.css create mode 100644 docs/javadoc/guava/2.13/allclasses-frame.html create mode 100644 docs/javadoc/guava/2.13/allclasses-noframe.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaDeserializers.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaModule.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaSerializers.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaTypeModifier.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/PackageVersion.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaDeserializers.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaModule.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaSerializers.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaTypeModifier.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/PackageVersion.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaOptionalDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashCodeDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HostAndPortDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableBiMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableListDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/InternetDomainNameDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/LinkedHashMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/TreeMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaCollectionDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaOptionalDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashCodeDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HostAndPortDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableBiMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableListDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/InternetDomainNameDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/LinkedHashMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeSetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/TreeMultisetDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/GuavaMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/class-use/GuavaMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/ArrayListMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/LinkedListMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/ArrayListMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/LinkedListMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/HashMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/LinkedHashMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/HashMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/LinkedHashMultimapDeserializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeFactory.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.RangeProperties.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeFactory.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.RangeProperties.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-use.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/CacheSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaBeanSerializerModifier.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalBeanPropertyWriter.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaUnwrappingOptionalBeanPropertyWriter.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/MultimapSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSetSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/CacheSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaBeanSerializerModifier.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalBeanPropertyWriter.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaUnwrappingOptionalBeanPropertyWriter.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/MultimapSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSetSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/TableSerializer.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-frame.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-summary.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-tree.html create mode 100644 docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-use.html create mode 100644 docs/javadoc/guava/2.13/constant-values.html create mode 100644 docs/javadoc/guava/2.13/deprecated-list.html create mode 100644 docs/javadoc/guava/2.13/help-doc.html create mode 100644 docs/javadoc/guava/2.13/index-all.html create mode 100644 docs/javadoc/guava/2.13/index.html create mode 100644 docs/javadoc/guava/2.13/overview-frame.html create mode 100644 docs/javadoc/guava/2.13/overview-summary.html create mode 100644 docs/javadoc/guava/2.13/overview-tree.html create mode 100644 docs/javadoc/guava/2.13/package-list create mode 100644 docs/javadoc/guava/2.13/script.js create mode 100644 docs/javadoc/guava/2.13/serialized-form.html create mode 100644 docs/javadoc/guava/2.13/stylesheet.css create mode 100644 docs/javadoc/hppc/2.13/allclasses-frame.html create mode 100644 docs/javadoc/hppc/2.13/allclasses-noframe.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/HppcModule.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/PackageVersion.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/HppcModule.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/PackageVersion.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/ContainerDeserializerBase.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcContainerDeserializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcDeserializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/ContainerDeserializerBase.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcContainerDeserializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcDeserializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-frame.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-summary.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-tree.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-use.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-frame.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-summary.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-tree.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-use.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ContainerSerializerBase.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ExceptionHolder.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcContainerSerializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcSerializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ObjectContainerSerializer.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ContainerSerializerBase.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ExceptionHolder.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcContainerSerializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcSerializers.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ObjectContainerSerializer.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-frame.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-summary.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-tree.html create mode 100644 docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-use.html create mode 100644 docs/javadoc/hppc/2.13/constant-values.html create mode 100644 docs/javadoc/hppc/2.13/deprecated-list.html create mode 100644 docs/javadoc/hppc/2.13/help-doc.html create mode 100644 docs/javadoc/hppc/2.13/index-all.html create mode 100644 docs/javadoc/hppc/2.13/index.html create mode 100644 docs/javadoc/hppc/2.13/overview-frame.html create mode 100644 docs/javadoc/hppc/2.13/overview-summary.html create mode 100644 docs/javadoc/hppc/2.13/overview-tree.html create mode 100644 docs/javadoc/hppc/2.13/package-list create mode 100644 docs/javadoc/hppc/2.13/script.js create mode 100644 docs/javadoc/hppc/2.13/serialized-form.html create mode 100644 docs/javadoc/hppc/2.13/stylesheet.css create mode 100644 docs/javadoc/pcollections/2.13/allclasses-frame.html create mode 100644 docs/javadoc/pcollections/2.13/allclasses-noframe.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsDeserializers.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsModule.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PackageVersion.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsDeserializers.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsModule.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PackageVersion.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/ConsPStackDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePBagDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePMapDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePSetDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/OrderedPSetDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsCollectionDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsMapDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/TreePVectorDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/ConsPStackDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePBagDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePMapDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePSetDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/OrderedPSetDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsCollectionDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsMapDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/TreePVectorDeserializer.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-frame.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-summary.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-tree.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-use.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-frame.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-summary.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-tree.html create mode 100644 docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-use.html create mode 100644 docs/javadoc/pcollections/2.13/constant-values.html create mode 100644 docs/javadoc/pcollections/2.13/deprecated-list.html create mode 100644 docs/javadoc/pcollections/2.13/help-doc.html create mode 100644 docs/javadoc/pcollections/2.13/index-all.html create mode 100644 docs/javadoc/pcollections/2.13/index.html create mode 100644 docs/javadoc/pcollections/2.13/overview-frame.html create mode 100644 docs/javadoc/pcollections/2.13/overview-summary.html create mode 100644 docs/javadoc/pcollections/2.13/overview-tree.html create mode 100644 docs/javadoc/pcollections/2.13/package-list create mode 100644 docs/javadoc/pcollections/2.13/script.js create mode 100644 docs/javadoc/pcollections/2.13/serialized-form.html create mode 100644 docs/javadoc/pcollections/2.13/stylesheet.css diff --git a/docs/javadoc/eclipse-collections/2.13/allclasses-frame.html b/docs/javadoc/eclipse-collections/2.13/allclasses-frame.html new file mode 100644 index 00000000..8dfe97ce --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/allclasses-frame.html @@ -0,0 +1,149 @@ + + + + + + +All Classes (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/allclasses-noframe.html b/docs/javadoc/eclipse-collections/2.13/allclasses-noframe.html new file mode 100644 index 00000000..603f7622 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/allclasses-noframe.html @@ -0,0 +1,149 @@ + + + + + + +All Classes (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers.html new file mode 100644 index 00000000..b918f11b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsDeserializers.html @@ -0,0 +1,448 @@ + + + + + + +EclipseCollectionsDeserializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections
+

Class EclipseCollectionsDeserializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.Deserializers
    +
    +
    +
    +
    public final class EclipseCollectionsDeserializers
    +extends com.fasterxml.jackson.databind.deser.Deserializers.Base
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +com.fasterxml.jackson.databind.deser.Deserializers.Base
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findCollectionLikeDeserializer(com.fasterxml.jackson.databind.type.CollectionLikeType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findMapLikeDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.Deserializers.Base

        +findArrayDeserializer, findEnumDeserializer, findReferenceDeserializer, findTreeNodeDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +hasDeserializerFor
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EclipseCollectionsDeserializers

        +
        public EclipseCollectionsDeserializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findCollectionDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                                                                     com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                     com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                              throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findCollectionDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findCollectionDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findCollectionLikeDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionLikeDeserializer(com.fasterxml.jackson.databind.type.CollectionLikeType type,
        +                                                                                         com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                         com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                         com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                         com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findCollectionLikeDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findCollectionLikeDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findMapDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type,
        +                                                                              com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                              com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                              com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                              com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                              com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                       throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findMapDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findMapDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findMapLikeDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapLikeDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                                  com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                  com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                  com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                  com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                           throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findMapLikeDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findMapLikeDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findBeanDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                                                               com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                               com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +                                                                        throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findBeanDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findBeanDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsModule.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsModule.html new file mode 100644 index 00000000..a279e9c4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsModule.html @@ -0,0 +1,379 @@ + + + + + + +EclipseCollectionsModule (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections
+

Class EclipseCollectionsModule

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public class EclipseCollectionsModule
    +extends com.fasterxml.jackson.databind.Module
    +
    Basic Jackson Module that adds support for eclipse-collections types.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EclipseCollectionsModule

        +
        public EclipseCollectionsModule()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getModuleName

        +
        public String getModuleName()
        +
        +
        Specified by:
        +
        getModuleName in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        Specified by:
        +
        version in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        setupModule

        +
        public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
        +
        +
        Specified by:
        +
        setupModule in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsSerializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsSerializers.html new file mode 100644 index 00000000..5ec1cea6 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/EclipseCollectionsSerializers.html @@ -0,0 +1,341 @@ + + + + + + +EclipseCollectionsSerializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections
+

Class EclipseCollectionsSerializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.ser.Serializers
    +
    +
    +
    +
    public final class EclipseCollectionsSerializers
    +extends com.fasterxml.jackson.databind.ser.Serializers.Base
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.ser.Serializers

        +com.fasterxml.jackson.databind.ser.Serializers.Base
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonSerializer<?>findCollectionLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.type.CollectionLikeType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer, + com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>findSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.Serializers.Base

        +findArraySerializer, findCollectionSerializer, findMapLikeSerializer, findMapSerializer, findReferenceSerializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EclipseCollectionsSerializers

        +
        public EclipseCollectionsSerializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findCollectionLikeSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findCollectionLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.type.CollectionLikeType type,
        +                                                                                     com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                     com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer,
        +                                                                                     com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer)
        +
        +
        Specified by:
        +
        findCollectionLikeSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findCollectionLikeSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                       com.fasterxml.jackson.databind.JavaType type,
        +                                                                       com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +
        +
        Specified by:
        +
        findSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/PackageVersion.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/PackageVersion.html new file mode 100644 index 00000000..a9595ebd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/PackageVersion.html @@ -0,0 +1,321 @@ + + + + + + +PackageVersion (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections
+

Class PackageVersion

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public final class PackageVersion
    +extends Object
    +implements com.fasterxml.jackson.core.Versioned
    +
    Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        VERSION

        +
        public static final com.fasterxml.jackson.core.Version VERSION
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PackageVersion

        +
        public PackageVersion()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsDeserializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsDeserializers.html new file mode 100644 index 00000000..8dfc3b3b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsModule.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsModule.html new file mode 100644 index 00000000..4e457cbc --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsModule.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsSerializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsSerializers.html new file mode 100644 index 00000000..0a8908fd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/EclipseCollectionsSerializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/PackageVersion.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/PackageVersion.html new file mode 100644 index 00000000..f319385d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/class-use/PackageVersion.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Boolean.html new file mode 100644 index 00000000..67fd7fcf --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Boolean.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Boolean<T extends org.eclipse.collections.api.BooleanIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Boolean(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        protected Boolean(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.BooleanIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Byte.html new file mode 100644 index 00000000..cedb82d3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Byte.html @@ -0,0 +1,399 @@ + + + + + + +BaseCollectionDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Byte<T extends org.eclipse.collections.api.ByteIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableByteCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Byte(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        protected Byte(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Overrides:
        +
        deserialize in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.ByteIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableByteCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.ByteIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableByteCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Char.html new file mode 100644 index 00000000..7f4d068e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Char.html @@ -0,0 +1,406 @@ + + + + + + +BaseCollectionDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Char<T extends org.eclipse.collections.api.CharIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableCharCollection>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Char(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected abstract IntermediatecreateIntermediate() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) 
      protected abstract Tfinish(Intermediate intermediate) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        protected Char(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected abstract Intermediate createIntermediate()
        +
      • +
      + + + + + +
        +
      • +

        finish

        +
        protected abstract T finish(Intermediate intermediate)
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T extends org.eclipse.collections.api.CharIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.eclipse.collections.api.CharIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Double.html new file mode 100644 index 00000000..6428ffb7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Double.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Double<T extends org.eclipse.collections.api.DoubleIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Double(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        protected Double(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.DoubleIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Float.html new file mode 100644 index 00000000..0d691735 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Float.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Float<T extends org.eclipse.collections.api.FloatIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Float(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        protected Float(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.FloatIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Int.html new file mode 100644 index 00000000..129b18e5 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Int.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Int<T extends org.eclipse.collections.api.IntIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableIntCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Int(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        protected Int(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.IntIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableIntCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Long.html new file mode 100644 index 00000000..8df5a76d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Long.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Long<T extends org.eclipse.collections.api.LongIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableLongCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Long(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        protected Long(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.LongIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableLongCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Ref.html new file mode 100644 index 00000000..c5108f40 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Ref.html @@ -0,0 +1,475 @@ + + + + + + +BaseCollectionDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Ref<T,Intermediate extends org.eclipse.collections.api.collection.MutableCollection<Object>>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JavaType_elementType 
      protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer_typeDeserializerForValue 
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_valueDeserializer 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Ref(Class<? super T> containerType, + com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) 
      protected abstract BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _elementType

        +
        protected final com.fasterxml.jackson.databind.JavaType _elementType
        +
      • +
      + + + +
        +
      • +

        _valueDeserializer

        +
        protected final com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
        +
      • +
      + + + +
        +
      • +

        _typeDeserializerForValue

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _typeDeserializerForValue
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        protected Ref(Class<? super T> containerType,
        +              com.fasterxml.jackson.databind.JavaType elementType,
        +              com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +              com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected abstract BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                                    com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Short.html new file mode 100644 index 00000000..d884101d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.Short.html @@ -0,0 +1,377 @@ + + + + + + +BaseCollectionDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer.Short<T extends org.eclipse.collections.api.ShortIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableShortCollection>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected Short(Class<? super T> cls) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        protected Short(Class<? super T> cls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        add

        +
        protected void add(Intermediate intermediate,
        +                   com.fasterxml.jackson.core.JsonParser parser,
        +                   com.fasterxml.jackson.databind.DeserializationContext ctx)
        +            throws IOException
        +
        +
        Specified by:
        +
        add in class BaseCollectionDeserializer<T extends org.eclipse.collections.api.ShortIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableShortCollection>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.html new file mode 100644 index 00000000..9421a027 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/BaseCollectionDeserializer.html @@ -0,0 +1,539 @@ + + + + + + +BaseCollectionDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser
+

Class BaseCollectionDeserializer<T,Intermediate>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected abstract voidadd(Intermediate intermediate, + com.fasterxml.jackson.core.JsonParser parser, + com.fasterxml.jackson.databind.DeserializationContext ctx) 
      protected abstract IntermediatecreateIntermediate() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) 
      protected abstract Tfinish(Intermediate intermediate) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BaseCollectionDeserializer

        +
        protected BaseCollectionDeserializer(Class<? super T> cls)
        +
      • +
      + + + +
        +
      • +

        BaseCollectionDeserializer

        +
        protected BaseCollectionDeserializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        createIntermediate

        +
        protected abstract Intermediate createIntermediate()
        +
      • +
      + + + + + +
        +
      • +

        add

        +
        protected abstract void add(Intermediate intermediate,
        +                            com.fasterxml.jackson.core.JsonParser parser,
        +                            com.fasterxml.jackson.databind.DeserializationContext ctx)
        +                     throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        finish

        +
        protected abstract T finish(Intermediate intermediate)
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeContents

        +
        protected T _deserializeContents(com.fasterxml.jackson.core.JsonParser p,
        +                                 com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                          throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeFromSingleValue

        +
        protected T _deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p,
        +                                        com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                 throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Boolean.html new file mode 100644 index 00000000..5859b15f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableBooleanBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableBooleanBagfinish(org.eclipse.collections.api.bag.primitive.MutableBooleanBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableBooleanBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag finish(org.eclipse.collections.api.bag.primitive.MutableBooleanBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Byte.html new file mode 100644 index 00000000..ebe14504 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.bag.primitive.ImmutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableByteBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableByteBagfinish(org.eclipse.collections.api.bag.primitive.MutableByteBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableByteBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableByteBag finish(org.eclipse.collections.api.bag.primitive.MutableByteBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Char.html new file mode 100644 index 00000000..ebc60495 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +ImmutableBagDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.ImmutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableCharBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableCharBagfinish(org.eclipse.collections.api.bag.primitive.MutableCharBag objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableCharBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.ImmutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableCharBag finish(org.eclipse.collections.api.bag.primitive.MutableCharBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.ImmutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Double.html new file mode 100644 index 00000000..efad623f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableDoubleBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableDoubleBagfinish(org.eclipse.collections.api.bag.primitive.MutableDoubleBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableDoubleBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag finish(org.eclipse.collections.api.bag.primitive.MutableDoubleBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Float.html new file mode 100644 index 00000000..da1320e8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.bag.primitive.ImmutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableFloatBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableFloatBagfinish(org.eclipse.collections.api.bag.primitive.MutableFloatBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableFloatBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableFloatBag finish(org.eclipse.collections.api.bag.primitive.MutableFloatBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Int.html new file mode 100644 index 00000000..1c00ec93 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.bag.primitive.ImmutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableIntBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableIntBagfinish(org.eclipse.collections.api.bag.primitive.MutableIntBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableIntBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableIntBag finish(org.eclipse.collections.api.bag.primitive.MutableIntBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Long.html new file mode 100644 index 00000000..5bf029ea --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.bag.primitive.ImmutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableLongBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableLongBagfinish(org.eclipse.collections.api.bag.primitive.MutableLongBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableLongBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableLongBag finish(org.eclipse.collections.api.bag.primitive.MutableLongBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Ref.html new file mode 100644 index 00000000..600ea6a2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +ImmutableBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.ImmutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.MutableBag<Object>createIntermediate() 
      protected org.eclipse.collections.api.bag.ImmutableBag<?>finish(org.eclipse.collections.api.bag.MutableBag<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.MutableBag<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.ImmutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.ImmutableBag<?> finish(org.eclipse.collections.api.bag.MutableBag<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.ImmutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.ImmutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Short.html new file mode 100644 index 00000000..4de7eadc --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableBagDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableBagDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.bag.primitive.ImmutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableBagDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableShortBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.ImmutableShortBagfinish(org.eclipse.collections.api.bag.primitive.MutableShortBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableShortBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.ImmutableShortBag finish(org.eclipse.collections.api.bag.primitive.MutableShortBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.ImmutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.html new file mode 100644 index 00000000..ba1c6e41 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableBagDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +ImmutableBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableBagDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class ImmutableBagDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.Ref.html new file mode 100644 index 00000000..8704f079 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +ImmutableSortedBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableSortedBagDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSortedBagDeserializer
    +
    +
    +
    +
    public static final class ImmutableSortedBagDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>createIntermediate() 
      protected org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?>finish(org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?> finish(org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.sorted.ImmutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.html new file mode 100644 index 00000000..05e85f87 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/ImmutableSortedBagDeserializer.html @@ -0,0 +1,218 @@ + + + + + + +ImmutableSortedBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class ImmutableSortedBagDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class ImmutableSortedBagDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Boolean.html new file mode 100644 index 00000000..27b3560f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.bag.primitive.MutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableBooleanBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableBooleanBagfinish(org.eclipse.collections.api.bag.primitive.MutableBooleanBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableBooleanBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableBooleanBag finish(org.eclipse.collections.api.bag.primitive.MutableBooleanBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableBooleanBag,org.eclipse.collections.api.bag.primitive.MutableBooleanBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Byte.html new file mode 100644 index 00000000..44b23dd2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.bag.primitive.MutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableByteBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableByteBagfinish(org.eclipse.collections.api.bag.primitive.MutableByteBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableByteBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableByteBag finish(org.eclipse.collections.api.bag.primitive.MutableByteBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableByteBag,org.eclipse.collections.api.bag.primitive.MutableByteBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Char.html new file mode 100644 index 00000000..039e5d9c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +MutableBagDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.MutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableCharBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableCharBagfinish(org.eclipse.collections.api.bag.primitive.MutableCharBag objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableCharBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.MutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableCharBag finish(org.eclipse.collections.api.bag.primitive.MutableCharBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.bag.primitive.MutableCharBag,org.eclipse.collections.api.bag.primitive.MutableCharBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Double.html new file mode 100644 index 00000000..2574a7b8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.bag.primitive.MutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableDoubleBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableDoubleBagfinish(org.eclipse.collections.api.bag.primitive.MutableDoubleBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableDoubleBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableDoubleBag finish(org.eclipse.collections.api.bag.primitive.MutableDoubleBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableDoubleBag,org.eclipse.collections.api.bag.primitive.MutableDoubleBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Float.html new file mode 100644 index 00000000..f2aa2701 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.bag.primitive.MutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableFloatBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableFloatBagfinish(org.eclipse.collections.api.bag.primitive.MutableFloatBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableFloatBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableFloatBag finish(org.eclipse.collections.api.bag.primitive.MutableFloatBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableFloatBag,org.eclipse.collections.api.bag.primitive.MutableFloatBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Int.html new file mode 100644 index 00000000..1c8e31bf --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.bag.primitive.MutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableIntBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableIntBagfinish(org.eclipse.collections.api.bag.primitive.MutableIntBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableIntBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableIntBag finish(org.eclipse.collections.api.bag.primitive.MutableIntBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableIntBag,org.eclipse.collections.api.bag.primitive.MutableIntBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Long.html new file mode 100644 index 00000000..3e8f722a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.bag.primitive.MutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableLongBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableLongBagfinish(org.eclipse.collections.api.bag.primitive.MutableLongBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableLongBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableLongBag finish(org.eclipse.collections.api.bag.primitive.MutableLongBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableLongBag,org.eclipse.collections.api.bag.primitive.MutableLongBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Ref.html new file mode 100644 index 00000000..f094f68a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +MutableBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.MutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.MutableBag<Object>createIntermediate() 
      protected org.eclipse.collections.api.bag.MutableBag<?>finish(org.eclipse.collections.api.bag.MutableBag<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.MutableBag<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.MutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.MutableBag<?> finish(org.eclipse.collections.api.bag.MutableBag<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.MutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.MutableBag<?>,org.eclipse.collections.api.bag.MutableBag<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Short.html new file mode 100644 index 00000000..69a94fef --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +MutableBagDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableBagDeserializer
    +
    +
    +
    +
    public static final class MutableBagDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.bag.primitive.MutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableBagDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.primitive.MutableShortBagcreateIntermediate() 
      protected org.eclipse.collections.api.bag.primitive.MutableShortBagfinish(org.eclipse.collections.api.bag.primitive.MutableShortBag objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.primitive.MutableShortBag createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.primitive.MutableShortBag finish(org.eclipse.collections.api.bag.primitive.MutableShortBag objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.primitive.MutableShortBag,org.eclipse.collections.api.bag.primitive.MutableShortBag>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.html new file mode 100644 index 00000000..4a931563 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableBagDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +MutableBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableBagDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class MutableBagDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.Ref.html new file mode 100644 index 00000000..f4b10166 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +MutableSortedBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableSortedBagDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSortedBagDeserializer
    +
    +
    +
    +
    public static final class MutableSortedBagDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.sorted.MutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>createIntermediate() 
      protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<?>finish(org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.sorted.MutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.bag.sorted.MutableSortedBag<?> finish(org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.bag.sorted.MutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.bag.sorted.MutableSortedBag<?>,org.eclipse.collections.api.bag.sorted.MutableSortedBag<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.html new file mode 100644 index 00000000..81b59006 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/MutableSortedBagDeserializer.html @@ -0,0 +1,218 @@ + + + + + + +MutableSortedBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+

Class MutableSortedBagDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class MutableSortedBagDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Boolean.html new file mode 100644 index 00000000..c55ce158 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Byte.html new file mode 100644 index 00000000..bd1f9123 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Char.html new file mode 100644 index 00000000..a4d0ada8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Double.html new file mode 100644 index 00000000..ae5bfe7a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Float.html new file mode 100644 index 00000000..b571298a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Int.html new file mode 100644 index 00000000..775f0c5c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Long.html new file mode 100644 index 00000000..7d4da0cb --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Ref.html new file mode 100644 index 00000000..1517e64f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Short.html new file mode 100644 index 00000000..27c75770 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.html new file mode 100644 index 00000000..10a791f7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableBagDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.Ref.html new file mode 100644 index 00000000..88a093bd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.html new file mode 100644 index 00000000..ad68f601 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/ImmutableSortedBagDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Boolean.html new file mode 100644 index 00000000..70d44239 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Byte.html new file mode 100644 index 00000000..aa7e08f3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Char.html new file mode 100644 index 00000000..f5700ae8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Double.html new file mode 100644 index 00000000..c3b69e7c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Float.html new file mode 100644 index 00000000..fb295454 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Int.html new file mode 100644 index 00000000..3041d4cf --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Long.html new file mode 100644 index 00000000..e4788fc2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Ref.html new file mode 100644 index 00000000..59fcc1c4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Short.html new file mode 100644 index 00000000..59bb07cd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.html new file mode 100644 index 00000000..3ab66447 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableBagDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.Ref.html new file mode 100644 index 00000000..fa927ada --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.html new file mode 100644 index 00000000..bac91b98 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/class-use/MutableSortedBagDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-frame.html new file mode 100644 index 00000000..278a9581 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-frame.html @@ -0,0 +1,44 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.bag (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser.bag

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-summary.html new file mode 100644 index 00000000..30a4cd81 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-summary.html @@ -0,0 +1,236 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.bag (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser.bag

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-tree.html new file mode 100644 index 00000000..38f812e7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-tree.html @@ -0,0 +1,210 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.bag Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser.bag

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-use.html new file mode 100644 index 00000000..324644d9 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/bag/package-use.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser.bag (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Boolean.html new file mode 100644 index 00000000..e8716908 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Boolean.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Byte.html new file mode 100644 index 00000000..e9c0e5a2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Byte.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Char.html new file mode 100644 index 00000000..15c4f342 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Char.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Double.html new file mode 100644 index 00000000..62415a56 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Double.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Float.html new file mode 100644 index 00000000..1ef53373 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Float.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Int.html new file mode 100644 index 00000000..c7d8868b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Int.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Long.html new file mode 100644 index 00000000..6cf632f8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Long.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Ref.html new file mode 100644 index 00000000..be1f3646 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Ref.html @@ -0,0 +1,347 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Short.html new file mode 100644 index 00000000..338d215a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.Short.html @@ -0,0 +1,222 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.html new file mode 100644 index 00000000..3ec361a1 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/class-use/BaseCollectionDeserializer.html @@ -0,0 +1,460 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.Ref.html new file mode 100644 index 00000000..30f9b486 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +FixedSizeListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class FixedSizeListDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    FixedSizeListDeserializer
    +
    +
    +
    +
    public static final class FixedSizeListDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.FixedSizeList<?>,org.eclipse.collections.api.list.MutableList<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.MutableList<Object>createIntermediate() 
      protected org.eclipse.collections.api.list.FixedSizeList<?>finish(org.eclipse.collections.api.list.MutableList<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.MutableList<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.FixedSizeList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.FixedSizeList<?> finish(org.eclipse.collections.api.list.MutableList<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.FixedSizeList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.FixedSizeList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.html new file mode 100644 index 00000000..40e6f4fb --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/FixedSizeListDeserializer.html @@ -0,0 +1,218 @@ + + + + + + +FixedSizeListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class FixedSizeListDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class FixedSizeListDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Boolean.html new file mode 100644 index 00000000..8f06111e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.list.primitive.ImmutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableBooleanListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableBooleanListfinish(org.eclipse.collections.api.list.primitive.MutableBooleanList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableBooleanList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableBooleanList finish(org.eclipse.collections.api.list.primitive.MutableBooleanList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Byte.html new file mode 100644 index 00000000..4daa7e06 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.list.primitive.ImmutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableByteListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableByteListfinish(org.eclipse.collections.api.list.primitive.MutableByteList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableByteList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableByteList finish(org.eclipse.collections.api.list.primitive.MutableByteList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Char.html new file mode 100644 index 00000000..fbbf2297 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +ImmutableListDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.ImmutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableCharListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableCharListfinish(org.eclipse.collections.api.list.primitive.MutableCharList objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableCharList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.ImmutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableCharList finish(org.eclipse.collections.api.list.primitive.MutableCharList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.ImmutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Double.html new file mode 100644 index 00000000..db8ee2ca --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.list.primitive.ImmutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableDoubleListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableDoubleListfinish(org.eclipse.collections.api.list.primitive.MutableDoubleList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableDoubleList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableDoubleList finish(org.eclipse.collections.api.list.primitive.MutableDoubleList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Float.html new file mode 100644 index 00000000..e093669b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.list.primitive.ImmutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableFloatListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableFloatListfinish(org.eclipse.collections.api.list.primitive.MutableFloatList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableFloatList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableFloatList finish(org.eclipse.collections.api.list.primitive.MutableFloatList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Int.html new file mode 100644 index 00000000..45a71d5e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.list.primitive.ImmutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableIntListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableIntListfinish(org.eclipse.collections.api.list.primitive.MutableIntList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableIntList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableIntList finish(org.eclipse.collections.api.list.primitive.MutableIntList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Long.html new file mode 100644 index 00000000..5c0fc306 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.list.primitive.ImmutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableLongListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableLongListfinish(org.eclipse.collections.api.list.primitive.MutableLongList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableLongList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableLongList finish(org.eclipse.collections.api.list.primitive.MutableLongList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Ref.html new file mode 100644 index 00000000..231037e6 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +ImmutableListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.ImmutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.MutableList<Object>createIntermediate() 
      protected org.eclipse.collections.api.list.ImmutableList<?>finish(org.eclipse.collections.api.list.MutableList<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.MutableList<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.ImmutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.ImmutableList<?> finish(org.eclipse.collections.api.list.MutableList<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.ImmutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.ImmutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Short.html new file mode 100644 index 00000000..1673599a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableListDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableListDeserializer
    +
    +
    +
    +
    public static final class ImmutableListDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.list.primitive.ImmutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableListDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableShortListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.ImmutableShortListfinish(org.eclipse.collections.api.list.primitive.MutableShortList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableShortList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.ImmutableShortList finish(org.eclipse.collections.api.list.primitive.MutableShortList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.ImmutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.html new file mode 100644 index 00000000..8cdbf100 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/ImmutableListDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +ImmutableListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class ImmutableListDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class ImmutableListDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Boolean.html new file mode 100644 index 00000000..a412957e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.list.primitive.MutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableBooleanListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableBooleanListfinish(org.eclipse.collections.api.list.primitive.MutableBooleanList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableBooleanList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableBooleanList finish(org.eclipse.collections.api.list.primitive.MutableBooleanList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableBooleanList,org.eclipse.collections.api.list.primitive.MutableBooleanList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Byte.html new file mode 100644 index 00000000..fcd3bf88 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.list.primitive.MutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableByteListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableByteListfinish(org.eclipse.collections.api.list.primitive.MutableByteList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableByteList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableByteList finish(org.eclipse.collections.api.list.primitive.MutableByteList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableByteList,org.eclipse.collections.api.list.primitive.MutableByteList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Char.html new file mode 100644 index 00000000..a54de757 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +MutableListDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.MutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableCharListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableCharListfinish(org.eclipse.collections.api.list.primitive.MutableCharList objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableCharList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.MutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableCharList finish(org.eclipse.collections.api.list.primitive.MutableCharList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.list.primitive.MutableCharList,org.eclipse.collections.api.list.primitive.MutableCharList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Double.html new file mode 100644 index 00000000..c65e68c9 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.list.primitive.MutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableDoubleListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableDoubleListfinish(org.eclipse.collections.api.list.primitive.MutableDoubleList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableDoubleList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableDoubleList finish(org.eclipse.collections.api.list.primitive.MutableDoubleList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableDoubleList,org.eclipse.collections.api.list.primitive.MutableDoubleList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Float.html new file mode 100644 index 00000000..4e38e686 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.list.primitive.MutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableFloatListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableFloatListfinish(org.eclipse.collections.api.list.primitive.MutableFloatList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableFloatList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableFloatList finish(org.eclipse.collections.api.list.primitive.MutableFloatList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableFloatList,org.eclipse.collections.api.list.primitive.MutableFloatList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Int.html new file mode 100644 index 00000000..6103a13e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.list.primitive.MutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableIntListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableIntListfinish(org.eclipse.collections.api.list.primitive.MutableIntList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableIntList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableIntList finish(org.eclipse.collections.api.list.primitive.MutableIntList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableIntList,org.eclipse.collections.api.list.primitive.MutableIntList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Long.html new file mode 100644 index 00000000..a35d7f62 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.list.primitive.MutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableLongListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableLongListfinish(org.eclipse.collections.api.list.primitive.MutableLongList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableLongList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableLongList finish(org.eclipse.collections.api.list.primitive.MutableLongList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableLongList,org.eclipse.collections.api.list.primitive.MutableLongList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Ref.html new file mode 100644 index 00000000..0a80f855 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +MutableListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.MutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.MutableList<Object>createIntermediate() 
      protected org.eclipse.collections.api.list.MutableList<?>finish(org.eclipse.collections.api.list.MutableList<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.MutableList<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.MutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.MutableList<?> finish(org.eclipse.collections.api.list.MutableList<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.MutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.list.MutableList<?>,org.eclipse.collections.api.list.MutableList<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Short.html new file mode 100644 index 00000000..d7739ca8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +MutableListDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableListDeserializer
    +
    +
    +
    +
    public static final class MutableListDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.list.primitive.MutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableListDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.list.primitive.MutableShortListcreateIntermediate() 
      protected org.eclipse.collections.api.list.primitive.MutableShortListfinish(org.eclipse.collections.api.list.primitive.MutableShortList objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.list.primitive.MutableShortList createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.list.primitive.MutableShortList finish(org.eclipse.collections.api.list.primitive.MutableShortList objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.list.primitive.MutableShortList,org.eclipse.collections.api.list.primitive.MutableShortList>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.html new file mode 100644 index 00000000..17966468 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/MutableListDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +MutableListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+

Class MutableListDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class MutableListDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.Ref.html new file mode 100644 index 00000000..ceeff29d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.html new file mode 100644 index 00000000..8b0c0f22 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/FixedSizeListDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Boolean.html new file mode 100644 index 00000000..0d901506 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Byte.html new file mode 100644 index 00000000..8dce8c94 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Char.html new file mode 100644 index 00000000..e7dcaa10 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Double.html new file mode 100644 index 00000000..9d953f83 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Float.html new file mode 100644 index 00000000..9f0c0854 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Int.html new file mode 100644 index 00000000..dab9672c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Long.html new file mode 100644 index 00000000..a4c77682 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Ref.html new file mode 100644 index 00000000..fc170e21 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Short.html new file mode 100644 index 00000000..8798b4e0 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.html new file mode 100644 index 00000000..1062933b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/ImmutableListDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Boolean.html new file mode 100644 index 00000000..19406ade --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Byte.html new file mode 100644 index 00000000..8a7f82e0 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Char.html new file mode 100644 index 00000000..4f0ec611 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Double.html new file mode 100644 index 00000000..321c0a19 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Float.html new file mode 100644 index 00000000..a70a7d6e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Int.html new file mode 100644 index 00000000..43aef067 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Long.html new file mode 100644 index 00000000..138abcbf --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Ref.html new file mode 100644 index 00000000..2fda7c1b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Short.html new file mode 100644 index 00000000..6fb73f75 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.html new file mode 100644 index 00000000..c0bd1c3f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/class-use/MutableListDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-frame.html new file mode 100644 index 00000000..6cda8e1e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-frame.html @@ -0,0 +1,42 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.list (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser.list

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-summary.html new file mode 100644 index 00000000..100a259d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-summary.html @@ -0,0 +1,228 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.list (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser.list

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-tree.html new file mode 100644 index 00000000..1585e445 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-tree.html @@ -0,0 +1,208 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.list Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser.list

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-use.html new file mode 100644 index 00000000..8bf9f7b8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/list/package-use.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser.list (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser.list

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer.html new file mode 100644 index 00000000..578a02c3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializer.html @@ -0,0 +1,460 @@ + + + + + + +EclipseMapDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class EclipseMapDeserializer<T,I,K extends KeyHandler<K>,V extends ValueHandler<V>>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider
    +
    +
    +
    +
    public abstract class EclipseMapDeserializer<T,I,K extends KeyHandler<K>,V extends ValueHandler<V>>
    +extends com.fasterxml.jackson.databind.JsonDeserializer<T>
    +implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    +
    +
    Author:
    +
    yawkat
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      EclipseMapDeserializer(K keyHandler, + V valueHandler) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) 
      protected abstract IcreateIntermediate() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected abstract voiddeserializeEntry(I target, + K keyHandler, + V valueHandler, + com.fasterxml.jackson.databind.DeserializationContext ctx, + String key, + com.fasterxml.jackson.core.JsonParser valueParser) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) 
      protected abstract Tfinish(I intermediate) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      protected abstract EclipseMapDeserializer<T,?,?,?>withResolved(K keyHandler, + V valueHandler) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + +
        +
      • +

        EclipseMapDeserializer

        +
        public EclipseMapDeserializer(K keyHandler,
        +                              V valueHandler)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        +
      • +
      + + + + + + + + + +
        +
      • +

        createIntermediate

        +
        protected abstract I createIntermediate()
        +
      • +
      + + + + + +
        +
      • +

        deserializeEntry

        +
        protected abstract void deserializeEntry(I target,
        +                                         K keyHandler,
        +                                         V valueHandler,
        +                                         com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                                         String key,
        +                                         com.fasterxml.jackson.core.JsonParser valueParser)
        +                                  throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        finish

        +
        protected abstract T finish(I intermediate)
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializers.html new file mode 100644 index 00000000..356c967c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/EclipseMapDeserializers.html @@ -0,0 +1,243 @@ + + + + + + +EclipseMapDeserializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class EclipseMapDeserializers

+
+
+ +
+
    +
  • +
    +
    +
    public final class EclipseMapDeserializers
    +extends Object
    +
    +
    Author:
    +
    yawkat
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createDeserializer

        +
        public static EclipseMapDeserializer<?,?,?,?> createDeserializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/KeyHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/KeyHandler.html new file mode 100644 index 00000000..5f13dd5c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/KeyHandler.html @@ -0,0 +1,238 @@ + + + + + + +KeyHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Interface KeyHandler<K extends KeyHandler<K>>

+
+
+ +
+
    +
  • + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContextualKey

        +
        K createContextualKey(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                      com.fasterxml.jackson.databind.BeanProperty property)
        +               throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Boolean.html new file mode 100644 index 00000000..e790e980 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Boolean.html @@ -0,0 +1,351 @@ + + + + + + +PrimitiveKVHandler.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Boolean

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        value

        +
        public boolean value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                     com.fasterxml.jackson.core.JsonParser parser)
        +              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Byte.html new file mode 100644 index 00000000..92820893 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Byte.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Byte

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public byte key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public byte value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                  com.fasterxml.jackson.core.JsonParser parser)
        +           throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Char.html new file mode 100644 index 00000000..12e74b4f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Char.html @@ -0,0 +1,371 @@ + + + + + + +PrimitiveKVHandler.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Char

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public char key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                String key)
        +         throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        value

        +
        public char value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                  com.fasterxml.jackson.core.JsonParser parser)
        +           throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Double.html new file mode 100644 index 00000000..aee23ffb --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Double.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Double

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public double key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                  String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public double value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                    com.fasterxml.jackson.core.JsonParser parser)
        +             throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Float.html new file mode 100644 index 00000000..48d896b7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Float.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Float

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public float key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                 String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public float value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                   com.fasterxml.jackson.core.JsonParser parser)
        +            throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Int.html new file mode 100644 index 00000000..11bf218c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Int.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Int

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public int key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +               String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public int value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                 com.fasterxml.jackson.core.JsonParser parser)
        +          throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Long.html new file mode 100644 index 00000000..b53aed23 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Long.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Long

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public long key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public long value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                  com.fasterxml.jackson.core.JsonParser parser)
        +           throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Short.html new file mode 100644 index 00000000..5e4f62bd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.Short.html @@ -0,0 +1,366 @@ + + + + + + +PrimitiveKVHandler.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler.Short

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        key

        +
        public short key(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                 String key)
        +
      • +
      + + + +
        +
      • +

        value

        +
        public short value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                   com.fasterxml.jackson.core.JsonParser parser)
        +            throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.html new file mode 100644 index 00000000..b3c93cb5 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/PrimitiveKVHandler.html @@ -0,0 +1,364 @@ + + + + + + +PrimitiveKVHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class PrimitiveKVHandler<H extends KeyHandler<H> & ValueHandler<H>>

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PrimitiveKVHandler

        +
        public PrimitiveKVHandler()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContextualKey

        +
        public H createContextualKey(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                             com.fasterxml.jackson.databind.BeanProperty property)
        +                      throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextualKey in interface KeyHandler<H extends KeyHandler<H> & ValueHandler<H>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        createContextualValue

        +
        public H createContextualValue(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                               com.fasterxml.jackson.databind.BeanProperty property)
        +                        throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextualValue in interface ValueHandler<H extends KeyHandler<H> & ValueHandler<H>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefKeyHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefKeyHandler.html new file mode 100644 index 00000000..49656959 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefKeyHandler.html @@ -0,0 +1,313 @@ + + + + + + +RefKeyHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class RefKeyHandler

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RefKeyHandler

        +
        public RefKeyHandler(com.fasterxml.jackson.databind.JavaType keyType,
        +                     com.fasterxml.jackson.databind.KeyDeserializer _keyDeserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContextualKey

        +
        public RefKeyHandler createContextualKey(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextualKey in interface KeyHandler<RefKeyHandler>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefValueHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefValueHandler.html new file mode 100644 index 00000000..77a03a6f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/RefValueHandler.html @@ -0,0 +1,315 @@ + + + + + + +RefValueHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Class RefValueHandler

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RefValueHandler

        +
        public RefValueHandler(com.fasterxml.jackson.databind.JavaType valueType,
        +                       com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer,
        +                       com.fasterxml.jackson.databind.jsontype.TypeDeserializer _typeDeserializerForValue)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContextualValue

        +
        public RefValueHandler createContextualValue(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                             com.fasterxml.jackson.databind.BeanProperty property)
        +                                      throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextualValue in interface ValueHandler<RefValueHandler>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        value

        +
        public Object value(com.fasterxml.jackson.databind.DeserializationContext ctx,
        +                    com.fasterxml.jackson.core.JsonParser parser)
        +             throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/ValueHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/ValueHandler.html new file mode 100644 index 00000000..028645a0 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/ValueHandler.html @@ -0,0 +1,238 @@ + + + + + + +ValueHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+

Interface ValueHandler<V extends ValueHandler<V>>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createContextualValue

        +
        V createContextualValue(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                        com.fasterxml.jackson.databind.BeanProperty property)
        +                 throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializer.html new file mode 100644 index 00000000..128c2d55 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializer.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializers.html new file mode 100644 index 00000000..aa352347 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/EclipseMapDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/KeyHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/KeyHandler.html new file mode 100644 index 00000000..c190bed7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/KeyHandler.html @@ -0,0 +1,223 @@ + + + + + + +Uses of Interface com.fasterxml.jackson.datatype.eclipsecollections.deser.map.KeyHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.KeyHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Boolean.html new file mode 100644 index 00000000..52239687 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Byte.html new file mode 100644 index 00000000..7920990d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Char.html new file mode 100644 index 00000000..90d40ad2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Double.html new file mode 100644 index 00000000..b9334930 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Float.html new file mode 100644 index 00000000..60dbb8c4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Int.html new file mode 100644 index 00000000..4d46009a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Long.html new file mode 100644 index 00000000..ee0ff46a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Short.html new file mode 100644 index 00000000..c66f5516 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.html new file mode 100644 index 00000000..23a4038b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/PrimitiveKVHandler.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefKeyHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefKeyHandler.html new file mode 100644 index 00000000..f1d2269e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefKeyHandler.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefValueHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefValueHandler.html new file mode 100644 index 00000000..c0484f29 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/RefValueHandler.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefValueHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefValueHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/ValueHandler.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/ValueHandler.html new file mode 100644 index 00000000..5f4bc5a8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/class-use/ValueHandler.html @@ -0,0 +1,223 @@ + + + + + + +Uses of Interface com.fasterxml.jackson.datatype.eclipsecollections.deser.map.ValueHandler (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Interface
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.ValueHandler

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-frame.html new file mode 100644 index 00000000..f16da516 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-frame.html @@ -0,0 +1,38 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser.map

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-summary.html new file mode 100644 index 00000000..93ea932b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-summary.html @@ -0,0 +1,211 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser.map

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-tree.html new file mode 100644 index 00000000..09a3de5d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-tree.html @@ -0,0 +1,163 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.map Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser.map

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-use.html new file mode 100644 index 00000000..15d3e7ef --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/map/package-use.html @@ -0,0 +1,198 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser.map

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-frame.html new file mode 100644 index 00000000..15ac5284 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-summary.html new file mode 100644 index 00000000..ad54e5e2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-summary.html @@ -0,0 +1,180 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-tree.html new file mode 100644 index 00000000..db7521e4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-use.html new file mode 100644 index 00000000..9bd3d6db --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/package-use.html @@ -0,0 +1,300 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/PairInstantiators.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/PairInstantiators.html new file mode 100644 index 00000000..fb16f576 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/PairInstantiators.html @@ -0,0 +1,311 @@ + + + + + + +PairInstantiators (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+

Class PairInstantiators

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ValueInstantiators
    +
    +
    +
    +
    public final class PairInstantiators
    +extends com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
    +
    +
    Author:
    +
    yawkat
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiators

        +com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PairInstantiators() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PairInstantiators

        +
        public PairInstantiators()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findValueInstantiator

        +
        public com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                    com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                    com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)
        +
        +
        Specified by:
        +
        findValueInstantiator in interface com.fasterxml.jackson.databind.deser.ValueInstantiators
        +
        Overrides:
        +
        findValueInstantiator in class com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/TripleInstantiators.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/TripleInstantiators.html new file mode 100644 index 00000000..5d8533ef --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/TripleInstantiators.html @@ -0,0 +1,307 @@ + + + + + + +TripleInstantiators (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+

Class TripleInstantiators

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ValueInstantiators
    +
    +
    +
    +
    public class TripleInstantiators
    +extends com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiators

        +com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
      • +
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TripleInstantiators

        +
        public TripleInstantiators()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findValueInstantiator

        +
        public com.fasterxml.jackson.databind.deser.ValueInstantiator findValueInstantiator(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                    com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                    com.fasterxml.jackson.databind.deser.ValueInstantiator defaultInstantiator)
        +
        +
        Specified by:
        +
        findValueInstantiator in interface com.fasterxml.jackson.databind.deser.ValueInstantiators
        +
        Overrides:
        +
        findValueInstantiator in class com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/PairInstantiators.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/PairInstantiators.html new file mode 100644 index 00000000..a9079864 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/PairInstantiators.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.PairInstantiators (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.PairInstantiators

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.PairInstantiators
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/TripleInstantiators.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/TripleInstantiators.html new file mode 100644 index 00000000..10e13646 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/class-use/TripleInstantiators.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-frame.html new file mode 100644 index 00000000..ec7b985e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.pair (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser.pair

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-summary.html new file mode 100644 index 00000000..4ffcdee9 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.pair (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser.pair

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-tree.html new file mode 100644 index 00000000..2ad527b3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-tree.html @@ -0,0 +1,144 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.pair Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser.pair

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-use.html new file mode 100644 index 00000000..0ba5e2ed --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/pair/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser.pair (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Boolean.html new file mode 100644 index 00000000..2f5af944 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.set.primitive.ImmutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableBooleanSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableBooleanSetfinish(org.eclipse.collections.api.set.primitive.MutableBooleanSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableBooleanSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableBooleanSet finish(org.eclipse.collections.api.set.primitive.MutableBooleanSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Byte.html new file mode 100644 index 00000000..a5322369 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.set.primitive.ImmutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableByteSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableByteSetfinish(org.eclipse.collections.api.set.primitive.MutableByteSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableByteSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableByteSet finish(org.eclipse.collections.api.set.primitive.MutableByteSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Char.html new file mode 100644 index 00000000..12ca2d94 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +ImmutableSetDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.ImmutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableCharSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableCharSetfinish(org.eclipse.collections.api.set.primitive.MutableCharSet objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableCharSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.ImmutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableCharSet finish(org.eclipse.collections.api.set.primitive.MutableCharSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.ImmutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Double.html new file mode 100644 index 00000000..79335b4d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.set.primitive.ImmutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableDoubleSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableDoubleSetfinish(org.eclipse.collections.api.set.primitive.MutableDoubleSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableDoubleSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableDoubleSet finish(org.eclipse.collections.api.set.primitive.MutableDoubleSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Float.html new file mode 100644 index 00000000..0351815b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.set.primitive.ImmutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableFloatSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableFloatSetfinish(org.eclipse.collections.api.set.primitive.MutableFloatSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableFloatSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableFloatSet finish(org.eclipse.collections.api.set.primitive.MutableFloatSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Int.html new file mode 100644 index 00000000..cf92f418 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.set.primitive.ImmutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableIntSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableIntSetfinish(org.eclipse.collections.api.set.primitive.MutableIntSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableIntSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableIntSet finish(org.eclipse.collections.api.set.primitive.MutableIntSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Long.html new file mode 100644 index 00000000..b0833ed3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.set.primitive.ImmutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableLongSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableLongSetfinish(org.eclipse.collections.api.set.primitive.MutableLongSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableLongSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableLongSet finish(org.eclipse.collections.api.set.primitive.MutableLongSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Ref.html new file mode 100644 index 00000000..ac996e8b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +ImmutableSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.ImmutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.MutableSet<Object>createIntermediate() 
      protected org.eclipse.collections.api.set.ImmutableSet<?>finish(org.eclipse.collections.api.set.MutableSet<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.MutableSet<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.ImmutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.ImmutableSet<?> finish(org.eclipse.collections.api.set.MutableSet<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.ImmutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.ImmutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Short.html new file mode 100644 index 00000000..190f7694 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +ImmutableSetDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSetDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.set.primitive.ImmutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ImmutableSetDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableShortSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.ImmutableShortSetfinish(org.eclipse.collections.api.set.primitive.MutableShortSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableShortSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.ImmutableShortSet finish(org.eclipse.collections.api.set.primitive.MutableShortSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.ImmutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.html new file mode 100644 index 00000000..0e86cc3a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSetDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +ImmutableSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSetDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class ImmutableSetDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.Ref.html new file mode 100644 index 00000000..56484c76 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +ImmutableSortedSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSortedSetDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    ImmutableSortedSetDeserializer
    +
    +
    +
    +
    public static final class ImmutableSortedSetDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>createIntermediate() 
      protected org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?>finish(org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?> finish(org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.sorted.ImmutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.html new file mode 100644 index 00000000..0cd09de4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/ImmutableSortedSetDeserializer.html @@ -0,0 +1,218 @@ + + + + + + +ImmutableSortedSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class ImmutableSortedSetDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class ImmutableSortedSetDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Boolean.html new file mode 100644 index 00000000..137a49aa --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Boolean.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Boolean

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Boolean
    +extends BaseCollectionDeserializer.Boolean<org.eclipse.collections.api.set.primitive.MutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.BooleanINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Boolean() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableBooleanSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableBooleanSetfinish(org.eclipse.collections.api.set.primitive.MutableBooleanSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableBooleanSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableBooleanSet finish(org.eclipse.collections.api.set.primitive.MutableBooleanSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableBooleanSet,org.eclipse.collections.api.set.primitive.MutableBooleanSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Byte.html new file mode 100644 index 00000000..6ade3fac --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Byte.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Byte

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Byte
    +extends BaseCollectionDeserializer.Byte<org.eclipse.collections.api.set.primitive.MutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.ByteINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Byte() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableByteSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableByteSetfinish(org.eclipse.collections.api.set.primitive.MutableByteSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableByteSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableByteSet finish(org.eclipse.collections.api.set.primitive.MutableByteSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableByteSet,org.eclipse.collections.api.set.primitive.MutableByteSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Char.html new file mode 100644 index 00000000..e031aaed --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Char.html @@ -0,0 +1,400 @@ + + + + + + +MutableSetDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Char

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Char
    +extends BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.MutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.CharINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Char() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableCharSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableCharSetfinish(org.eclipse.collections.api.set.primitive.MutableCharSet objects) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableCharSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.MutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableCharSet finish(org.eclipse.collections.api.set.primitive.MutableCharSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer.Char<org.eclipse.collections.api.set.primitive.MutableCharSet,org.eclipse.collections.api.set.primitive.MutableCharSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Double.html new file mode 100644 index 00000000..9a24bc01 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Double.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Double

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Double
    +extends BaseCollectionDeserializer.Double<org.eclipse.collections.api.set.primitive.MutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.DoubleINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Double() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableDoubleSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableDoubleSetfinish(org.eclipse.collections.api.set.primitive.MutableDoubleSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableDoubleSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableDoubleSet finish(org.eclipse.collections.api.set.primitive.MutableDoubleSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableDoubleSet,org.eclipse.collections.api.set.primitive.MutableDoubleSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Float.html new file mode 100644 index 00000000..90c42315 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Float.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Float

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Float
    +extends BaseCollectionDeserializer.Float<org.eclipse.collections.api.set.primitive.MutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.FloatINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Float() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableFloatSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableFloatSetfinish(org.eclipse.collections.api.set.primitive.MutableFloatSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableFloatSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableFloatSet finish(org.eclipse.collections.api.set.primitive.MutableFloatSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableFloatSet,org.eclipse.collections.api.set.primitive.MutableFloatSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Int.html new file mode 100644 index 00000000..42830c58 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Int.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Int

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Int
    +extends BaseCollectionDeserializer.Int<org.eclipse.collections.api.set.primitive.MutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.IntINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Int() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableIntSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableIntSetfinish(org.eclipse.collections.api.set.primitive.MutableIntSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableIntSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableIntSet finish(org.eclipse.collections.api.set.primitive.MutableIntSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableIntSet,org.eclipse.collections.api.set.primitive.MutableIntSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Long.html new file mode 100644 index 00000000..28cdfb8d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Long.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Long

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Long
    +extends BaseCollectionDeserializer.Long<org.eclipse.collections.api.set.primitive.MutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.LongINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Long() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableLongSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableLongSetfinish(org.eclipse.collections.api.set.primitive.MutableLongSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableLongSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableLongSet finish(org.eclipse.collections.api.set.primitive.MutableLongSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableLongSet,org.eclipse.collections.api.set.primitive.MutableLongSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Ref.html new file mode 100644 index 00000000..18bacae8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +MutableSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.MutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.MutableSet<Object>createIntermediate() 
      protected org.eclipse.collections.api.set.MutableSet<?>finish(org.eclipse.collections.api.set.MutableSet<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.MutableSet<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.MutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.MutableSet<?> finish(org.eclipse.collections.api.set.MutableSet<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.MutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.MutableSet<?>,org.eclipse.collections.api.set.MutableSet<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Short.html new file mode 100644 index 00000000..da5dd23b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.Short.html @@ -0,0 +1,419 @@ + + + + + + +MutableSetDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer.Short

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSetDeserializer
    +
    +
    +
    +
    public static final class MutableSetDeserializer.Short
    +extends BaseCollectionDeserializer.Short<org.eclipse.collections.api.set.primitive.MutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static MutableSetDeserializer.ShortINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Short() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.primitive.MutableShortSetcreateIntermediate() 
      protected org.eclipse.collections.api.set.primitive.MutableShortSetfinish(org.eclipse.collections.api.set.primitive.MutableShortSet objects) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.primitive.MutableShortSet createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.primitive.MutableShortSet finish(org.eclipse.collections.api.set.primitive.MutableShortSet objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.primitive.MutableShortSet,org.eclipse.collections.api.set.primitive.MutableShortSet>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.html new file mode 100644 index 00000000..95bc2b32 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSetDeserializer.html @@ -0,0 +1,250 @@ + + + + + + +MutableSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSetDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class MutableSetDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.Ref.html new file mode 100644 index 00000000..ffd1384d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.Ref.html @@ -0,0 +1,421 @@ + + + + + + +MutableSortedSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSortedSetDeserializer.Ref

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Enclosing class:
    +
    MutableSortedSetDeserializer
    +
    +
    +
    +
    public static final class MutableSortedSetDeserializer.Ref
    +extends BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.sorted.MutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Ref(com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>createIntermediate() 
      protected org.eclipse.collections.api.set.sorted.MutableSortedSet<?>finish(org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> objects) 
      protected BaseCollectionDeserializer.Ref<?,?>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) 
      + + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Ref

        +
        public Ref(com.fasterxml.jackson.databind.JavaType elementType,
        +           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +           com.fasterxml.jackson.databind.JsonDeserializer<?> deserializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createIntermediate

        +
        protected org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> createIntermediate()
        +
        +
        Specified by:
        +
        createIntermediate in class BaseCollectionDeserializer<org.eclipse.collections.api.set.sorted.MutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        finish

        +
        protected org.eclipse.collections.api.set.sorted.MutableSortedSet<?> finish(org.eclipse.collections.api.set.sorted.MutableSortedSet<Object> objects)
        +
        +
        Specified by:
        +
        finish in class BaseCollectionDeserializer<org.eclipse.collections.api.set.sorted.MutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected BaseCollectionDeserializer.Ref<?,?> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializerForValue,
        +                                                           com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +
        +
        Specified by:
        +
        withResolved in class BaseCollectionDeserializer.Ref<org.eclipse.collections.api.set.sorted.MutableSortedSet<?>,org.eclipse.collections.api.set.sorted.MutableSortedSet<Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.html new file mode 100644 index 00000000..a615947f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/MutableSortedSetDeserializer.html @@ -0,0 +1,218 @@ + + + + + + +MutableSortedSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+

Class MutableSortedSetDeserializer

+
+
+ +
+
    +
  • +
    +
    +
    public final class MutableSortedSetDeserializer
    +extends Object
    +
  • +
+
+
+ +
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Boolean.html new file mode 100644 index 00000000..35b750b5 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Byte.html new file mode 100644 index 00000000..d5fba5df --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Char.html new file mode 100644 index 00000000..314e3535 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Double.html new file mode 100644 index 00000000..9a469cc7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Float.html new file mode 100644 index 00000000..ed82cdb2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Int.html new file mode 100644 index 00000000..081f42fa --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Long.html new file mode 100644 index 00000000..8f4d5ce5 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Ref.html new file mode 100644 index 00000000..38075b28 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Short.html new file mode 100644 index 00000000..2c6d74f7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.html new file mode 100644 index 00000000..22b97f72 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.Ref.html new file mode 100644 index 00000000..c8f9e06e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.html new file mode 100644 index 00000000..7024e8a1 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/ImmutableSortedSetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Boolean.html new file mode 100644 index 00000000..8863fb26 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Boolean.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Byte.html new file mode 100644 index 00000000..c82e79c6 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Byte.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Char.html new file mode 100644 index 00000000..9d2a0a6e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Char.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Double.html new file mode 100644 index 00000000..664f1f05 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Double.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Float.html new file mode 100644 index 00000000..86ba5219 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Float.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Int.html new file mode 100644 index 00000000..66b6ffb7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Int.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Long.html new file mode 100644 index 00000000..cf476457 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Long.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Ref.html new file mode 100644 index 00000000..b8137287 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Short.html new file mode 100644 index 00000000..3159edb7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.Short.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.html new file mode 100644 index 00000000..2e4de8dc --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.Ref.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.Ref.html new file mode 100644 index 00000000..053f7657 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.Ref.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.html new file mode 100644 index 00000000..9ee856bd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/class-use/MutableSortedSetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-frame.html new file mode 100644 index 00000000..9ee1a648 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-frame.html @@ -0,0 +1,44 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.set (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.deser.set

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-summary.html new file mode 100644 index 00000000..54cc4d4c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-summary.html @@ -0,0 +1,236 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.set (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.deser.set

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-tree.html new file mode 100644 index 00000000..1c005090 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-tree.html @@ -0,0 +1,210 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.deser.set Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.deser.set

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-use.html new file mode 100644 index 00000000..b130e3cc --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/deser/set/package-use.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.deser.set (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.deser.set

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-frame.html new file mode 100644 index 00000000..7038dcd7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-summary.html new file mode 100644 index 00000000..0caf7b30 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-summary.html @@ -0,0 +1,162 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-tree.html new file mode 100644 index 00000000..c0327b82 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-use.html new file mode 100644 index 00000000..48d63e44 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/BooleanIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/BooleanIterableSerializer.html new file mode 100644 index 00000000..4cb7f73f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/BooleanIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +BooleanIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class BooleanIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class BooleanIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.BooleanIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      BooleanIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.BooleanIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected BooleanIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BooleanIterableSerializer

        +
        public BooleanIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                                 Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ByteIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ByteIterableSerializer.html new file mode 100644 index 00000000..dddacefb --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ByteIterableSerializer.html @@ -0,0 +1,400 @@ + + + + + + +ByteIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class ByteIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class ByteIterableSerializer
    +extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.eclipse.collections.api.ByteIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static ByteIterableSerializerINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidserialize(org.eclipse.collections.api.ByteIterable value, + com.fasterxml.jackson.core.JsonGenerator g, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(org.eclipse.collections.api.ByteIterable value, + com.fasterxml.jackson.core.JsonGenerator g, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteIterableSerializer

        +
        public ByteIterableSerializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serialize

        +
        public void serialize(org.eclipse.collections.api.ByteIterable value,
        +                      com.fasterxml.jackson.core.JsonGenerator g,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.eclipse.collections.api.ByteIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(org.eclipse.collections.api.ByteIterable value,
        +                              com.fasterxml.jackson.core.JsonGenerator g,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<org.eclipse.collections.api.ByteIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/CharIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/CharIterableSerializer.html new file mode 100644 index 00000000..90eb8a06 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/CharIterableSerializer.html @@ -0,0 +1,421 @@ + + + + + + +CharIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class CharIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class CharIterableSerializer
    +extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.eclipse.collections.api.CharIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static CharIterableSerializerINSTANCE 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected CharIterableSerializer() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, + org.eclipse.collections.api.CharIterable value) 
      voidserialize(org.eclipse.collections.api.CharIterable value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(org.eclipse.collections.api.CharIterable value, + com.fasterxml.jackson.core.JsonGenerator g, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CharIterableSerializer

        +
        protected CharIterableSerializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                       org.eclipse.collections.api.CharIterable value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<org.eclipse.collections.api.CharIterable>
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(org.eclipse.collections.api.CharIterable value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.eclipse.collections.api.CharIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(org.eclipse.collections.api.CharIterable value,
        +                              com.fasterxml.jackson.core.JsonGenerator g,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<org.eclipse.collections.api.CharIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/DoubleIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/DoubleIterableSerializer.html new file mode 100644 index 00000000..316ffa3e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/DoubleIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +DoubleIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class DoubleIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class DoubleIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.DoubleIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      DoubleIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.DoubleIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected DoubleIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DoubleIterableSerializer

        +
        public DoubleIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                                Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/FloatIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/FloatIterableSerializer.html new file mode 100644 index 00000000..6c40044a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/FloatIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +FloatIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class FloatIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class FloatIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.FloatIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FloatIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.FloatIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected FloatIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FloatIterableSerializer

        +
        public FloatIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                               Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/IntIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/IntIterableSerializer.html new file mode 100644 index 00000000..fef1f2db --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/IntIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +IntIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class IntIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class IntIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.IntIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      IntIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.IntIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected IntIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IntIterableSerializer

        +
        public IntIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                             Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/LongIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/LongIterableSerializer.html new file mode 100644 index 00000000..99cd5f77 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/LongIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +LongIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class LongIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class LongIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.LongIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LongIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.LongIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected LongIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LongIterableSerializer

        +
        public LongIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                              Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/PrimitiveIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/PrimitiveIterableSerializer.html new file mode 100644 index 00000000..145d6f16 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/PrimitiveIterableSerializer.html @@ -0,0 +1,580 @@ + + + + + + +PrimitiveIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class PrimitiveIterableSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JavaType_elementType 
      protected com.fasterxml.jackson.databind.BeanProperty_property 
      protected Boolean_unwrapSingle 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PrimitiveIterableSerializer(Class<C> type, + com.fasterxml.jackson.databind.JavaType elementType, + com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      booleanhasSingleElement(C value) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider prov, + C value) 
      voidserialize(C value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected abstract voidserializeContents(C value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      voidserializeWithType(C value, + com.fasterxml.jackson.core.JsonGenerator g, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      protected abstract PrimitiveIterableSerializer<C>withResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _elementType

        +
        protected final com.fasterxml.jackson.databind.JavaType _elementType
        +
      • +
      + + + +
        +
      • +

        _property

        +
        protected final com.fasterxml.jackson.databind.BeanProperty _property
        +
      • +
      + + + +
        +
      • +

        _unwrapSingle

        +
        protected final Boolean _unwrapSingle
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PrimitiveIterableSerializer

        +
        public PrimitiveIterableSerializer(Class<C> type,
        +                                   com.fasterxml.jackson.databind.JavaType elementType,
        +                                   com.fasterxml.jackson.databind.BeanProperty property,
        +                                   Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                       C value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Specified by:
        +
        getContentType in class com.fasterxml.jackson.databind.ser.ContainerSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Specified by:
        +
        getContentSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts)
        +
        +
        Specified by:
        +
        _withValueTypeSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        +
      • +
      + + + + + +
        +
      • +

        hasSingleElement

        +
        public boolean hasSingleElement(C value)
        +
        +
        Specified by:
        +
        hasSingleElement in class com.fasterxml.jackson.databind.ser.ContainerSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        +
      • +
      + + + + + +
        +
      • +

        serialize

        +
        public final void serialize(C value,
        +                            com.fasterxml.jackson.core.JsonGenerator gen,
        +                            com.fasterxml.jackson.databind.SerializerProvider provider)
        +                     throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(C value,
        +                              com.fasterxml.jackson.core.JsonGenerator g,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<C extends org.eclipse.collections.api.PrimitiveIterable>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serializeContents

        +
        protected abstract void serializeContents(C value,
        +                                          com.fasterxml.jackson.core.JsonGenerator gen)
        +                                   throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ShortIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ShortIterableSerializer.html new file mode 100644 index 00000000..6349c0c7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/ShortIterableSerializer.html @@ -0,0 +1,396 @@ + + + + + + +ShortIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser
+

Class ShortIterableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public final class ShortIterableSerializer
    +extends PrimitiveIterableSerializer<org.eclipse.collections.api.ShortIterable>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ShortIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected voidserializeContents(org.eclipse.collections.api.ShortIterable value, + com.fasterxml.jackson.core.JsonGenerator gen) 
      protected ShortIterableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + Boolean unwrapSingle) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ShortIterableSerializer

        +
        public ShortIterableSerializer(com.fasterxml.jackson.databind.BeanProperty property,
        +                               Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/BooleanIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/BooleanIterableSerializer.html new file mode 100644 index 00000000..387d35e4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/BooleanIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.BooleanIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.BooleanIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ByteIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ByteIterableSerializer.html new file mode 100644 index 00000000..885f1170 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ByteIterableSerializer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/CharIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/CharIterableSerializer.html new file mode 100644 index 00000000..69e2a605 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/CharIterableSerializer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/DoubleIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/DoubleIterableSerializer.html new file mode 100644 index 00000000..52923548 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/DoubleIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.DoubleIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.DoubleIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/FloatIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/FloatIterableSerializer.html new file mode 100644 index 00000000..16710dbd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/FloatIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.FloatIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.FloatIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/IntIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/IntIterableSerializer.html new file mode 100644 index 00000000..a57594e2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/IntIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.IntIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.IntIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/LongIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/LongIterableSerializer.html new file mode 100644 index 00000000..9615a350 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/LongIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.LongIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.LongIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/PrimitiveIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/PrimitiveIterableSerializer.html new file mode 100644 index 00000000..3924ef13 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/PrimitiveIterableSerializer.html @@ -0,0 +1,200 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ShortIterableSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ShortIterableSerializer.html new file mode 100644 index 00000000..d1db4f54 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/class-use/ShortIterableSerializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.ShortIterableSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.ShortIterableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveMapSerializer.html new file mode 100644 index 00000000..9fbffa30 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveMapSerializer.html @@ -0,0 +1,418 @@ + + + + + + +PrimitiveMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveMapSerializer<T>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    PrimitiveRefMapSerializer, RefPrimitiveMapSerializer
    +
    +
    +
    +
    public abstract class PrimitiveMapSerializer<T>
    +extends com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
    +
    +
    Author:
    +
    yawkat
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidserialize(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected abstract voidserializeEntries(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider serializers) 
      voidserializeWithType(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider serializers, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PrimitiveMapSerializer

        +
        public PrimitiveMapSerializer(Class<T> t)
        +
      • +
      + + + +
        +
      • +

        PrimitiveMapSerializer

        +
        public PrimitiveMapSerializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(T value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider serializers,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serialize

        +
        public void serialize(T value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serializeEntries

        +
        protected abstract void serializeEntries(T value,
        +                                         com.fasterxml.jackson.core.JsonGenerator gen,
        +                                         com.fasterxml.jackson.databind.SerializerProvider serializers)
        +                                  throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitivePrimitiveMapSerializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitivePrimitiveMapSerializers.html new file mode 100644 index 00000000..6edb63f6 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitivePrimitiveMapSerializers.html @@ -0,0 +1,994 @@ + + + + + + +PrimitivePrimitiveMapSerializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitivePrimitiveMapSerializers

+
+
+ +
+
    +
  • +
    +
    +
    public final class PrimitivePrimitiveMapSerializers
    +extends Object
    +
    +
    Author:
    +
    yawkat
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        BYTE_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteBooleanMap> BYTE_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        BYTE_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteByteMap> BYTE_BYTE
        +
      • +
      + + + +
        +
      • +

        BYTE_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteShortMap> BYTE_SHORT
        +
      • +
      + + + +
        +
      • +

        BYTE_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteCharMap> BYTE_CHAR
        +
      • +
      + + + +
        +
      • +

        BYTE_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteIntMap> BYTE_INT
        +
      • +
      + + + +
        +
      • +

        BYTE_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteFloatMap> BYTE_FLOAT
        +
      • +
      + + + +
        +
      • +

        BYTE_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteLongMap> BYTE_LONG
        +
      • +
      + + + +
        +
      • +

        BYTE_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteDoubleMap> BYTE_DOUBLE
        +
      • +
      + + + +
        +
      • +

        SHORT_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortBooleanMap> SHORT_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        SHORT_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortByteMap> SHORT_BYTE
        +
      • +
      + + + +
        +
      • +

        SHORT_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortShortMap> SHORT_SHORT
        +
      • +
      + + + +
        +
      • +

        SHORT_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortCharMap> SHORT_CHAR
        +
      • +
      + + + +
        +
      • +

        SHORT_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortIntMap> SHORT_INT
        +
      • +
      + + + +
        +
      • +

        SHORT_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortFloatMap> SHORT_FLOAT
        +
      • +
      + + + +
        +
      • +

        SHORT_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortLongMap> SHORT_LONG
        +
      • +
      + + + +
        +
      • +

        SHORT_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortDoubleMap> SHORT_DOUBLE
        +
      • +
      + + + +
        +
      • +

        CHAR_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharBooleanMap> CHAR_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        CHAR_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharByteMap> CHAR_BYTE
        +
      • +
      + + + +
        +
      • +

        CHAR_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharShortMap> CHAR_SHORT
        +
      • +
      + + + +
        +
      • +

        CHAR_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharCharMap> CHAR_CHAR
        +
      • +
      + + + +
        +
      • +

        CHAR_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharIntMap> CHAR_INT
        +
      • +
      + + + +
        +
      • +

        CHAR_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharFloatMap> CHAR_FLOAT
        +
      • +
      + + + +
        +
      • +

        CHAR_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharLongMap> CHAR_LONG
        +
      • +
      + + + +
        +
      • +

        CHAR_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharDoubleMap> CHAR_DOUBLE
        +
      • +
      + + + +
        +
      • +

        INT_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntBooleanMap> INT_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        INT_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntByteMap> INT_BYTE
        +
      • +
      + + + +
        +
      • +

        INT_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntShortMap> INT_SHORT
        +
      • +
      + + + +
        +
      • +

        INT_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntCharMap> INT_CHAR
        +
      • +
      + + + +
        +
      • +

        INT_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntIntMap> INT_INT
        +
      • +
      + + + +
        +
      • +

        INT_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntFloatMap> INT_FLOAT
        +
      • +
      + + + +
        +
      • +

        INT_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntLongMap> INT_LONG
        +
      • +
      + + + +
        +
      • +

        INT_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntDoubleMap> INT_DOUBLE
        +
      • +
      + + + +
        +
      • +

        FLOAT_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatBooleanMap> FLOAT_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        FLOAT_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatByteMap> FLOAT_BYTE
        +
      • +
      + + + +
        +
      • +

        FLOAT_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatShortMap> FLOAT_SHORT
        +
      • +
      + + + +
        +
      • +

        FLOAT_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatCharMap> FLOAT_CHAR
        +
      • +
      + + + +
        +
      • +

        FLOAT_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatIntMap> FLOAT_INT
        +
      • +
      + + + +
        +
      • +

        FLOAT_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatFloatMap> FLOAT_FLOAT
        +
      • +
      + + + +
        +
      • +

        FLOAT_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatLongMap> FLOAT_LONG
        +
      • +
      + + + +
        +
      • +

        FLOAT_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatDoubleMap> FLOAT_DOUBLE
        +
      • +
      + + + +
        +
      • +

        LONG_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongBooleanMap> LONG_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        LONG_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongByteMap> LONG_BYTE
        +
      • +
      + + + +
        +
      • +

        LONG_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongShortMap> LONG_SHORT
        +
      • +
      + + + +
        +
      • +

        LONG_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongCharMap> LONG_CHAR
        +
      • +
      + + + +
        +
      • +

        LONG_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongIntMap> LONG_INT
        +
      • +
      + + + +
        +
      • +

        LONG_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongFloatMap> LONG_FLOAT
        +
      • +
      + + + +
        +
      • +

        LONG_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongLongMap> LONG_LONG
        +
      • +
      + + + +
        +
      • +

        LONG_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongDoubleMap> LONG_DOUBLE
        +
      • +
      + + + +
        +
      • +

        DOUBLE_BOOLEAN

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleBooleanMap> DOUBLE_BOOLEAN
        +
      • +
      + + + +
        +
      • +

        DOUBLE_BYTE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleByteMap> DOUBLE_BYTE
        +
      • +
      + + + +
        +
      • +

        DOUBLE_SHORT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleShortMap> DOUBLE_SHORT
        +
      • +
      + + + +
        +
      • +

        DOUBLE_CHAR

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleCharMap> DOUBLE_CHAR
        +
      • +
      + + + +
        +
      • +

        DOUBLE_INT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleIntMap> DOUBLE_INT
        +
      • +
      + + + +
        +
      • +

        DOUBLE_FLOAT

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleFloatMap> DOUBLE_FLOAT
        +
      • +
      + + + +
        +
      • +

        DOUBLE_LONG

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleLongMap> DOUBLE_LONG
        +
      • +
      + + + +
        +
      • +

        DOUBLE_DOUBLE

        +
        public static final PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleDoubleMap> DOUBLE_DOUBLE
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Byte.html new file mode 100644 index 00000000..35016fc1 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Byte.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Byte<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Byte<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ByteObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ByteObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ByteObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ByteObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                               com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ByteObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Char.html new file mode 100644 index 00000000..2d337fcd --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Char.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Char<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Char<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.CharObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.CharObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.CharObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.CharObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                               com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.CharObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Double.html new file mode 100644 index 00000000..3100b40e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Double.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Double<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Double<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.DoubleObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double(com.fasterxml.jackson.databind.JavaType type,
        +              com.fasterxml.jackson.databind.BeanProperty property,
        +              com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +              com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.DoubleObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.DoubleObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.DoubleObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                                 com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                 com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.DoubleObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Float.html new file mode 100644 index 00000000..1a72815f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Float.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Float<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Float<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.FloatObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float(com.fasterxml.jackson.databind.JavaType type,
        +             com.fasterxml.jackson.databind.BeanProperty property,
        +             com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +             com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.FloatObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.FloatObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.FloatObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                                com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.FloatObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Int.html new file mode 100644 index 00000000..36025a43 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Int.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Int<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Int<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.IntObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int(com.fasterxml.jackson.databind.JavaType type,
        +           com.fasterxml.jackson.databind.BeanProperty property,
        +           com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +           com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.IntObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.IntObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.IntObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                              com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.IntObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Long.html new file mode 100644 index 00000000..6a5cc7df --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Long.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Long<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Long<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.LongObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.LongObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.LongObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.LongObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                               com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.LongObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Short.html new file mode 100644 index 00000000..1293d765 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.Short.html @@ -0,0 +1,412 @@ + + + + + + +PrimitiveRefMapSerializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer.Short<V>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>
    +
    +
    +
    +
    public static class PrimitiveRefMapSerializer.Short<V>
    +extends PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ShortObjectMap<V>,V>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short(com.fasterxml.jackson.databind.JavaType type,
        +             com.fasterxml.jackson.databind.BeanProperty property,
        +             com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +             com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ShortObjectMap<V> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ShortObjectMap<V>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        protected PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ShortObjectMap<V>,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                                com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
        +
        Specified by:
        +
        withResolved in class PrimitiveRefMapSerializer<org.eclipse.collections.api.map.primitive.ShortObjectMap<V>,V>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.html new file mode 100644 index 00000000..8b29b535 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/PrimitiveRefMapSerializer.html @@ -0,0 +1,547 @@ + + + + + + +PrimitiveRefMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap_dynamicValueSerializers 
      protected com.fasterxml.jackson.databind.BeanProperty_property 
      protected com.fasterxml.jackson.databind.JavaType_type 
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_valueSerializer 
      protected com.fasterxml.jackson.databind.jsontype.TypeSerializer_valueTypeSerializer 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PrimitiveRefMapSerializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map, + com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected void_serializeValue(V value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider serializers) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider prov, + com.fasterxml.jackson.databind.BeanProperty property) 
      protected abstract PrimitiveRefMapSerializer<T,V>withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _type

        +
        protected final com.fasterxml.jackson.databind.JavaType _type
        +
      • +
      + + + +
        +
      • +

        _property

        +
        protected final com.fasterxml.jackson.databind.BeanProperty _property
        +
      • +
      + + + +
        +
      • +

        _valueTypeSerializer

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeSerializer _valueTypeSerializer
        +
      • +
      + + + +
        +
      • +

        _valueSerializer

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _valueSerializer
        +
      • +
      + + + +
        +
      • +

        _dynamicValueSerializers

        +
        protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap _dynamicValueSerializers
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PrimitiveRefMapSerializer

        +
        public PrimitiveRefMapSerializer(com.fasterxml.jackson.databind.JavaType type,
        +                                 com.fasterxml.jackson.databind.BeanProperty property,
        +                                 com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                 com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected abstract PrimitiveRefMapSerializer<T,V> withResolved(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                               com.fasterxml.jackson.databind.BeanProperty property,
        +                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer)
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + + + +
        +
      • +

        _serializeValue

        +
        protected void _serializeValue(V value,
        +                               com.fasterxml.jackson.core.JsonGenerator gen,
        +                               com.fasterxml.jackson.databind.SerializerProvider serializers)
        +                        throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _findAndAddDynamic

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map,
        +                                                                                         com.fasterxml.jackson.databind.JavaType type,
        +                                                                                         com.fasterxml.jackson.databind.SerializerProvider provider)
        +                                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Boolean.html new file mode 100644 index 00000000..c26ee6f4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Boolean.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Boolean<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Boolean<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Boolean

        +
        public Boolean(com.fasterxml.jackson.databind.JavaType type,
        +               com.fasterxml.jackson.databind.BeanProperty property,
        +               com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                  com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectBooleanMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Byte.html new file mode 100644 index 00000000..88471ecc --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Byte.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Byte<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Byte<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectByteMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Byte

        +
        public Byte(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectByteMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectByteMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectByteMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectByteMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Char.html new file mode 100644 index 00000000..63695be7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Char.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Char<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Char<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectCharMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Char

        +
        public Char(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectCharMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectCharMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectCharMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectCharMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Double.html new file mode 100644 index 00000000..58565799 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Double.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Double<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Double<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Double

        +
        public Double(com.fasterxml.jackson.databind.JavaType type,
        +              com.fasterxml.jackson.databind.BeanProperty property,
        +              com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                 com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectDoubleMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Float.html new file mode 100644 index 00000000..f84239b2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Float.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Float<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Float<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectFloatMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Float

        +
        public Float(com.fasterxml.jackson.databind.JavaType type,
        +             com.fasterxml.jackson.databind.BeanProperty property,
        +             com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectFloatMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectFloatMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectFloatMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectFloatMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Int.html new file mode 100644 index 00000000..c9d14f6c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Int.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Int<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Int<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectIntMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Int

        +
        public Int(com.fasterxml.jackson.databind.JavaType type,
        +           com.fasterxml.jackson.databind.BeanProperty property,
        +           com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectIntMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectIntMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectIntMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectIntMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Long.html new file mode 100644 index 00000000..018575c3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Long.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Long<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Long<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectLongMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Long

        +
        public Long(com.fasterxml.jackson.databind.JavaType type,
        +            com.fasterxml.jackson.databind.BeanProperty property,
        +            com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectLongMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectLongMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectLongMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectLongMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Short.html new file mode 100644 index 00000000..6bf02780 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.Short.html @@ -0,0 +1,408 @@ + + + + + + +RefPrimitiveMapSerializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer.Short<K>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    Enclosing class:
    +
    RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>
    +
    +
    +
    +
    public static final class RefPrimitiveMapSerializer.Short<K>
    +extends RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectShortMap<K>,K>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Short

        +
        public Short(com.fasterxml.jackson.databind.JavaType type,
        +             com.fasterxml.jackson.databind.BeanProperty property,
        +             com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectShortMap<K>,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                                                                                com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
        +
        Specified by:
        +
        withResolved in class RefPrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectShortMap<K>,K>
        +
        +
      • +
      + + + +
        +
      • +

        serializeEntries

        +
        protected void serializeEntries(org.eclipse.collections.api.map.primitive.ObjectShortMap<K> value,
        +                                com.fasterxml.jackson.core.JsonGenerator gen,
        +                                com.fasterxml.jackson.databind.SerializerProvider serializers)
        +
        +
        Specified by:
        +
        serializeEntries in class PrimitiveMapSerializer<org.eclipse.collections.api.map.primitive.ObjectShortMap<K>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.html new file mode 100644 index 00000000..1500374c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefPrimitiveMapSerializer.html @@ -0,0 +1,461 @@ + + + + + + +RefPrimitiveMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K>

+
+
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_keySerializer 
      protected com.fasterxml.jackson.databind.BeanProperty_property 
      protected com.fasterxml.jackson.databind.JavaType_type 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected void_serializeKey(K key, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider prov, + com.fasterxml.jackson.databind.BeanProperty property) 
      protected abstract RefPrimitiveMapSerializer<T,K>withResolved(com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _type

        +
        protected final com.fasterxml.jackson.databind.JavaType _type
        +
      • +
      + + + +
        +
      • +

        _property

        +
        protected final com.fasterxml.jackson.databind.BeanProperty _property
        +
      • +
      + + + +
        +
      • +

        _keySerializer

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _keySerializer
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected abstract RefPrimitiveMapSerializer<T,K> withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                                               com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer)
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + + + +
        +
      • +

        _serializeKey

        +
        protected void _serializeKey(K key,
        +                             com.fasterxml.jackson.core.JsonGenerator gen,
        +                             com.fasterxml.jackson.databind.SerializerProvider provider)
        +                      throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefRefMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefRefMapSerializer.html new file mode 100644 index 00000000..3fb43ab4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/RefRefMapSerializer.html @@ -0,0 +1,634 @@ + + + + + + +RefRefMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+

Class RefRefMapSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public final class RefRefMapSerializer
    +extends com.fasterxml.jackson.databind.ser.ContainerSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    +
    Author:
    +
    yawkat
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap_dynamicValueSerializers +
      If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
      +
      protected Set<String>_ignoredEntries +
      Set of entries to omit during serialization, if any
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       RefRefMapSerializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer, + Set<String> ignoredEntries) 
      protected RefRefMapSerializer(RefRefMapSerializer src, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<?> keySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer, + Set<String> ignoredEntries) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map, + Class<?> type, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      protected com.fasterxml.jackson.databind.JavaTypegetKeyType() 
      booleanhasSingleElement(org.eclipse.collections.api.map.MapIterable<?,?> map) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider prov, + org.eclipse.collections.api.map.MapIterable<?,?> value) 
      voidserialize(org.eclipse.collections.api.map.MapIterable<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(org.eclipse.collections.api.map.MapIterable<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      protected RefRefMapSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<?> keySer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, + Set<String> ignored) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _ignoredEntries

        +
        protected final Set<String> _ignoredEntries
        +
        Set of entries to omit during serialization, if any
        +
      • +
      + + + +
        +
      • +

        _dynamicValueSerializers

        +
        protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap _dynamicValueSerializers
        +
        If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RefRefMapSerializer

        +
        public RefRefMapSerializer(com.fasterxml.jackson.databind.JavaType type,
        +                           com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer,
        +                           com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                           com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer,
        +                           Set<String> ignoredEntries)
        +
      • +
      + + + +
        +
      • +

        RefRefMapSerializer

        +
        protected RefRefMapSerializer(RefRefMapSerializer src,
        +                              com.fasterxml.jackson.databind.BeanProperty property,
        +                              com.fasterxml.jackson.databind.JsonSerializer<?> keySerializer,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                              com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer,
        +                              Set<String> ignoredEntries)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected RefRefMapSerializer withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                           com.fasterxml.jackson.databind.JsonSerializer<?> keySer,
        +                                           com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                           com.fasterxml.jackson.databind.JsonSerializer<?> valueSer,
        +                                           Set<String> ignored)
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +
        +
        Specified by:
        +
        _withValueTypeSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Specified by:
        +
        getContentSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        getKeyType

        +
        protected com.fasterxml.jackson.databind.JavaType getKeyType()
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Specified by:
        +
        getContentType in class com.fasterxml.jackson.databind.ser.ContainerSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        hasSingleElement

        +
        public boolean hasSingleElement(org.eclipse.collections.api.map.MapIterable<?,?> map)
        +
        +
        Specified by:
        +
        hasSingleElement in class com.fasterxml.jackson.databind.ser.ContainerSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                       org.eclipse.collections.api.map.MapIterable<?,?> value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(org.eclipse.collections.api.map.MapIterable<?,?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(org.eclipse.collections.api.map.MapIterable<?,?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<org.eclipse.collections.api.map.MapIterable<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _findAndAddDynamic

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map,
        +                                                                                         Class<?> type,
        +                                                                                         com.fasterxml.jackson.databind.SerializerProvider provider)
        +                                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveMapSerializer.html new file mode 100644 index 00000000..e0ab8a71 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveMapSerializer.html @@ -0,0 +1,476 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitivePrimitiveMapSerializers.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitivePrimitiveMapSerializers.html new file mode 100644 index 00000000..cd5326ef --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitivePrimitiveMapSerializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Byte.html new file mode 100644 index 00000000..c01d458e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Byte.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Char.html new file mode 100644 index 00000000..51fc9c7c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Char.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Double.html new file mode 100644 index 00000000..88e90ca7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Double.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Float.html new file mode 100644 index 00000000..2a09b010 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Float.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Int.html new file mode 100644 index 00000000..3bc054d2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Int.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Long.html new file mode 100644 index 00000000..feb4074a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Long.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Short.html new file mode 100644 index 00000000..65691000 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.Short.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.html new file mode 100644 index 00000000..79103db9 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/PrimitiveRefMapSerializer.html @@ -0,0 +1,247 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Boolean.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Boolean.html new file mode 100644 index 00000000..6b8ff483 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Boolean.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Byte.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Byte.html new file mode 100644 index 00000000..fbe70baa --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Byte.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Char.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Char.html new file mode 100644 index 00000000..6f0e91c2 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Char.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Double.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Double.html new file mode 100644 index 00000000..5668c71b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Double.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Float.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Float.html new file mode 100644 index 00000000..a95996c5 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Float.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Int.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Int.html new file mode 100644 index 00000000..623cf52d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Int.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Long.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Long.html new file mode 100644 index 00000000..b5c230ab --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Long.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Short.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Short.html new file mode 100644 index 00000000..1a24eb7f --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.Short.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short

+
+
No usage of com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.html new file mode 100644 index 00000000..d55b8f6d --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefPrimitiveMapSerializer.html @@ -0,0 +1,248 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefRefMapSerializer.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefRefMapSerializer.html new file mode 100644 index 00000000..d1e2926b --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/class-use/RefRefMapSerializer.html @@ -0,0 +1,186 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-frame.html new file mode 100644 index 00000000..b32c55c4 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-frame.html @@ -0,0 +1,40 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.ser.map

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-summary.html new file mode 100644 index 00000000..8a204599 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-summary.html @@ -0,0 +1,220 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.ser.map

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-tree.html new file mode 100644 index 00000000..777fed9a --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-tree.html @@ -0,0 +1,179 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser.map Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.ser.map

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-use.html new file mode 100644 index 00000000..395247f0 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/map/package-use.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.ser.map (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.ser.map

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-frame.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-frame.html new file mode 100644 index 00000000..84cc9ed8 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.eclipsecollections.ser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-summary.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-summary.html new file mode 100644 index 00000000..e82c3bfb --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-summary.html @@ -0,0 +1,176 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.eclipsecollections.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-tree.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-tree.html new file mode 100644 index 00000000..26ee1576 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +com.fasterxml.jackson.datatype.eclipsecollections.ser Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.eclipsecollections.ser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-use.html b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-use.html new file mode 100644 index 00000000..38f9d738 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/com/fasterxml/jackson/datatype/eclipsecollections/ser/package-use.html @@ -0,0 +1,183 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.eclipsecollections.ser (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.eclipsecollections.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/constant-values.html b/docs/javadoc/eclipse-collections/2.13/constant-values.html new file mode 100644 index 00000000..9ca71c95 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/deprecated-list.html b/docs/javadoc/eclipse-collections/2.13/deprecated-list.html new file mode 100644 index 00000000..f38fa314 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/help-doc.html b/docs/javadoc/eclipse-collections/2.13/help-doc.html new file mode 100644 index 00000000..36d8721c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/index-all.html b/docs/javadoc/eclipse-collections/2.13/index-all.html new file mode 100644 index 00000000..9e006292 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/index-all.html @@ -0,0 +1,1576 @@ + + + + + + +Index (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I K L M P R S T V W _  + + +

A

+
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Boolean
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Byte
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Double
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Float
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Int
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Long
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
add(Intermediate, JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Short
+
 
+
+ + + +

B

+
+
BaseCollectionDeserializer<T,Intermediate> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
BaseCollectionDeserializer(JavaType) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
BaseCollectionDeserializer.Boolean<T extends org.eclipse.collections.api.BooleanIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableBooleanCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Byte<T extends org.eclipse.collections.api.ByteIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableByteCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Char<T extends org.eclipse.collections.api.CharIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableCharCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Double<T extends org.eclipse.collections.api.DoubleIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableDoubleCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Float<T extends org.eclipse.collections.api.FloatIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableFloatCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Int<T extends org.eclipse.collections.api.IntIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableIntCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Long<T extends org.eclipse.collections.api.LongIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableLongCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Ref<T,Intermediate extends org.eclipse.collections.api.collection.MutableCollection<Object>> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
BaseCollectionDeserializer.Short<T extends org.eclipse.collections.api.ShortIterable,Intermediate extends org.eclipse.collections.api.collection.primitive.MutableShortCollection> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean
+
 
+
Boolean(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean
+
 
+
Boolean() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean
+
 
+
Boolean(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean
+
 
+
BooleanIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
BooleanIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.BooleanIterableSerializer
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte
+
 
+
Byte(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte
+
 
+
Byte() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte
+
 
+
Byte(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte
+
 
+
Byte(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte
+
 
+
BYTE_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
BYTE_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
ByteIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
ByteIterableSerializer() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer
+
 
+
+ + + +

C

+
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char
+
 
+
Char(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char
+
 
+
Char() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char
+
 
+
Char(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char
+
 
+
Char(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char
+
 
+
CHAR_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CHAR_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
CharIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
CharIterableSerializer() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections - package com.fasterxml.jackson.datatype.eclipsecollections
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser - package com.fasterxml.jackson.datatype.eclipsecollections.deser
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag - package com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.list - package com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.map - package com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair - package com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.deser.set - package com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.ser - package com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
com.fasterxml.jackson.datatype.eclipsecollections.ser.map - package com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
createContextualKey(DeserializationContext, BeanProperty) - Method in interface com.fasterxml.jackson.datatype.eclipsecollections.deser.map.KeyHandler
+
 
+
createContextualKey(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler
+
 
+
createContextualKey(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler
+
 
+
createContextualValue(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler
+
 
+
createContextualValue(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefValueHandler
+
 
+
createContextualValue(DeserializationContext, BeanProperty) - Method in interface com.fasterxml.jackson.datatype.eclipsecollections.deser.map.ValueHandler
+
 
+
createDeserializer(JavaType) - Static method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializers
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short
+
 
+
createIntermediate() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref
+
 
+
+ + + +

D

+
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Byte
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
deserializeEntry(I, K, V, DeserializationContext, String, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double
+
 
+
Double(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double
+
 
+
Double() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double
+
 
+
Double(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double
+
 
+
Double(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double
+
 
+
DOUBLE_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DOUBLE_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
DoubleIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
DoubleIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.DoubleIterableSerializer
+
 
+
+ + + +

E

+
+
EclipseCollectionsDeserializers - Class in com.fasterxml.jackson.datatype.eclipsecollections
+
 
+
EclipseCollectionsDeserializers() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
EclipseCollectionsModule - Class in com.fasterxml.jackson.datatype.eclipsecollections
+
+
Basic Jackson Module that adds support for eclipse-collections types.
+
+
EclipseCollectionsModule() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
EclipseCollectionsSerializers - Class in com.fasterxml.jackson.datatype.eclipsecollections
+
 
+
EclipseCollectionsSerializers() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers
+
 
+
EclipseMapDeserializer<T,I,K extends KeyHandler<K>,V extends ValueHandler<V>> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
EclipseMapDeserializer(K, V) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
EclipseMapDeserializers - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
equals(Object) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
+ + + +

F

+
+
findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers
+
 
+
findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
findMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsDeserializers
+
 
+
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsSerializers
+
 
+
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.PairInstantiators
+
 
+
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators
+
 
+
finish(MutableBooleanBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean
+
 
+
finish(MutableByteBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte
+
 
+
finish(MutableCharBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char
+
 
+
finish(MutableDoubleBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double
+
 
+
finish(MutableFloatBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float
+
 
+
finish(MutableIntBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int
+
 
+
finish(MutableLongBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long
+
 
+
finish(MutableBag<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref
+
 
+
finish(MutableShortBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short
+
 
+
finish(MutableSortedBag<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref
+
 
+
finish(MutableBooleanBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean
+
 
+
finish(MutableByteBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte
+
 
+
finish(MutableCharBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char
+
 
+
finish(MutableDoubleBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double
+
 
+
finish(MutableFloatBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float
+
 
+
finish(MutableIntBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int
+
 
+
finish(MutableLongBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long
+
 
+
finish(MutableBag<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref
+
 
+
finish(MutableShortBag) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short
+
 
+
finish(MutableSortedBag<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref
+
 
+
finish(Intermediate) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Char
+
 
+
finish(Intermediate) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
finish(MutableList<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref
+
 
+
finish(MutableBooleanList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean
+
 
+
finish(MutableByteList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte
+
 
+
finish(MutableCharList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char
+
 
+
finish(MutableDoubleList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double
+
 
+
finish(MutableFloatList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float
+
 
+
finish(MutableIntList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int
+
 
+
finish(MutableLongList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long
+
 
+
finish(MutableList<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref
+
 
+
finish(MutableShortList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short
+
 
+
finish(MutableBooleanList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean
+
 
+
finish(MutableByteList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte
+
 
+
finish(MutableCharList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char
+
 
+
finish(MutableDoubleList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double
+
 
+
finish(MutableFloatList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float
+
 
+
finish(MutableIntList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int
+
 
+
finish(MutableLongList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long
+
 
+
finish(MutableList<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref
+
 
+
finish(MutableShortList) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short
+
 
+
finish(I) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
finish(MutableBooleanSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean
+
 
+
finish(MutableByteSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte
+
 
+
finish(MutableCharSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char
+
 
+
finish(MutableDoubleSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double
+
 
+
finish(MutableFloatSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float
+
 
+
finish(MutableIntSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int
+
 
+
finish(MutableLongSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long
+
 
+
finish(MutableSet<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref
+
 
+
finish(MutableShortSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short
+
 
+
finish(MutableSortedSet<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref
+
 
+
finish(MutableBooleanSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean
+
 
+
finish(MutableByteSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte
+
 
+
finish(MutableCharSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char
+
 
+
finish(MutableDoubleSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double
+
 
+
finish(MutableFloatSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float
+
 
+
finish(MutableIntSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int
+
 
+
finish(MutableLongSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long
+
 
+
finish(MutableSet<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref
+
 
+
finish(MutableShortSet) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short
+
 
+
finish(MutableSortedSet<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref
+
 
+
FixedSizeListDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
FixedSizeListDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float
+
 
+
Float(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float
+
 
+
Float() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float
+
 
+
Float(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float
+
 
+
Float(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float
+
 
+
FLOAT_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FLOAT_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
FloatIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
FloatIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.FloatIterableSerializer
+
 
+
+ + + +

G

+
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
getInstances() - Static method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
getKeyType() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
getModuleName() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
+ + + +

H

+
+
hashCode() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
hasSingleElement(MapIterable<?, ?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
hasSingleElement(C) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
+ + + +

I

+
+
ImmutableBagDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableBagDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableListDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableListDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
ImmutableSetDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSetDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSortedBagDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableSortedBagDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
ImmutableSortedSetDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
ImmutableSortedSetDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Boolean
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Byte
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Char
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Double
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Float
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer
+
 
+
INSTANCE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Int
+
 
+
Int(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Int
+
 
+
Int() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Int
+
 
+
Int(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int
+
 
+
Int(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int
+
 
+
INT_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
INT_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
IntIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
IntIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.IntIterableSerializer
+
 
+
isEmpty(SerializerProvider, CharIterable) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer
+
 
+
isEmpty(SerializerProvider, MapIterable<?, ?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
isEmpty(SerializerProvider, C) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
+ + + +

K

+
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short
+
 
+
key(DeserializationContext, String) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler
+
 
+
KeyHandler<K extends KeyHandler<K>> - Interface in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
+ + + +

L

+
+
logicalType() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Long
+
 
+
Long(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Long
+
 
+
Long() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Long
+
 
+
Long(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long
+
 
+
Long(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long
+
 
+
LONG_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LONG_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
LongIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
LongIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.LongIterableSerializer
+
 
+
+ + + +

M

+
+
MutableBagDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableBagDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableListDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableListDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.list
+
 
+
MutableSetDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSetDeserializer.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSortedBagDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableSortedBagDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.bag
+
 
+
MutableSortedSetDeserializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
MutableSortedSetDeserializer.Ref - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.set
+
 
+
+ + + +

P

+
+
PackageVersion - Class in com.fasterxml.jackson.datatype.eclipsecollections
+
+
Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
+
+
PackageVersion() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion
+
 
+
PairInstantiators - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+
 
+
PairInstantiators() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.PairInstantiators
+
 
+
PrimitiveIterableSerializer<C extends org.eclipse.collections.api.PrimitiveIterable> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
PrimitiveIterableSerializer(Class<C>, JavaType, BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
PrimitiveKVHandler<H extends KeyHandler<H> & ValueHandler<H>> - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler
+
 
+
PrimitiveKVHandler.Boolean - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Byte - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Char - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Double - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Float - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Int - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Long - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveKVHandler.Short - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
PrimitiveMapSerializer<T> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveMapSerializer(Class<T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer
+
 
+
PrimitiveMapSerializer(JavaType) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer
+
 
+
PrimitivePrimitiveMapSerializers - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer<T extends org.eclipse.collections.api.map.primitive.PrimitiveObjectMap<V>,V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
PrimitiveRefMapSerializer.Byte<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Char<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Double<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Float<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Int<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Long<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
PrimitiveRefMapSerializer.Short<V> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
+ + + +

R

+
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref
+
 
+
Ref(Class<? super T>, JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref
+
 
+
Ref(JavaType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref
+
 
+
RefKeyHandler - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
RefKeyHandler(JavaType, KeyDeserializer) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefKeyHandler
+
 
+
RefPrimitiveMapSerializer<T extends org.eclipse.collections.api.PrimitiveIterable,K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Boolean<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Byte<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Char<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Double<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Float<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Int<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Long<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefPrimitiveMapSerializer.Short<K> - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefRefMapSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser.map
+
 
+
RefRefMapSerializer(JavaType, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>, Set<String>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
RefRefMapSerializer(RefRefMapSerializer, BeanProperty, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>, Set<String>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
RefValueHandler - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
RefValueHandler(JavaType, JsonDeserializer<?>, TypeDeserializer) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefValueHandler
+
 
+
+ + + +

S

+
+
serialize(ByteIterable, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer
+
 
+
serialize(CharIterable, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer
+
 
+
serialize(T, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer
+
 
+
serialize(MapIterable<?, ?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
serialize(C, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
serializeContents(BooleanIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.BooleanIterableSerializer
+
 
+
serializeContents(DoubleIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.DoubleIterableSerializer
+
 
+
serializeContents(FloatIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.FloatIterableSerializer
+
 
+
serializeContents(IntIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.IntIterableSerializer
+
 
+
serializeContents(LongIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.LongIterableSerializer
+
 
+
serializeContents(C, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
serializeContents(ShortIterable, JsonGenerator) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.ShortIterableSerializer
+
 
+
serializeEntries(T, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer
+
 
+
serializeEntries(ByteObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte
+
 
+
serializeEntries(CharObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char
+
 
+
serializeEntries(DoubleObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double
+
 
+
serializeEntries(FloatObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float
+
 
+
serializeEntries(IntObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int
+
 
+
serializeEntries(LongObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long
+
 
+
serializeEntries(ShortObjectMap<V>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short
+
 
+
serializeEntries(ObjectBooleanMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean
+
 
+
serializeEntries(ObjectByteMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte
+
 
+
serializeEntries(ObjectCharMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char
+
 
+
serializeEntries(ObjectDoubleMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double
+
 
+
serializeEntries(ObjectFloatMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float
+
 
+
serializeEntries(ObjectIntMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int
+
 
+
serializeEntries(ObjectLongMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long
+
 
+
serializeEntries(ObjectShortMap<K>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short
+
 
+
serializeWithType(ByteIterable, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.ByteIterableSerializer
+
 
+
serializeWithType(CharIterable, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.CharIterableSerializer
+
 
+
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveMapSerializer
+
 
+
serializeWithType(MapIterable<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
serializeWithType(C, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Short
+
 
+
Short(Class<? super T>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Short
+
 
+
Short() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Short
+
 
+
Short(JavaType, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short
+
 
+
Short(JavaType, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short
+
 
+
SHORT_BOOLEAN - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_BYTE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_CHAR - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_DOUBLE - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_FLOAT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_INT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_LONG - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
SHORT_SHORT - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitivePrimitiveMapSerializers
+
 
+
ShortIterableSerializer - Class in com.fasterxml.jackson.datatype.eclipsecollections.ser
+
 
+
ShortIterableSerializer(BeanProperty, Boolean) - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.ser.ShortIterableSerializer
+
 
+
+ + + +

T

+
+
TripleInstantiators - Class in com.fasterxml.jackson.datatype.eclipsecollections.deser.pair
+
 
+
TripleInstantiators() - Constructor for class com.fasterxml.jackson.datatype.eclipsecollections.deser.pair.TripleInstantiators
+
 
+
+ + + +

V

+
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Boolean
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Byte
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Char
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Double
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Float
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Int
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Long
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.PrimitiveKVHandler.Short
+
 
+
value(DeserializationContext, JsonParser) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.RefValueHandler
+
 
+
ValueHandler<V extends ValueHandler<V>> - Interface in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.EclipseCollectionsModule
+
 
+
VERSION - Static variable in class com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.eclipsecollections.PackageVersion
+
 
+
+ + + +

W

+
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableBagDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.ImmutableSortedBagDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableBagDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.bag.MutableSortedBagDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.FixedSizeListDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.ImmutableListDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.list.MutableListDeserializer.Ref
+
 
+
withResolved(K, V) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.map.EclipseMapDeserializer
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSetDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.ImmutableSortedSetDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSetDeserializer.Ref
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.set.MutableSortedSetDeserializer.Ref
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.BooleanIterableSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.DoubleIterableSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.FloatIterableSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.IntIterableSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.LongIterableSerializer
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Byte
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Char
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Double
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Float
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Int
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Long
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer.Short
+
 
+
withResolved(TypeSerializer, BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Boolean
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Byte
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Char
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Double
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Float
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Int
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Long
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer.Short
+
 
+
withResolved(BeanProperty, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
withResolved(BeanProperty, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>, Set<String>) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
withResolved(BeanProperty, Boolean) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.ShortIterableSerializer
+
 
+
+ + + +

_

+
+
_deserializeContents(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
_deserializeFromSingleValue(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer
+
 
+
_dynamicValueSerializers - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_dynamicValueSerializers - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
+
If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
+
+
_elementType - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
_elementType - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
_findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
_ignoredEntries - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
+
Set of entries to omit during serialization, if any
+
+
_keySerializer - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
_property - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_property - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
_property - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
_serializeKey(K, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
_serializeValue(V, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_type - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_type - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefPrimitiveMapSerializer
+
 
+
_typeDeserializerForValue - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
_unwrapSingle - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
_valueDeserializer - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.deser.BaseCollectionDeserializer.Ref
+
 
+
_valueSerializer - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_valueTypeSerializer - Variable in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.PrimitiveRefMapSerializer
+
 
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.map.RefRefMapSerializer
+
 
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.eclipsecollections.ser.PrimitiveIterableSerializer
+
 
+
+A B C D E F G H I K L M P R S T V W _ 
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/index.html b/docs/javadoc/eclipse-collections/2.13/index.html new file mode 100644 index 00000000..b8f491f3 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/index.html @@ -0,0 +1,76 @@ + + + + + + +Jackson datatype: eclipse-collections 2.13.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/javadoc/eclipse-collections/2.13/overview-frame.html b/docs/javadoc/eclipse-collections/2.13/overview-frame.html new file mode 100644 index 00000000..be782c5e --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/overview-frame.html @@ -0,0 +1,30 @@ + + + + + + +Overview List (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/overview-summary.html b/docs/javadoc/eclipse-collections/2.13/overview-summary.html new file mode 100644 index 00000000..905c551c --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/overview-summary.html @@ -0,0 +1,172 @@ + + + + + + +Overview (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jackson datatype: eclipse-collections 2.13.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.fasterxml.jackson.datatype.eclipsecollections 
com.fasterxml.jackson.datatype.eclipsecollections.deser 
com.fasterxml.jackson.datatype.eclipsecollections.deser.bag 
com.fasterxml.jackson.datatype.eclipsecollections.deser.list 
com.fasterxml.jackson.datatype.eclipsecollections.deser.map 
com.fasterxml.jackson.datatype.eclipsecollections.deser.pair 
com.fasterxml.jackson.datatype.eclipsecollections.deser.set 
com.fasterxml.jackson.datatype.eclipsecollections.ser 
com.fasterxml.jackson.datatype.eclipsecollections.ser.map 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/overview-tree.html b/docs/javadoc/eclipse-collections/2.13/overview-tree.html new file mode 100644 index 00000000..9572c6d7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/overview-tree.html @@ -0,0 +1,360 @@ + + + + + + +Class Hierarchy (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/package-list b/docs/javadoc/eclipse-collections/2.13/package-list new file mode 100644 index 00000000..e2d25eb7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/package-list @@ -0,0 +1,9 @@ +com.fasterxml.jackson.datatype.eclipsecollections +com.fasterxml.jackson.datatype.eclipsecollections.deser +com.fasterxml.jackson.datatype.eclipsecollections.deser.bag +com.fasterxml.jackson.datatype.eclipsecollections.deser.list +com.fasterxml.jackson.datatype.eclipsecollections.deser.map +com.fasterxml.jackson.datatype.eclipsecollections.deser.pair +com.fasterxml.jackson.datatype.eclipsecollections.deser.set +com.fasterxml.jackson.datatype.eclipsecollections.ser +com.fasterxml.jackson.datatype.eclipsecollections.ser.map diff --git a/docs/javadoc/eclipse-collections/2.13/script.js b/docs/javadoc/eclipse-collections/2.13/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/javadoc/eclipse-collections/2.13/serialized-form.html b/docs/javadoc/eclipse-collections/2.13/serialized-form.html new file mode 100644 index 00000000..f73f4ae7 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/serialized-form.html @@ -0,0 +1,774 @@ + + + + + + +Serialized Form (Jackson datatype: eclipse-collections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/eclipse-collections/2.13/stylesheet.css b/docs/javadoc/eclipse-collections/2.13/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/docs/javadoc/eclipse-collections/2.13/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/docs/javadoc/guava/2.13/allclasses-frame.html b/docs/javadoc/guava/2.13/allclasses-frame.html new file mode 100644 index 00000000..d32f42b4 --- /dev/null +++ b/docs/javadoc/guava/2.13/allclasses-frame.html @@ -0,0 +1,60 @@ + + + + + + +All Classes (Jackson datatype: Guava 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/guava/2.13/allclasses-noframe.html b/docs/javadoc/guava/2.13/allclasses-noframe.html new file mode 100644 index 00000000..48b70b0c --- /dev/null +++ b/docs/javadoc/guava/2.13/allclasses-noframe.html @@ -0,0 +1,60 @@ + + + + + + +All Classes (Jackson datatype: Guava 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaDeserializers.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaDeserializers.html new file mode 100644 index 00000000..11cb89ea --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaDeserializers.html @@ -0,0 +1,514 @@ + + + + + + +GuavaDeserializers (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava
+

Class GuavaDeserializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.Deserializers, Serializable
    +
    +
    +
    +
    public class GuavaDeserializers
    +extends com.fasterxml.jackson.databind.deser.Deserializers.Base
    +implements Serializable
    +
    Custom deserializers module offers.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +com.fasterxml.jackson.databind.deser.Deserializers.Base
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.google.common.collect.BoundType_defaultBoundType 
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) +
      We have plenty of collection types to support...
      +
      com.fasterxml.jackson.databind.JsonDeserializer<?>findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer) +
      A few Map types to support.
      +
      com.fasterxml.jackson.databind.JsonDeserializer<?>findMapLikeDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>findReferenceDeserializer(com.fasterxml.jackson.databind.type.ReferenceType refType, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer contentTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> contentDeserializer) 
      booleanhasDeserializerFor(com.fasterxml.jackson.databind.DeserializationConfig config, + Class<?> valueType) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.Deserializers.Base

        +findArrayDeserializer, findCollectionLikeDeserializer, findEnumDeserializer, findTreeNodeDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _defaultBoundType

        +
        protected com.google.common.collect.BoundType _defaultBoundType
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaDeserializers

        +
        public GuavaDeserializers()
        +
      • +
      + + + +
        +
      • +

        GuavaDeserializers

        +
        public GuavaDeserializers(com.google.common.collect.BoundType defaultBoundType)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findCollectionDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                                                                     com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                     com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                              throws com.fasterxml.jackson.databind.JsonMappingException
        +
        We have plenty of collection types to support...
        +
        +
        Specified by:
        +
        findCollectionDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findCollectionDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findMapDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type,
        +                                                                              com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                              com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                              com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                              com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeserializer,
        +                                                                              com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeserializer)
        +                                                                       throws com.fasterxml.jackson.databind.JsonMappingException
        +
        A few Map types to support.
        +
        +
        Specified by:
        +
        findMapDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findMapDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findMapLikeDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapLikeDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                                  com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                  com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                  com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                  com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                           throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findMapLikeDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findMapLikeDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findReferenceDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findReferenceDeserializer(com.fasterxml.jackson.databind.type.ReferenceType refType,
        +                                                                                    com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                    com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                    com.fasterxml.jackson.databind.jsontype.TypeDeserializer contentTypeDeserializer,
        +                                                                                    com.fasterxml.jackson.databind.JsonDeserializer<?> contentDeserializer)
        +
        +
        Specified by:
        +
        findReferenceDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findReferenceDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findBeanDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                                                               com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                               com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +
        +
        Specified by:
        +
        findBeanDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findBeanDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        hasDeserializerFor

        +
        public boolean hasDeserializerFor(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                  Class<?> valueType)
        +
        +
        Specified by:
        +
        hasDeserializerFor in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaModule.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaModule.html new file mode 100644 index 00000000..b329b5bc --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaModule.html @@ -0,0 +1,513 @@ + + + + + + +GuavaModule (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava
+

Class GuavaModule

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public class GuavaModule
    +extends com.fasterxml.jackson.databind.Module
    +
    Basic Jackson Module that adds support for Guava types. +

    + Current configurability includes: +

      +
    • configureAbsentsAsNulls (default: false): + Determines whether inclusion strategy of NON_NULL should additionally consider + Optional.absent() values (as POJO properties) to be excluded; if true, they will + be excluded, if false, they will be included. + Note that the defaults for other "Optional" types are different; Guava setting is chosen solely + for backwards compatibility. +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module

        +com.fasterxml.jackson.databind.Module.SetupContext
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected boolean_cfgHandleAbsentAsNull +
      Configuration setting that determines whether `Optional.absent()` is + considered "same as null" for serialization purposes; that is, to be + filtered same as nulls are.
      +
      protected com.google.common.collect.BoundType_defaultBoundType 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      GuavaModule() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      GuavaModuleconfigureAbsentsAsNulls(boolean state) +
      Configuration method that may be used to change configuration setting + _cfgHandleAbsentAsNull: enabling means that `Optional.absent()` values + are handled like Java nulls (wrt filtering on serialization); disabling that + they are only treated as "empty" values, but not like native Java nulls.
      +
      GuavaModuledefaultBoundType(com.google.common.collect.BoundType boundType) +
      Configuration method that may be used to change the BoundType to be used + when deserializing Range objects.
      +
      booleanequals(Object o) 
      StringgetModuleName() 
      inthashCode() 
      voidsetupModule(com.fasterxml.jackson.databind.Module.SetupContext context) 
      com.fasterxml.jackson.core.Versionversion() 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.Module

        +getDependencies, getTypeId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _cfgHandleAbsentAsNull

        +
        protected boolean _cfgHandleAbsentAsNull
        +
        Configuration setting that determines whether `Optional.absent()` is + considered "same as null" for serialization purposes; that is, to be + filtered same as nulls are. + If enabled, absent values are treated like nulls; if disabled, they are not. + In either case, absent values are always considered "empty". +

        + Default value is `true` for backwards compatibility (2.5 and prior + only had this behavior). +

        + Note that this setting MUST be changed BEFORE registering the module: + changes after registration will have no effect.

        +
      • +
      + + + +
        +
      • +

        _defaultBoundType

        +
        protected com.google.common.collect.BoundType _defaultBoundType
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaModule

        +
        public GuavaModule()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getModuleName

        +
        public String getModuleName()
        +
        +
        Specified by:
        +
        getModuleName in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        Specified by:
        +
        version in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        setupModule

        +
        public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
        +
        +
        Specified by:
        +
        setupModule in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        configureAbsentsAsNulls

        +
        public GuavaModule configureAbsentsAsNulls(boolean state)
        +
        Configuration method that may be used to change configuration setting + _cfgHandleAbsentAsNull: enabling means that `Optional.absent()` values + are handled like Java nulls (wrt filtering on serialization); disabling that + they are only treated as "empty" values, but not like native Java nulls. + Recommended setting for this value is `false`, for compatibility with other + "optional" values (like JDK 8 optionals); but the default is `true` for + backwards compatibility.
        +
        +
        Returns:
        +
        This module instance, useful for chaining calls
        +
        Since:
        +
        2.6
        +
        +
      • +
      + + + +
        +
      • +

        defaultBoundType

        +
        public GuavaModule defaultBoundType(com.google.common.collect.BoundType boundType)
        +
        Configuration method that may be used to change the BoundType to be used + when deserializing Range objects. This configuration + will is used when the object to be deserialized has no bound type attribute. + The default BoundType is CLOSED.
        +
        +
        Parameters:
        +
        boundType - BoundType
        +
        Returns:
        +
        This module instance, useful for chaining calls
        +
        Since:
        +
        2.7
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaSerializers.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaSerializers.html new file mode 100644 index 00000000..674e144a --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaSerializers.html @@ -0,0 +1,375 @@ + + + + + + +GuavaSerializers (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava
+

Class GuavaSerializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.ser.Serializers, Serializable
    +
    +
    +
    +
    public class GuavaSerializers
    +extends com.fasterxml.jackson.databind.ser.Serializers.Base
    +implements Serializable
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.ser.Serializers

        +com.fasterxml.jackson.databind.ser.Serializers.Base
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      GuavaSerializers() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonSerializer<?>findMapLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer, + com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>findReferenceSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.type.ReferenceType refType, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeSerializer contentTypeSerializer, + com.fasterxml.jackson.databind.JsonSerializer<Object> contentValueSerializer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>findSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.Serializers.Base

        +findArraySerializer, findCollectionLikeSerializer, findCollectionSerializer, findMapSerializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaSerializers

        +
        public GuavaSerializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findReferenceSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findReferenceSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                                com.fasterxml.jackson.databind.type.ReferenceType refType,
        +                                                                                com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                com.fasterxml.jackson.databind.jsontype.TypeSerializer contentTypeSerializer,
        +                                                                                com.fasterxml.jackson.databind.JsonSerializer<Object> contentValueSerializer)
        +
        +
        Specified by:
        +
        findReferenceSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findReferenceSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                       com.fasterxml.jackson.databind.JavaType type,
        +                                                                       com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +
        +
        Specified by:
        +
        findSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findMapLikeSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findMapLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                              com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                              com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer,
        +                                                                              com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer,
        +                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer)
        +
        +
        Specified by:
        +
        findMapLikeSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findMapLikeSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaTypeModifier.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaTypeModifier.html new file mode 100644 index 00000000..4763efcc --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/GuavaTypeModifier.html @@ -0,0 +1,311 @@ + + + + + + +GuavaTypeModifier (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava
+

Class GuavaTypeModifier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class GuavaTypeModifier
    +extends com.fasterxml.jackson.databind.type.TypeModifier
    +implements Serializable
    +
    We need somewhat hacky support for following Guava types: +
      +
    • FluentIterable: addition of seeming "empty" property should not prevent serialization as + basic `Iterable` (with standard Jackson (de)serializer) +
    • +
    • Multimap: can reuse much/most of standard Map support as long as we make sure it is + recognized as "Map-like" type (similar to how Scala Maps are supported) +
    • +
    • Optional: generic type, simpler, more-efficient to detect parameterization here (although + not strictly mandatory) +
    • +
    • Range: same as with Optional, might as well resolve generic type information early on +
    • +
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaTypeModifier

        +
        public GuavaTypeModifier()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        modifyType

        +
        public com.fasterxml.jackson.databind.JavaType modifyType(com.fasterxml.jackson.databind.JavaType type,
        +                                                          Type jdkType,
        +                                                          com.fasterxml.jackson.databind.type.TypeBindings bindings,
        +                                                          com.fasterxml.jackson.databind.type.TypeFactory typeFactory)
        +
        +
        Specified by:
        +
        modifyType in class com.fasterxml.jackson.databind.type.TypeModifier
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/PackageVersion.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/PackageVersion.html new file mode 100644 index 00000000..84ae71cb --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/PackageVersion.html @@ -0,0 +1,321 @@ + + + + + + +PackageVersion (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava
+

Class PackageVersion

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public final class PackageVersion
    +extends Object
    +implements com.fasterxml.jackson.core.Versioned
    +
    Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        VERSION

        +
        public static final com.fasterxml.jackson.core.Version VERSION
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PackageVersion

        +
        public PackageVersion()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaDeserializers.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaDeserializers.html new file mode 100644 index 00000000..a024322e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.GuavaDeserializers (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.GuavaDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaModule.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaModule.html new file mode 100644 index 00000000..168ddda2 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaModule.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.GuavaModule (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.GuavaModule

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaSerializers.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaSerializers.html new file mode 100644 index 00000000..ed036d40 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaSerializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.GuavaSerializers (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.GuavaSerializers

+
+
No usage of com.fasterxml.jackson.datatype.guava.GuavaSerializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaTypeModifier.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaTypeModifier.html new file mode 100644 index 00000000..48bf9654 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/GuavaTypeModifier.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.GuavaTypeModifier (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.GuavaTypeModifier

+
+
No usage of com.fasterxml.jackson.datatype.guava.GuavaTypeModifier
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/PackageVersion.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/PackageVersion.html new file mode 100644 index 00000000..28ce76dd --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/class-use/PackageVersion.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.PackageVersion (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.PackageVersion

+
+
No usage of com.fasterxml.jackson.datatype.guava.PackageVersion
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.html new file mode 100644 index 00000000..cc0dfc06 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaCollectionDeserializer.html @@ -0,0 +1,667 @@ + + + + + + +GuavaCollectionDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class GuavaCollectionDeserializer<T>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_valueDeserializer +
      Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
      +
      protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer_valueTypeDeserializer +
      If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected GuavaCollectionDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected abstract T_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected abstract T_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected abstract T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) +
      Method used to support implicit coercion from a single non-array value + into single-element collection.
      +
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) +
      Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
      +
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) +
      Base implementation that does not assume specific type + inclusion mechanism.
      +
      com.fasterxml.jackson.databind.JsonDeserializer<Object>getContentDeserializer() 
      abstract com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      abstract ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      abstract GuavaCollectionDeserializer<T>withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _valueDeserializer

        +
        protected final com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
        +
        Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
        +
      • +
      + + + +
        +
      • +

        _valueTypeDeserializer

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer
        +
        If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaCollectionDeserializer

        +
        protected GuavaCollectionDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                      Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public abstract GuavaCollectionDeserializer<T> withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                            com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                            com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                                            Boolean unwrapSingle)
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        Method called to finalize setup of this deserializer, + after deserializer itself has been registered. This + is needed to handle recursive and transitive dependencies.
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getContentDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<Object> getContentDeserializer()
        +
        +
        Specified by:
        +
        getContentDeserializer in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        +
      • +
      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        Base implementation that does not assume specific type + inclusion mechanism. Sub-classes are expected to override + this method if they are to handle type information.
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getEmptyAccessPattern

        +
        public abstract com.fasterxml.jackson.databind.util.AccessPattern getEmptyAccessPattern()
        +
        +
        Overrides:
        +
        getEmptyAccessPattern in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        +
      • +
      + + + +
        +
      • +

        getEmptyValue

        +
        public abstract Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Overrides:
        +
        getEmptyValue in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeContents

        +
        protected abstract T _deserializeContents(com.fasterxml.jackson.core.JsonParser p,
        +                                          com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                   throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeFromSingleValue

        +
        protected T _deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p,
        +                                        com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                 throws IOException
        +
        Method used to support implicit coercion from a single non-array value + into single-element collection.
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.3
        +
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected abstract T _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
      • +
      + + + +
        +
      • +

        _createWithSingleElement

        +
        protected abstract T _createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                              Object value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaMapDeserializer.html new file mode 100644 index 00000000..e54594e9 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaMapDeserializer.html @@ -0,0 +1,624 @@ + + + + + + +GuavaMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class GuavaMapDeserializer<T>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    ImmutableBiMapDeserializer, ImmutableMapDeserializer, ImmutableSortedMapDeserializer
    +
    +
    +
    +
    public abstract class GuavaMapDeserializer<T>
    +extends com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
    +implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.KeyDeserializer_keyDeserializer +
      Key deserializer used, if not null.
      +
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_valueDeserializer +
      Value deserializer.
      +
      protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer_valueTypeDeserializer +
      If value instances have polymorphic type information, this + is the type deserializer that can handle it
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected GuavaMapDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected abstract T_deserializeEntries(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) +
      Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
      +
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) +
      Base implementation that does not assume specific type + inclusion mechanism.
      +
      com.fasterxml.jackson.databind.JsonDeserializer<Object>getContentDeserializer() 
      abstract com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      abstract ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      abstract GuavaMapDeserializer<T>withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _keyDeserializer

        +
        protected com.fasterxml.jackson.databind.KeyDeserializer _keyDeserializer
        +
        Key deserializer used, if not null. If null, String from JSON + content is used as is.
        +
      • +
      + + + +
        +
      • +

        _valueDeserializer

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
        +
        Value deserializer.
        +
      • +
      + + + +
        +
      • +

        _valueTypeDeserializer

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _valueTypeDeserializer
        +
        If value instances have polymorphic type information, this + is the type deserializer that can handle it
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaMapDeserializer

        +
        protected GuavaMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                               com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                               com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser,
        +                               com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public abstract GuavaMapDeserializer<T> withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                                     com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser,
        +                                                     com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
      • +
      + + + +
        +
      • +

        getContentDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<Object> getContentDeserializer()
        +
        +
        Specified by:
        +
        getContentDeserializer in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        +
      • +
      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        Method called to finalize setup of this deserializer, + after deserializer itself has been registered. This + is needed to handle recursive and transitive dependencies.
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        Base implementation that does not assume specific type + inclusion mechanism. Sub-classes are expected to override + this method if they are to handle type information.
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getEmptyAccessPattern

        +
        public abstract com.fasterxml.jackson.databind.util.AccessPattern getEmptyAccessPattern()
        +
        +
        Overrides:
        +
        getEmptyAccessPattern in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        +
      • +
      + + + +
        +
      • +

        getEmptyValue

        +
        public abstract Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Overrides:
        +
        getEmptyValue in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeEntries

        +
        protected abstract T _deserializeEntries(com.fasterxml.jackson.core.JsonParser p,
        +                                         com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                  throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaOptionalDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaOptionalDeserializer.html new file mode 100644 index 00000000..e3065632 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/GuavaOptionalDeserializer.html @@ -0,0 +1,465 @@ + + + + + + +GuavaOptionalDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class GuavaOptionalDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class GuavaOptionalDeserializer
    +extends com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer

        +_fullType, _valueDeserializer, _valueInstantiator, _valueTypeDeserializer
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      GuavaOptionalDeserializer(com.fasterxml.jackson.databind.JavaType fullType, + com.fasterxml.jackson.databind.deser.ValueInstantiator inst, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.google.common.base.Optional<?>getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectgetReferenced(com.google.common.base.Optional<?> reference) 
      com.google.common.base.Optional<?>referenceValue(Object contents) 
      com.google.common.base.Optional<?>updateReference(com.google.common.base.Optional<?> reference, + Object contents) 
      GuavaOptionalDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer

        +createContextual, deserialize, deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, getValueInstantiator, getValueType, logicalType, supportsUpdate
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaOptionalDeserializer

        +
        public GuavaOptionalDeserializer(com.fasterxml.jackson.databind.JavaType fullType,
        +                                 com.fasterxml.jackson.databind.deser.ValueInstantiator inst,
        +                                 com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                 com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
        +
        Since:
        +
        2.9
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public GuavaOptionalDeserializer withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                              com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
        +
        +
        Specified by:
        +
        withResolved in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        getNullValue

        +
        public com.google.common.base.Optional<?> getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                                throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        getNullValue in interface com.fasterxml.jackson.databind.deser.NullValueProvider
        +
        Specified by:
        +
        getNullValue in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getEmptyValue

        +
        public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                     throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Overrides:
        +
        getEmptyValue in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        referenceValue

        +
        public com.google.common.base.Optional<?> referenceValue(Object contents)
        +
        +
        Specified by:
        +
        referenceValue in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        getReferenced

        +
        public Object getReferenced(com.google.common.base.Optional<?> reference)
        +
        +
        Specified by:
        +
        getReferenced in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        updateReference

        +
        public com.google.common.base.Optional<?> updateReference(com.google.common.base.Optional<?> reference,
        +                                                          Object contents)
        +
        +
        Specified by:
        +
        updateReference in class com.fasterxml.jackson.databind.deser.std.ReferenceTypeDeserializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashCodeDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashCodeDeserializer.html new file mode 100644 index 00000000..70c7928e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashCodeDeserializer.html @@ -0,0 +1,403 @@ + + + + + + +HashCodeDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class HashCodeDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HashCodeDeserializer
    +extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.hash.HashCode>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static HashCodeDeserializerstd 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.hash.HashCode_deserialize(String value, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +_deserializeEmbedded, _deserializeFromEmptyString, _deserializeFromEmptyString, _deserializeFromEmptyStringDefault, _deserializeFromOther, deserialize, findDeserializer, logicalType, types
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer

        +deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashCodeDeserializer

        +
        public HashCodeDeserializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        _deserialize

        +
        protected com.google.common.hash.HashCode _deserialize(String value,
        +                                                       com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                                throws IOException
        +
        +
        Specified by:
        +
        _deserialize in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.hash.HashCode>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashMultisetDeserializer.html new file mode 100644 index 00000000..c2d1c019 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HashMultisetDeserializer.html @@ -0,0 +1,510 @@ + + + + + + +HashMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class HashMultisetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HashMultisetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HashMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.HashMultiset<Object>createMultiset() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      HashMultisetDeserializerwithResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashMultisetDeserializer

        +
        public HashMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HostAndPortDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HostAndPortDeserializer.html new file mode 100644 index 00000000..cee2bda7 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/HostAndPortDeserializer.html @@ -0,0 +1,425 @@ + + + + + + +HostAndPortDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class HostAndPortDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HostAndPortDeserializer
    +extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.net.HostAndPort>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static HostAndPortDeserializerstd 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.net.HostAndPort_deserialize(String value, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.google.common.net.HostAndPortdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +_deserializeEmbedded, _deserializeFromEmptyString, _deserializeFromEmptyString, _deserializeFromEmptyStringDefault, _deserializeFromOther, findDeserializer, logicalType, types
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer

        +deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HostAndPortDeserializer

        +
        public HostAndPortDeserializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        deserialize

        +
        public com.google.common.net.HostAndPort deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                                                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                              throws IOException
        +
        +
        Overrides:
        +
        deserialize in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.net.HostAndPort>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserialize

        +
        protected com.google.common.net.HostAndPort _deserialize(String value,
        +                                                         com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                                  throws IOException
        +
        +
        Specified by:
        +
        _deserialize in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.net.HostAndPort>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableBiMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableBiMapDeserializer.html new file mode 100644 index 00000000..f23e113f --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableBiMapDeserializer.html @@ -0,0 +1,476 @@ + + + + + + +ImmutableBiMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableBiMapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableBiMapDeserializer
    +extends GuavaMapDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableBiMapDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeEntries(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableMap.Builder<Object,Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      GuavaMapDeserializer<com.google.common.collect.ImmutableBiMap<Object,Object>>withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableBiMapDeserializer

        +
        public ImmutableBiMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                  com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                  com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                  com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEmptyValue

        +
        public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                     throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaMapDeserializer<com.google.common.collect.ImmutableBiMap<Object,Object>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableMap.Builder<Object,Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public GuavaMapDeserializer<com.google.common.collect.ImmutableBiMap<Object,Object>> withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                                                                                  com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                                                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                                                                  com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
        Description copied from class: GuavaMapDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaMapDeserializer<com.google.common.collect.ImmutableBiMap<Object,Object>>
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableListDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableListDeserializer.html new file mode 100644 index 00000000..7ddb01e2 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableListDeserializer.html @@ -0,0 +1,546 @@ + + + + + + +ImmutableListDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableListDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableListDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableListDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.collect.ImmutableList<Object>_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableList<Object>_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected Object_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableList.Builder<Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) 
      ImmutableListDeserializerwithResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableListDeserializer

        +
        public ImmutableListDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                 com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                 com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                 com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                 Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public ImmutableListDeserializer withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                              com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                              com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                              Boolean unwrapSingle)
        +
        Description copied from class: GuavaCollectionDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableList<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableList.Builder<Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected com.google.common.collect.ImmutableList<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        _createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableList<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        supportsUpdate

        +
        public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
        +
        +
        Overrides:
        +
        supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEmptyValue

        +
        public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        _resolveNullToValue

        +
        protected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMapDeserializer.html new file mode 100644 index 00000000..0f39c05e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMapDeserializer.html @@ -0,0 +1,476 @@ + + + + + + +ImmutableMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableMapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableMapDeserializer
    +extends GuavaMapDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableMapDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeEntries(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableMap.Builder<Object,Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ImmutableMapDeserializerwithResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableMapDeserializer

        +
        public ImmutableMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser,
        +                                com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEmptyValue

        +
        public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                     throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaMapDeserializer<com.google.common.collect.ImmutableMap<Object,Object>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public ImmutableMapDeserializer withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                             com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                             com.fasterxml.jackson.databind.jsontype.TypeDeserializer valueTypeDeser,
        +                                             com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
        Description copied from class: GuavaMapDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaMapDeserializer<com.google.common.collect.ImmutableMap<Object,Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableMap.Builder<Object,Object> createBuilder()
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMultisetDeserializer.html new file mode 100644 index 00000000..f95f1976 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableMultisetDeserializer.html @@ -0,0 +1,546 @@ + + + + + + +ImmutableMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableMultisetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableMultisetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.collect.ImmutableMultiset<Object>_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableMultiset<Object>_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected Object_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableCollection.Builder<Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) 
      GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableMultisetDeserializer

        +
        public ImmutableMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                     com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                     com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                     Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>> withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                                                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                                                                     com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                                                                                     Boolean unwrapSingle)
        +
        Description copied from class: GuavaCollectionDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected com.google.common.collect.ImmutableMultiset<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        _createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableMultiset<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        supportsUpdate

        +
        public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
        +
        +
        Overrides:
        +
        supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEmptyValue

        +
        public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        _resolveNullToValue

        +
        protected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSetDeserializer.html new file mode 100644 index 00000000..cbbe015a --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSetDeserializer.html @@ -0,0 +1,546 @@ + + + + + + +ImmutableSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableSetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableSetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableSetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.collect.ImmutableSet<Object>_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableSet<Object>_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected Object_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableCollection.Builder<Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) 
      ImmutableSetDeserializerwithResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableSetDeserializer

        +
        public ImmutableSetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public ImmutableSetDeserializer withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                             com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                             com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                             Boolean unwrapSingle)
        +
        Description copied from class: GuavaCollectionDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected com.google.common.collect.ImmutableSet<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        _createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSet<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        supportsUpdate

        +
        public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
        +
        +
        Overrides:
        +
        supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEmptyValue

        +
        public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        _resolveNullToValue

        +
        protected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMapDeserializer.html new file mode 100644 index 00000000..c056152d --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMapDeserializer.html @@ -0,0 +1,476 @@ + + + + + + +ImmutableSortedMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableSortedMapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableSortedMapDeserializer
    +extends GuavaMapDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableSortedMapDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeEntries(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableMap.Builder<Object,Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      ObjectgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>>withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableSortedMapDeserializer

        +
        public ImmutableSortedMapDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEmptyValue

        +
        public Object getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                     throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableMap.Builder<Object,Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>> withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                                                                                      com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                                                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                                                                      com.fasterxml.jackson.databind.deser.NullValueProvider nuller)
        +
        Description copied from class: GuavaMapDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaMapDeserializer<com.google.common.collect.ImmutableSortedMap<Object,Object>>
        +
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMultisetDeserializer.html new file mode 100644 index 00000000..d9d62070 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedMultisetDeserializer.html @@ -0,0 +1,546 @@ + + + + + + +ImmutableSortedMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableSortedMultisetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableSortedMultisetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableSortedMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.collect.ImmutableSortedMultiset<Object>_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableSortedMultiset<Object>_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected Object_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableCollection.Builder<Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) 
      GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>>withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableSortedMultisetDeserializer

        +
        public ImmutableSortedMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                           com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                           com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                           Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>> withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                                                                           com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                                                                           com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                                                                                           Boolean unwrapSingle)
        +
        Description copied from class: GuavaCollectionDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected com.google.common.collect.ImmutableSortedMultiset<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        _createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        _createWithSingleElement

        +
        protected com.google.common.collect.ImmutableSortedMultiset<Object> _createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                                             Object value)
        +
        +
        Specified by:
        +
        _createWithSingleElement in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedMultiset<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        supportsUpdate

        +
        public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
        +
        +
        Overrides:
        +
        supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEmptyValue

        +
        public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        _resolveNullToValue

        +
        protected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedSetDeserializer.html new file mode 100644 index 00000000..a9c5eae6 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/ImmutableSortedSetDeserializer.html @@ -0,0 +1,546 @@ + + + + + + +ImmutableSortedSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class ImmutableSortedSetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ImmutableSortedSetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ImmutableSortedSetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.collect.ImmutableSortedSet<Object>_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableSortedSet<Object>_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected Object_resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.ImmutableCollection.Builder<Object>createBuilder() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      BooleansupportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config) 
      ImmutableSortedSetDeserializerwithResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ImmutableSortedSetDeserializer

        +
        public ImmutableSortedSetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                      Boolean unwrapSingle)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        public ImmutableSortedSetDeserializer withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                                                   com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                   com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                                   Boolean unwrapSingle)
        +
        Description copied from class: GuavaCollectionDeserializer
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
        +
        Specified by:
        +
        withResolved in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedSet<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createBuilder

        +
        protected com.google.common.collect.ImmutableCollection.Builder<Object> createBuilder()
        +
      • +
      + + + +
        +
      • +

        _createEmpty

        +
        protected com.google.common.collect.ImmutableSortedSet<Object> _createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        _createEmpty in class GuavaCollectionDeserializer<com.google.common.collect.ImmutableSortedSet<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        supportsUpdate

        +
        public Boolean supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig config)
        +
        +
        Overrides:
        +
        supportsUpdate in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getEmptyValue

        +
        public T getEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +
        +
        Specified by:
        +
        getEmptyValue in class GuavaCollectionDeserializer<T extends com.google.common.collect.ImmutableCollection<Object>>
        +
        +
      • +
      + + + + + + + +
        +
      • +

        _resolveNullToValue

        +
        protected Object _resolveNullToValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                              throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/InternetDomainNameDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/InternetDomainNameDeserializer.html new file mode 100644 index 00000000..9be7a87d --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/InternetDomainNameDeserializer.html @@ -0,0 +1,403 @@ + + + + + + +InternetDomainNameDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class InternetDomainNameDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class InternetDomainNameDeserializer
    +extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.net.InternetDomainName>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
      • +
      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static InternetDomainNameDeserializerstd 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.google.common.net.InternetDomainName_deserialize(String value, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer

        +_deserializeEmbedded, _deserializeFromEmptyString, _deserializeFromEmptyString, _deserializeFromEmptyStringDefault, _deserializeFromOther, deserialize, findDeserializer, logicalType, types
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer

        +deserialize, deserializeWithType, getEmptyAccessPattern, getNullAccessPattern, supportsUpdate
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InternetDomainNameDeserializer

        +
        public InternetDomainNameDeserializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        _deserialize

        +
        protected com.google.common.net.InternetDomainName _deserialize(String value,
        +                                                                com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                                         throws IOException
        +
        +
        Specified by:
        +
        _deserialize in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<com.google.common.net.InternetDomainName>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/LinkedHashMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/LinkedHashMultisetDeserializer.html new file mode 100644 index 00000000..8ebbc173 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/LinkedHashMultisetDeserializer.html @@ -0,0 +1,510 @@ + + + + + + +LinkedHashMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class LinkedHashMultisetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class LinkedHashMultisetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LinkedHashMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.LinkedHashMultiset<Object>createMultiset() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      GuavaCollectionDeserializer<com.google.common.collect.LinkedHashMultiset<Object>>withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LinkedHashMultisetDeserializer

        +
        public LinkedHashMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                      Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeDeserializer.html new file mode 100644 index 00000000..72f9a15c --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeDeserializer.html @@ -0,0 +1,569 @@ + + + + + + +RangeDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class RangeDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class RangeDeserializer
    +extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.google.common.collect.Range<?>>
    +implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    +
    Jackson deserializer for a Guava Range. +

    + TODO: I think it would make sense to reimplement this deserializer to + use Delegating Deserializer, using a POJO as an intermediate form (properties + could be of type Object) + This would also also simplify the implementation a bit.

    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.google.common.collect.BoundType_defaultBoundType 
      protected com.fasterxml.jackson.databind.JsonDeserializer<Object>_endpointDeserializer 
      protected RangeHelper.RangeProperties_fieldNames 
      protected com.fasterxml.jackson.databind.JavaType_rangeType 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       RangeDeserializer(com.google.common.collect.BoundType defaultBoundType, + com.fasterxml.jackson.databind.JavaType rangeType) 
       RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType, + com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser) +
      Deprecated. 
      +
       RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType, + com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser, + com.google.common.collect.BoundType defaultBoundType) +
      Deprecated. 
      +
      protected RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType, + com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser, + com.google.common.collect.BoundType defaultBoundType, + RangeHelper.RangeProperties fieldNames) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.google.common.collect.Range<?>deserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext context) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) 
      com.fasterxml.jackson.databind.JavaTypegetValueType() 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _rangeType

        +
        protected final com.fasterxml.jackson.databind.JavaType _rangeType
        +
      • +
      + + + +
        +
      • +

        _endpointDeserializer

        +
        protected final com.fasterxml.jackson.databind.JsonDeserializer<Object> _endpointDeserializer
        +
      • +
      + + + +
        +
      • +

        _defaultBoundType

        +
        protected final com.google.common.collect.BoundType _defaultBoundType
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeDeserializer

        +
        public RangeDeserializer(com.google.common.collect.BoundType defaultBoundType,
        +                         com.fasterxml.jackson.databind.JavaType rangeType)
        +
      • +
      + + + +
        +
      • +

        RangeDeserializer

        +
        @Deprecated
        +public RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType,
        +                                     com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        RangeDeserializer

        +
        @Deprecated
        +public RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType,
        +                                     com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser,
        +                                     com.google.common.collect.BoundType defaultBoundType)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        RangeDeserializer

        +
        protected RangeDeserializer(com.fasterxml.jackson.databind.JavaType rangeType,
        +                            com.fasterxml.jackson.databind.JsonDeserializer<?> endpointDeser,
        +                            com.google.common.collect.BoundType defaultBoundType,
        +                            RangeHelper.RangeProperties fieldNames)
        +
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getValueType

        +
        public com.fasterxml.jackson.databind.JavaType getValueType()
        +
        +
        Overrides:
        +
        getValueType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.google.common.collect.Range<?>>
        +
        +
      • +
      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.Range<?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<com.google.common.collect.Range<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public com.google.common.collect.Range<?> deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                                                      com.fasterxml.jackson.databind.DeserializationContext context)
        +                                               throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.Range<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeSetDeserializer.html new file mode 100644 index 00000000..2b49663e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/RangeSetDeserializer.html @@ -0,0 +1,350 @@ + + + + + + +RangeSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class RangeSetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider
    +
    +
    +
    +
    public class RangeSetDeserializer
    +extends com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.RangeSet<Comparable<?>>>
    +implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.google.common.collect.RangeSet<Comparable<?>>deserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeSetDeserializer

        +
        public RangeSetDeserializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.RangeSet<Comparable<?>>>
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public com.google.common.collect.RangeSet<Comparable<?>> deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                                                                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                                              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<com.google.common.collect.RangeSet<Comparable<?>>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/TreeMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/TreeMultisetDeserializer.html new file mode 100644 index 00000000..837806d6 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/TreeMultisetDeserializer.html @@ -0,0 +1,510 @@ + + + + + + +TreeMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser
+

Class TreeMultisetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class TreeMultisetDeserializer
    +extends GuavaCollectionDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +_containerType, _nullProvider, _skipNullValues, _unwrapSingle
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      TreeMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_createEmpty(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_createWithSingleElement(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object value) 
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected com.google.common.collect.TreeMultiset<Object>createMultiset() 
      com.fasterxml.jackson.databind.util.AccessPatterngetEmptyAccessPattern() 
      TgetEmptyValue(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      GuavaCollectionDeserializer<com.google.common.collect.TreeMultiset<Object>>withResolved(com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.deser.NullValueProvider nuller, + Boolean unwrapSingle) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase

        +findBackReference, getContentType, getValueType, supportsUpdate, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, getAbsentValue, getDelegatee, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, unwrappingDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable

        +getValueInstantiator
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TreeMultisetDeserializer

        +
        public TreeMultisetDeserializer(com.fasterxml.jackson.databind.JavaType selfType,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.deser.NullValueProvider nuller,
        +                                Boolean unwrapSingle)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaCollectionDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaCollectionDeserializer.html new file mode 100644 index 00000000..e8de1d57 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaCollectionDeserializer.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaMapDeserializer.html new file mode 100644 index 00000000..60ab04af --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaMapDeserializer.html @@ -0,0 +1,207 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaOptionalDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaOptionalDeserializer.html new file mode 100644 index 00000000..3066cff4 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/GuavaOptionalDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashCodeDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashCodeDeserializer.html new file mode 100644 index 00000000..fd417dc8 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashCodeDeserializer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.HashCodeDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.HashCodeDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashMultisetDeserializer.html new file mode 100644 index 00000000..3822d25c --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HashMultisetDeserializer.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HostAndPortDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HostAndPortDeserializer.html new file mode 100644 index 00000000..a1f06bfd --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/HostAndPortDeserializer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableBiMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableBiMapDeserializer.html new file mode 100644 index 00000000..78e850d5 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableBiMapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableListDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableListDeserializer.html new file mode 100644 index 00000000..d83bddcf --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableListDeserializer.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMapDeserializer.html new file mode 100644 index 00000000..d62b0e37 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMapDeserializer.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMultisetDeserializer.html new file mode 100644 index 00000000..a2284aae --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableMultisetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSetDeserializer.html new file mode 100644 index 00000000..388560ae --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSetDeserializer.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMapDeserializer.html new file mode 100644 index 00000000..6539aa46 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMultisetDeserializer.html new file mode 100644 index 00000000..74662416 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedMultisetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedSetDeserializer.html new file mode 100644 index 00000000..cb4344fe --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/ImmutableSortedSetDeserializer.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/InternetDomainNameDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/InternetDomainNameDeserializer.html new file mode 100644 index 00000000..595f6228 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/InternetDomainNameDeserializer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.InternetDomainNameDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.InternetDomainNameDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/LinkedHashMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/LinkedHashMultisetDeserializer.html new file mode 100644 index 00000000..45f209ff --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/LinkedHashMultisetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeDeserializer.html new file mode 100644 index 00000000..99cab95d --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeSetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeSetDeserializer.html new file mode 100644 index 00000000..622e1480 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/RangeSetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/TreeMultisetDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/TreeMultisetDeserializer.html new file mode 100644 index 00000000..f4d0bc03 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/class-use/TreeMultisetDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/GuavaMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/GuavaMultimapDeserializer.html new file mode 100644 index 00000000..e4535e5a --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/GuavaMultimapDeserializer.html @@ -0,0 +1,459 @@ + + + + + + +GuavaMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.multimap
+

Class GuavaMultimapDeserializer<T extends com.google.common.collect.Multimap<Object,Object>>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GuavaMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      GuavaMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method creatorMethod, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected abstract com.fasterxml.jackson.databind.JsonDeserializer<?>_createContextual(com.fasterxml.jackson.databind.type.MapLikeType t, + com.fasterxml.jackson.databind.KeyDeserializer kd, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer vtd, + com.fasterxml.jackson.databind.JsonDeserializer<?> vd, + Method method, + com.fasterxml.jackson.databind.deser.NullValueProvider np) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) +
      We need to use this method to properly handle possible contextual variants of key and value + deserializers, as well as type deserializers.
      +
      protected abstract TcreateMultimap() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _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
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaMultimapDeserializer

        +
        public GuavaMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                 com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                 com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                 com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +
      • +
      + + + +
        +
      • +

        GuavaMultimapDeserializer

        +
        public GuavaMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                 com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                 com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                 com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                 Method creatorMethod,
        +                                 com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createMultimap

        +
        protected abstract T createMultimap()
        +
      • +
      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T extends com.google.common.collect.Multimap<Object,Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        We need to use this method to properly handle possible contextual variants of key and value + deserializers, as well as type deserializers.
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        _createContextual

        +
        protected abstract com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType t,
        +                                                                                        com.fasterxml.jackson.databind.KeyDeserializer kd,
        +                                                                                        com.fasterxml.jackson.databind.jsontype.TypeDeserializer vtd,
        +                                                                                        com.fasterxml.jackson.databind.JsonDeserializer<?> vd,
        +                                                                                        Method method,
        +                                                                                        com.fasterxml.jackson.databind.deser.NullValueProvider np)
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T extends com.google.common.collect.Multimap<Object,Object>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/class-use/GuavaMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/class-use/GuavaMultimapDeserializer.html new file mode 100644 index 00000000..6d37c0ed --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/class-use/GuavaMultimapDeserializer.html @@ -0,0 +1,204 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/ArrayListMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/ArrayListMultimapDeserializer.html new file mode 100644 index 00000000..00f51921 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/ArrayListMultimapDeserializer.html @@ -0,0 +1,409 @@ + + + + + + +ArrayListMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.multimap.list
+

Class ArrayListMultimapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ArrayListMultimapDeserializer
    +extends GuavaMultimapDeserializer<com.google.common.collect.ArrayListMultimap<Object,Object>>
    +
    Provides deserialization for the Guava ArrayListMultimap class.
    +
    +
    Author:
    +
    mvolkhart
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ArrayListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      ArrayListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method creatorMethod, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_createContextual(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method method, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      protected com.google.common.collect.ArrayListMultimap<Object,Object>createMultimap() 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _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
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ArrayListMultimapDeserializer

        +
        public ArrayListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                     com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                     com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +
      • +
      + + + +
        +
      • +

        ArrayListMultimapDeserializer

        +
        public ArrayListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                     com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                     com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                     Method creatorMethod,
        +                                     com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        _createContextual

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                               com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +                                                                               com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                                                               Method method,
        +                                                                               com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
        +
        Specified by:
        +
        _createContextual in class GuavaMultimapDeserializer<com.google.common.collect.ArrayListMultimap<Object,Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/LinkedListMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/LinkedListMultimapDeserializer.html new file mode 100644 index 00000000..000c5eab --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/LinkedListMultimapDeserializer.html @@ -0,0 +1,409 @@ + + + + + + +LinkedListMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.multimap.list
+

Class LinkedListMultimapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class LinkedListMultimapDeserializer
    +extends GuavaMultimapDeserializer<com.google.common.collect.LinkedListMultimap<Object,Object>>
    +
    Provides deserialization for the Guava LinkedListMultimap class.
    +
    +
    Author:
    +
    mvolkhart
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      LinkedListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      LinkedListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method creatorMethod, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_createContextual(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method method, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      protected com.google.common.collect.LinkedListMultimap<Object,Object>createMultimap() 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _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
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LinkedListMultimapDeserializer

        +
        public LinkedListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +
      • +
      + + + +
        +
      • +

        LinkedListMultimapDeserializer

        +
        public LinkedListMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                      Method creatorMethod,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        _createContextual

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                               com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +                                                                               com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                                                               Method method,
        +                                                                               com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
        +
        Specified by:
        +
        _createContextual in class GuavaMultimapDeserializer<com.google.common.collect.LinkedListMultimap<Object,Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/ArrayListMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/ArrayListMultimapDeserializer.html new file mode 100644 index 00000000..74a26649 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/ArrayListMultimapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/LinkedListMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/LinkedListMultimapDeserializer.html new file mode 100644 index 00000000..9a253944 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/class-use/LinkedListMultimapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-frame.html new file mode 100644 index 00000000..dc71762d --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.list (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.deser.multimap.list

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-summary.html new file mode 100644 index 00000000..468a4f2e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.list (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.deser.multimap.list

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-tree.html new file mode 100644 index 00000000..42ba884e --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-tree.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.list Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.deser.multimap.list

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-use.html new file mode 100644 index 00000000..cbe37da0 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/list/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.deser.multimap.list (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.deser.multimap.list

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.list
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-frame.html new file mode 100644 index 00000000..310a9fdb --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.deser.multimap

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-summary.html new file mode 100644 index 00000000..f5a498a7 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-summary.html @@ -0,0 +1,144 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.deser.multimap

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-tree.html new file mode 100644 index 00000000..96eb3a33 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.deser.multimap

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-use.html new file mode 100644 index 00000000..2fea5588 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/package-use.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.deser.multimap (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.deser.multimap

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/HashMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/HashMultimapDeserializer.html new file mode 100644 index 00000000..32503905 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/HashMultimapDeserializer.html @@ -0,0 +1,409 @@ + + + + + + +HashMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.multimap.set
+

Class HashMultimapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HashMultimapDeserializer
    +extends GuavaMultimapDeserializer<com.google.common.collect.HashMultimap<Object,Object>>
    +
    Provides deserialization for the Guava HashMultimap class.
    +
    +
    Author:
    +
    mvolkhart
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      HashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      HashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method creatorMethod, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_createContextual(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method method, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      protected com.google.common.collect.HashMultimap<Object,Object>createMultimap() 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _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
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashMultimapDeserializer

        +
        public HashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +
      • +
      + + + +
        +
      • +

        HashMultimapDeserializer

        +
        public HashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                Method creatorMethod,
        +                                com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        _createContextual

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                               com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +                                                                               com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                                                               Method method,
        +                                                                               com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
        +
        Specified by:
        +
        _createContextual in class GuavaMultimapDeserializer<com.google.common.collect.HashMultimap<Object,Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/LinkedHashMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/LinkedHashMultimapDeserializer.html new file mode 100644 index 00000000..e0c4c740 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/LinkedHashMultimapDeserializer.html @@ -0,0 +1,409 @@ + + + + + + +LinkedHashMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.multimap.set
+

Class LinkedHashMultimapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class LinkedHashMultimapDeserializer
    +extends GuavaMultimapDeserializer<com.google.common.collect.LinkedHashMultimap<Object,Object>>
    +
    Provides deserialization for the Guava LinkedHashMultimap class.
    +
    +
    Author:
    +
    mvolkhart
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method creatorMethod, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_createContextual(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer, + Method method, + com.fasterxml.jackson.databind.deser.NullValueProvider nvp) 
      protected com.google.common.collect.LinkedHashMultimap<Object,Object>createMultimap() 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _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
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LinkedHashMultimapDeserializer

        +
        public LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +
      • +
      + + + +
        +
      • +

        LinkedHashMultimapDeserializer

        +
        public LinkedHashMultimapDeserializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                      Method creatorMethod,
        +                                      com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        _createContextual

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _createContextual(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                                                                               com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer,
        +                                                                               com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer,
        +                                                                               Method method,
        +                                                                               com.fasterxml.jackson.databind.deser.NullValueProvider nvp)
        +
        +
        Specified by:
        +
        _createContextual in class GuavaMultimapDeserializer<com.google.common.collect.LinkedHashMultimap<Object,Object>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/HashMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/HashMultimapDeserializer.html new file mode 100644 index 00000000..9bfed0f6 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/HashMultimapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/LinkedHashMultimapDeserializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/LinkedHashMultimapDeserializer.html new file mode 100644 index 00000000..fcb46cbf --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/class-use/LinkedHashMultimapDeserializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-frame.html new file mode 100644 index 00000000..e6efd586 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.set (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.deser.multimap.set

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-summary.html new file mode 100644 index 00000000..db867f55 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.set (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.deser.multimap.set

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-tree.html new file mode 100644 index 00000000..0e638760 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-tree.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.multimap.set Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.deser.multimap.set

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-use.html new file mode 100644 index 00000000..6b5c6ba0 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/multimap/set/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.deser.multimap.set (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.deser.multimap.set

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.multimap.set
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-frame.html new file mode 100644 index 00000000..f031dfe0 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-frame.html @@ -0,0 +1,39 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.deser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-summary.html new file mode 100644 index 00000000..8840ab63 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-summary.html @@ -0,0 +1,220 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-tree.html new file mode 100644 index 00000000..49c72269 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-tree.html @@ -0,0 +1,187 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.deser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-use.html new file mode 100644 index 00000000..bf745181 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/package-use.html @@ -0,0 +1,191 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.deser (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeFactory.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeFactory.html new file mode 100644 index 00000000..559d6c23 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeFactory.html @@ -0,0 +1,441 @@ + + + + + + +RangeFactory (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.util
+

Class RangeFactory

+
+
+ +
+
    +
  • +
    +
    +
    public class RangeFactory
    +extends Object
    +
    A factory for creating Guava Ranges that is compatible with Guava 14 and later. +

    + NOTE: up until Jackson 2.9.x, supported versions from Guava 10 and higher; support for + older versions dropped in Jackson 2.10.

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      all() 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      atLeast(C lowerEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      atMost(C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      closed(C lowerEndpoint, + C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      closedOpen(C lowerEndpoint, + C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      downTo(C lowerEndpoint, + com.google.common.collect.BoundType lowerBoundType) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      greaterThan(C lowerEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      lessThan(C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      open(C lowerEndpoint, + C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      openClosed(C lowerEndpoint, + C upperEndpoint) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      range(C lowerEndpoint, + com.google.common.collect.BoundType lowerBoundType, + C upperEndpoint, + com.google.common.collect.BoundType upperBoundType) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      singleton(C value) 
      static <C extends Comparable<?>>
      com.google.common.collect.Range<C>
      upTo(C upperEndpoint, + com.google.common.collect.BoundType upperBoundType) 
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        open

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> open(C lowerEndpoint,
        +                                                                                C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        openClosed

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> openClosed(C lowerEndpoint,
        +                                                                                      C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        closedOpen

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> closedOpen(C lowerEndpoint,
        +                                                                                      C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        closed

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> closed(C lowerEndpoint,
        +                                                                                  C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        range

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> range(C lowerEndpoint,
        +                                                                                 com.google.common.collect.BoundType lowerBoundType,
        +                                                                                 C upperEndpoint,
        +                                                                                 com.google.common.collect.BoundType upperBoundType)
        +
      • +
      + + + + + +
        +
      • +

        greaterThan

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> greaterThan(C lowerEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        atLeast

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> atLeast(C lowerEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        downTo

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> downTo(C lowerEndpoint,
        +                                                                                  com.google.common.collect.BoundType lowerBoundType)
        +
      • +
      + + + + + +
        +
      • +

        lessThan

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> lessThan(C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        atMost

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> atMost(C upperEndpoint)
        +
      • +
      + + + + + +
        +
      • +

        upTo

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> upTo(C upperEndpoint,
        +                                                                                com.google.common.collect.BoundType upperBoundType)
        +
      • +
      + + + +
        +
      • +

        all

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> all()
        +
      • +
      + + + + + +
        +
      • +

        singleton

        +
        public static <C extends Comparable<?>> com.google.common.collect.Range<C> singleton(C value)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.RangeProperties.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.RangeProperties.html new file mode 100644 index 00000000..b476bdc1 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.RangeProperties.html @@ -0,0 +1,382 @@ + + + + + + +RangeHelper.RangeProperties (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.util
+

Class RangeHelper.RangeProperties

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        lowerEndpoint

        +
        public final String lowerEndpoint
        +
      • +
      + + + +
        +
      • +

        upperEndpoint

        +
        public final String upperEndpoint
        +
      • +
      + + + +
        +
      • +

        lowerBoundType

        +
        public final String lowerBoundType
        +
      • +
      + + + +
        +
      • +

        upperBoundType

        +
        public final String upperBoundType
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeProperties

        +
        protected RangeProperties()
        +
      • +
      + + + +
        +
      • +

        RangeProperties

        +
        public RangeProperties(String lowerEP,
        +                       String upperEP,
        +                       String lowerBT,
        +                       String upperBT)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        fields

        +
        protected Field[] fields()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.html new file mode 100644 index 00000000..0bb2d4da --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/RangeHelper.html @@ -0,0 +1,311 @@ + + + + + + +RangeHelper (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.deser.util
+

Class RangeHelper

+
+
+ +
+
    +
  • +
    +
    +
    public class RangeHelper
    +extends Object
    +
    +
    Since:
    +
    2.10
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeHelper

        +
        public RangeHelper()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getPropertyNames

        +
        public static RangeHelper.RangeProperties getPropertyNames(com.fasterxml.jackson.databind.cfg.MapperConfig<?> config,
        +                                                           com.fasterxml.jackson.databind.PropertyNamingStrategy pns)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeFactory.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeFactory.html new file mode 100644 index 00000000..7ef5c95f --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeFactory.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.RangeProperties.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.RangeProperties.html new file mode 100644 index 00000000..ceebe321 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.RangeProperties.html @@ -0,0 +1,242 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.html new file mode 100644 index 00000000..71897ee0 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/class-use/RangeHelper.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper

+
+
No usage of com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-frame.html new file mode 100644 index 00000000..5f5a76d3 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.util (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.deser.util

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-summary.html new file mode 100644 index 00000000..9e892fed --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.util (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.deser.util

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-tree.html new file mode 100644 index 00000000..8882159d --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.deser.util Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.deser.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-use.html new file mode 100644 index 00000000..fd506c4f --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/deser/util/package-use.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.deser.util (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.deser.util

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-frame.html new file mode 100644 index 00000000..5d55a73f --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +com.fasterxml.jackson.datatype.guava (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-summary.html new file mode 100644 index 00000000..0a295bf5 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +com.fasterxml.jackson.datatype.guava (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-tree.html new file mode 100644 index 00000000..fdfe9d61 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.fasterxml.jackson.datatype.guava Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-use.html new file mode 100644 index 00000000..51a967ce --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/CacheSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/CacheSerializer.html new file mode 100644 index 00000000..47a69643 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/CacheSerializer.html @@ -0,0 +1,413 @@ + + + + + + +CacheSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class CacheSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    +
    public class CacheSerializer
    +extends com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.cache.Cache<?,?>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CacheSerializer() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected void_writeContents(com.google.common.cache.Cache<?,?> value, + com.fasterxml.jackson.core.JsonGenerator g, + com.fasterxml.jackson.databind.SerializerProvider ctxt) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider prov, + com.google.common.cache.Cache<?,?> value) 
      voidserialize(com.google.common.cache.Cache<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(com.google.common.cache.Cache<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider ctxt, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CacheSerializer

        +
        public CacheSerializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                       com.google.common.cache.Cache<?,?> value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.cache.Cache<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.google.common.cache.Cache<?,?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.cache.Cache<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(com.google.common.cache.Cache<?,?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider ctxt,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.cache.Cache<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _writeContents

        +
        protected void _writeContents(com.google.common.cache.Cache<?,?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator g,
        +                              com.fasterxml.jackson.databind.SerializerProvider ctxt)
        +                       throws com.fasterxml.jackson.core.JacksonException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.core.JacksonException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaBeanSerializerModifier.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaBeanSerializerModifier.html new file mode 100644 index 00000000..badd6826 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaBeanSerializerModifier.html @@ -0,0 +1,304 @@ + + + + + + +GuavaBeanSerializerModifier (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class GuavaBeanSerializerModifier

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class GuavaBeanSerializerModifier
    +extends com.fasterxml.jackson.databind.ser.BeanSerializerModifier
    +implements Serializable
    +
    BeanSerializerModifier needed to sneak in handler to exclude "absent" + optional values iff handling of "absent as nulls" is enabled.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter>changeProperties(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.BeanSerializerModifier

        +modifyArraySerializer, modifyCollectionLikeSerializer, modifyCollectionSerializer, modifyEnumSerializer, modifyKeySerializer, modifyMapLikeSerializer, modifyMapSerializer, modifySerializer, orderProperties, updateBuilder
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaBeanSerializerModifier

        +
        public GuavaBeanSerializerModifier()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        changeProperties

        +
        public List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> changeProperties(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                                    com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                    List<com.fasterxml.jackson.databind.ser.BeanPropertyWriter> beanProperties)
        +
        +
        Overrides:
        +
        changeProperties in class com.fasterxml.jackson.databind.ser.BeanSerializerModifier
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalBeanPropertyWriter.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalBeanPropertyWriter.html new file mode 100644 index 00000000..74420c71 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalBeanPropertyWriter.html @@ -0,0 +1,423 @@ + + + + + + +GuavaOptionalBeanPropertyWriter (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class GuavaOptionalBeanPropertyWriter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.util.Named, Serializable
    +
    +
    +
    +
    public class GuavaOptionalBeanPropertyWriter
    +extends com.fasterxml.jackson.databind.ser.BeanPropertyWriter
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.BeanProperty

        +com.fasterxml.jackson.databind.BeanProperty.Bogus, com.fasterxml.jackson.databind.BeanProperty.Std
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter

        +_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _name, _nonTrivialBaseType, _nullSerializer, _serializer, _suppressableValue, _suppressNulls, _typeSerializer, _wrapperName, MARKER_FOR_EMPTY
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase

        +_aliases, _metadata
      • +
      +
        +
      • + + +

        Fields inherited from interface com.fasterxml.jackson.databind.BeanProperty

        +EMPTY_FORMAT, EMPTY_INCLUDE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected GuavaOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base) 
      protected GuavaOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, + com.fasterxml.jackson.databind.PropertyName newName) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.BeanPropertyWriter_new(com.fasterxml.jackson.databind.PropertyName newName) 
      voidserializeAsField(Object bean, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider prov) 
      com.fasterxml.jackson.databind.ser.BeanPropertyWriterunwrappingWriter(com.fasterxml.jackson.databind.util.NameTransformer unwrapper) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter

        +_depositSchemaProperty, _findAndAddDynamic, _handleSelfReference, assignNullSerializer, assignSerializer, assignTypeSerializer, depositSchemaProperty, depositSchemaProperty, fixAccess, get, getAnnotation, getContextAnnotation, getFullName, getGenericPropertyType, getInternalSetting, getMember, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getTypeSerializer, getViews, getWrapperName, hasNullSerializer, hasSerializer, isUnwrapping, removeInternalSetting, rename, serializeAsElement, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, willSuppressNulls, wouldConflictWithName
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.PropertyWriter

        +findAnnotation
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase

        +findAliases, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getMetadata, isRequired, isVirtual
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaOptionalBeanPropertyWriter

        +
        protected GuavaOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base)
        +
      • +
      + + + +
        +
      • +

        GuavaOptionalBeanPropertyWriter

        +
        protected GuavaOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base,
        +                                          com.fasterxml.jackson.databind.PropertyName newName)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        _new

        +
        protected com.fasterxml.jackson.databind.ser.BeanPropertyWriter _new(com.fasterxml.jackson.databind.PropertyName newName)
        +
        +
        Overrides:
        +
        _new in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
        +
        +
      • +
      + + + +
        +
      • +

        unwrappingWriter

        +
        public com.fasterxml.jackson.databind.ser.BeanPropertyWriter unwrappingWriter(com.fasterxml.jackson.databind.util.NameTransformer unwrapper)
        +
        +
        Overrides:
        +
        unwrappingWriter in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
        +
        +
      • +
      + + + +
        +
      • +

        serializeAsField

        +
        public void serializeAsField(Object bean,
        +                             com.fasterxml.jackson.core.JsonGenerator gen,
        +                             com.fasterxml.jackson.databind.SerializerProvider prov)
        +                      throws Exception
        +
        +
        Overrides:
        +
        serializeAsField in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalSerializer.html new file mode 100644 index 00000000..a2488385 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaOptionalSerializer.html @@ -0,0 +1,464 @@ + + + + + + +GuavaOptionalSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class GuavaOptionalSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public class GuavaOptionalSerializer
    +extends com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer

        +_dynamicSerializers, _property, _referredType, _suppressableValue, _suppressNulls, _unwrapper, _valueSerializer, _valueTypeSerializer, MARKER_FOR_EMPTY
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      GuavaOptionalSerializer(GuavaOptionalSerializer base, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, + com.fasterxml.jackson.databind.util.NameTransformer unwrapper, + Object suppressableValue, + boolean suppressNulls) 
      GuavaOptionalSerializer(com.fasterxml.jackson.databind.type.ReferenceType fullType, + boolean staticTyping, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<Object> ser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected Object_getReferenced(com.google.common.base.Optional<?> value) 
      protected Object_getReferencedIfPresent(com.google.common.base.Optional<?> value) 
      protected boolean_isValuePresent(com.google.common.base.Optional<?> value) 
      com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>withContentInclusion(Object suppressableValue, + boolean suppressNulls) 
      protected com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>withResolved(com.fasterxml.jackson.databind.BeanProperty prop, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, + com.fasterxml.jackson.databind.util.NameTransformer unwrapper) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer

        +_useStatic, acceptJsonFormatVisitor, createContextual, getReferredType, isEmpty, isUnwrappingSerializer, serialize, serializeWithType, unwrappingSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, properties, replaceDelegatee, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaOptionalSerializer

        +
        public GuavaOptionalSerializer(com.fasterxml.jackson.databind.type.ReferenceType fullType,
        +                               boolean staticTyping,
        +                               com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                               com.fasterxml.jackson.databind.JsonSerializer<Object> ser)
        +
      • +
      + + + +
        +
      • +

        GuavaOptionalSerializer

        +
        public GuavaOptionalSerializer(GuavaOptionalSerializer base,
        +                               com.fasterxml.jackson.databind.BeanProperty property,
        +                               com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                               com.fasterxml.jackson.databind.JsonSerializer<?> valueSer,
        +                               com.fasterxml.jackson.databind.util.NameTransformer unwrapper,
        +                               Object suppressableValue,
        +                               boolean suppressNulls)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>> withResolved(com.fasterxml.jackson.databind.BeanProperty prop,
        +                                                                                                                          com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                                                                                                          com.fasterxml.jackson.databind.JsonSerializer<?> valueSer,
        +                                                                                                                          com.fasterxml.jackson.databind.util.NameTransformer unwrapper)
        +
        +
        Specified by:
        +
        withResolved in class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        withContentInclusion

        +
        public com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>> withContentInclusion(Object suppressableValue,
        +                                                                                                                               boolean suppressNulls)
        +
        +
        Specified by:
        +
        withContentInclusion in class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        _isValuePresent

        +
        protected boolean _isValuePresent(com.google.common.base.Optional<?> value)
        +
        +
        Specified by:
        +
        _isValuePresent in class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        _getReferenced

        +
        protected Object _getReferenced(com.google.common.base.Optional<?> value)
        +
        +
        Specified by:
        +
        _getReferenced in class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      + + + +
        +
      • +

        _getReferencedIfPresent

        +
        protected Object _getReferencedIfPresent(com.google.common.base.Optional<?> value)
        +
        +
        Specified by:
        +
        _getReferencedIfPresent in class com.fasterxml.jackson.databind.ser.std.ReferenceTypeSerializer<com.google.common.base.Optional<?>>
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaUnwrappingOptionalBeanPropertyWriter.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaUnwrappingOptionalBeanPropertyWriter.html new file mode 100644 index 00000000..d92957c4 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/GuavaUnwrappingOptionalBeanPropertyWriter.html @@ -0,0 +1,431 @@ + + + + + + +GuavaUnwrappingOptionalBeanPropertyWriter (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class GuavaUnwrappingOptionalBeanPropertyWriter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.util.Named, Serializable
    +
    +
    +
    +
    public class GuavaUnwrappingOptionalBeanPropertyWriter
    +extends com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.BeanProperty

        +com.fasterxml.jackson.databind.BeanProperty.Bogus, com.fasterxml.jackson.databind.BeanProperty.Std
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter

        +_nameTransformer
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter

        +_accessorMethod, _cfgSerializationType, _contextAnnotations, _declaredType, _dynamicSerializers, _field, _includeInViews, _internalSettings, _member, _name, _nonTrivialBaseType, _nullSerializer, _serializer, _suppressableValue, _suppressNulls, _typeSerializer, _wrapperName, MARKER_FOR_EMPTY
      • +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase

        +_aliases, _metadata
      • +
      +
        +
      • + + +

        Fields inherited from interface com.fasterxml.jackson.databind.BeanProperty

        +EMPTY_FORMAT, EMPTY_INCLUDE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       GuavaUnwrappingOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, + com.fasterxml.jackson.databind.util.NameTransformer transformer) 
      protected GuavaUnwrappingOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base, + com.fasterxml.jackson.databind.util.NameTransformer transformer, + com.fasterxml.jackson.core.io.SerializedString name) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter_new(com.fasterxml.jackson.databind.util.NameTransformer transformer, + com.fasterxml.jackson.core.io.SerializedString newName) 
      voidserializeAsField(Object bean, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider prov) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter

        +_depositSchemaProperty, _findAndAddDynamic, assignSerializer, depositSchemaProperty, isUnwrapping, rename
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.BeanPropertyWriter

        +_handleSelfReference, _new, assignNullSerializer, assignTypeSerializer, depositSchemaProperty, fixAccess, get, getAnnotation, getContextAnnotation, getFullName, getGenericPropertyType, getInternalSetting, getMember, getName, getPropertyType, getRawSerializationType, getSerializationType, getSerializedName, getSerializer, getType, getTypeSerializer, getViews, getWrapperName, hasNullSerializer, hasSerializer, removeInternalSetting, serializeAsElement, serializeAsOmittedField, serializeAsPlaceholder, setInternalSetting, setNonTrivialBaseType, toString, unwrappingWriter, willSuppressNulls, wouldConflictWithName
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.PropertyWriter

        +findAnnotation
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.introspect.ConcreteBeanPropertyBase

        +findAliases, findFormatOverrides, findPropertyFormat, findPropertyInclusion, getMetadata, isRequired, isVirtual
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuavaUnwrappingOptionalBeanPropertyWriter

        +
        public GuavaUnwrappingOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base,
        +                                                 com.fasterxml.jackson.databind.util.NameTransformer transformer)
        +
      • +
      + + + +
        +
      • +

        GuavaUnwrappingOptionalBeanPropertyWriter

        +
        protected GuavaUnwrappingOptionalBeanPropertyWriter(com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter base,
        +                                                    com.fasterxml.jackson.databind.util.NameTransformer transformer,
        +                                                    com.fasterxml.jackson.core.io.SerializedString name)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        _new

        +
        protected com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter _new(com.fasterxml.jackson.databind.util.NameTransformer transformer,
        +                                                                                    com.fasterxml.jackson.core.io.SerializedString newName)
        +
        +
        Overrides:
        +
        _new in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
        +
        +
      • +
      + + + +
        +
      • +

        serializeAsField

        +
        public void serializeAsField(Object bean,
        +                             com.fasterxml.jackson.core.JsonGenerator gen,
        +                             com.fasterxml.jackson.databind.SerializerProvider prov)
        +                      throws Exception
        +
        +
        Overrides:
        +
        serializeAsField in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/MultimapSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/MultimapSerializer.html new file mode 100644 index 00000000..8ae0eafe --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/MultimapSerializer.html @@ -0,0 +1,746 @@ + + + + + + +MultimapSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class MultimapSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public class MultimapSerializer
    +extends com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Multimap<?,?>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    Serializer for Guava's Multimap values. Output format encloses all + value sets in JSON Array, regardless of number of values; this to reduce + complexity (and inaccuracy) of trying to handle cases where values themselves + would be serialized as arrays (in which cases determining whether given array + is a wrapper or value gets complicated and unreliable). +

    + Missing features, compared to standard Java Maps: +

      +
    • Inclusion checks for content entries (non-null, non-empty) +
    • +
    • Sorting of entries +
    • +
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap_dynamicValueSerializers +
      If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
      +
      protected Object_filterId +
      Id of the property filter to use, if any; null if none.
      +
      protected Set<String>_ignoredEntries +
      Set of entries to omit during serialization, if any
      +
      protected boolean_sortKeys +
      Flag set if output is forced to be sorted by keys (usually due + to annotation).
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       MultimapSerializer(com.fasterxml.jackson.databind.type.MapLikeType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer, + Set<String> ignoredEntries, + Object filterId) 
      protected MultimapSerializer(MultimapSerializer src, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<?> keySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer, + Set<String> ignoredEntries, + Object filterId, + boolean sortKeys) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map, + Class<?> type, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map, + com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      voidacceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor, + com.fasterxml.jackson.databind.JavaType typeHint) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      booleanhasSingleElement(com.google.common.collect.Multimap<?,?> map) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider prov, + com.google.common.collect.Multimap<?,?> value) 
      voidserialize(com.google.common.collect.Multimap<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(com.google.common.collect.Multimap<?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      protected MultimapSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.JsonSerializer<?> keySer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSer, + Set<String> ignored, + Object filterId, + boolean sortKeys) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _ignoredEntries

        +
        protected final Set<String> _ignoredEntries
        +
        Set of entries to omit during serialization, if any
        +
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        _dynamicValueSerializers

        +
        protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap _dynamicValueSerializers
        +
        If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
        +
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        _filterId

        +
        protected final Object _filterId
        +
        Id of the property filter to use, if any; null if none.
        +
        +
        Since:
        +
        2.5
        +
        +
      • +
      + + + +
        +
      • +

        _sortKeys

        +
        protected final boolean _sortKeys
        +
        Flag set if output is forced to be sorted by keys (usually due + to annotation). +

        + NOTE: not yet used.

        +
        +
        Since:
        +
        2.5
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MultimapSerializer

        +
        public MultimapSerializer(com.fasterxml.jackson.databind.type.MapLikeType type,
        +                          com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                          com.fasterxml.jackson.databind.JsonSerializer<Object> keySerializer,
        +                          com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                          com.fasterxml.jackson.databind.JsonSerializer<Object> valueSerializer,
        +                          Set<String> ignoredEntries,
        +                          Object filterId)
        +
      • +
      + + + +
        +
      • +

        MultimapSerializer

        +
        protected MultimapSerializer(MultimapSerializer src,
        +                             com.fasterxml.jackson.databind.BeanProperty property,
        +                             com.fasterxml.jackson.databind.JsonSerializer<?> keySerializer,
        +                             com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                             com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer,
        +                             Set<String> ignoredEntries,
        +                             Object filterId,
        +                             boolean sortKeys)
        +
        +
        Since:
        +
        2.5
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected MultimapSerializer withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                          com.fasterxml.jackson.databind.JsonSerializer<?> keySer,
        +                                          com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                          com.fasterxml.jackson.databind.JsonSerializer<?> valueSer,
        +                                          Set<String> ignored,
        +                                          Object filterId,
        +                                          boolean sortKeys)
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +
        +
        Specified by:
        +
        _withValueTypeSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Multimap<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Specified by:
        +
        getContentSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Multimap<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Specified by:
        +
        getContentType in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Multimap<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        hasSingleElement

        +
        public boolean hasSingleElement(com.google.common.collect.Multimap<?,?> map)
        +
        +
        Specified by:
        +
        hasSingleElement in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Multimap<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                       com.google.common.collect.Multimap<?,?> value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Multimap<?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.google.common.collect.Multimap<?,?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Multimap<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(com.google.common.collect.Multimap<?,?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Multimap<?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        acceptJsonFormatVisitor

        +
        public void acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor,
        +                                    com.fasterxml.jackson.databind.JavaType typeHint)
        +                             throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        acceptJsonFormatVisitor in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
        +
        Overrides:
        +
        acceptJsonFormatVisitor in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Multimap<?,?>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        _findAndAddDynamic

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map,
        +                                                                                         Class<?> type,
        +                                                                                         com.fasterxml.jackson.databind.SerializerProvider provider)
        +                                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        _findAndAddDynamic

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _findAndAddDynamic(com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap map,
        +                                                                                         com.fasterxml.jackson.databind.JavaType type,
        +                                                                                         com.fasterxml.jackson.databind.SerializerProvider provider)
        +                                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSerializer.html new file mode 100644 index 00000000..b0adf060 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSerializer.html @@ -0,0 +1,533 @@ + + + + + + +RangeSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class RangeSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public class RangeSerializer
    +extends com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Range<?>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    Jackson serializer for a Guava Range.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JsonSerializer<Object>_endpointSerializer 
      protected RangeHelper.RangeProperties_fieldNames 
      protected com.fasterxml.jackson.databind.JavaType_rangeType 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      RangeSerializer(com.fasterxml.jackson.databind.JavaType type) 
      RangeSerializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer) +
      Deprecated. 
      +
      RangeSerializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer, + RangeHelper.RangeProperties fieldNames) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidacceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor, + com.fasterxml.jackson.databind.JavaType typeHint) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider prov, + com.fasterxml.jackson.databind.BeanProperty property) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider prov, + com.google.common.collect.Range<?> value) 
      voidserialize(com.google.common.collect.Range<?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(com.google.common.collect.Range<?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _rangeType

        +
        protected final com.fasterxml.jackson.databind.JavaType _rangeType
        +
      • +
      + + + +
        +
      • +

        _endpointSerializer

        +
        protected final com.fasterxml.jackson.databind.JsonSerializer<Object> _endpointSerializer
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeSerializer

        +
        public RangeSerializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      + + + +
        +
      • +

        RangeSerializer

        +
        @Deprecated
        +public RangeSerializer(com.fasterxml.jackson.databind.JavaType type,
        +                                   com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer)
        +
        Deprecated. 
        +
      • +
      + + + +
        +
      • +

        RangeSerializer

        +
        public RangeSerializer(com.fasterxml.jackson.databind.JavaType type,
        +                       com.fasterxml.jackson.databind.JsonSerializer<?> endpointSer,
        +                       RangeHelper.RangeProperties fieldNames)
        +
        +
        Since:
        +
        2.10
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                       com.google.common.collect.Range<?> value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Range<?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.google.common.collect.Range<?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException,
        +                      com.fasterxml.jackson.core.JsonGenerationException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Range<?>>
        +
        Throws:
        +
        IOException
        +
        com.fasterxml.jackson.core.JsonGenerationException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(com.google.common.collect.Range<?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Range<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        acceptJsonFormatVisitor

        +
        public void acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor,
        +                                    com.fasterxml.jackson.databind.JavaType typeHint)
        +                             throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        acceptJsonFormatVisitor in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
        +
        Overrides:
        +
        acceptJsonFormatVisitor in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Range<?>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSetSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSetSerializer.html new file mode 100644 index 00000000..d59b87a4 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/RangeSetSerializer.html @@ -0,0 +1,335 @@ + + + + + + +RangeSetSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class RangeSetSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    +
    +
    +
    public class RangeSetSerializer
    +extends com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.RangeSet<Comparable<?>>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      RangeSetSerializer() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider prov, + com.fasterxml.jackson.databind.BeanProperty property) 
      voidserialize(com.google.common.collect.RangeSet<Comparable<?>> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider serializers) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RangeSetSerializer

        +
        public RangeSetSerializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.google.common.collect.RangeSet<Comparable<?>> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider serializers)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.RangeSet<Comparable<?>>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.html new file mode 100644 index 00000000..7e36262a --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/TableSerializer.html @@ -0,0 +1,561 @@ + + + + + + +TableSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.guava.ser
+

Class TableSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public class TableSerializer
    +extends com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Table<?,?,?>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    +
    Author:
    +
    stevenmhood (via hyandell) - Initial implementation, tatu - Some refactoring to streamline code
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       TableSerializer(com.fasterxml.jackson.databind.JavaType type) 
      protected TableSerializer(TableSerializer src, + com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.type.TypeFactory typeFactory, + com.fasterxml.jackson.databind.JsonSerializer<?> rowKeySerializer, + com.fasterxml.jackson.databind.JsonSerializer<?> columnKeySerializer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer valueTypeSerializer, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer) 
      protected TableSerializer(TableSerializer src, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      booleanhasSingleElement(com.google.common.collect.Table<?,?,?> table) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, + com.google.common.collect.Table<?,?,?> table) 
      voidserialize(com.google.common.collect.Table<?,?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(com.google.common.collect.Table<?,?,?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      protected TableSerializerwithResolved(com.fasterxml.jackson.databind.BeanProperty property, + com.fasterxml.jackson.databind.type.TypeFactory typeFactory, + com.fasterxml.jackson.databind.JsonSerializer<?> rowKeySer, + com.fasterxml.jackson.databind.JsonSerializer<?> columnKeySer, + com.fasterxml.jackson.databind.jsontype.TypeSerializer vts, + com.fasterxml.jackson.databind.JsonSerializer<?> valueSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TableSerializer

        +
        public TableSerializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      + + + +
        +
      • +

        TableSerializer

        +
        protected TableSerializer(TableSerializer src,
        +                          com.fasterxml.jackson.databind.BeanProperty property,
        +                          com.fasterxml.jackson.databind.type.TypeFactory typeFactory,
        +                          com.fasterxml.jackson.databind.JsonSerializer<?> rowKeySerializer,
        +                          com.fasterxml.jackson.databind.JsonSerializer<?> columnKeySerializer,
        +                          com.fasterxml.jackson.databind.jsontype.TypeSerializer valueTypeSerializer,
        +                          com.fasterxml.jackson.databind.JsonSerializer<?> valueSerializer)
        +
      • +
      + + + +
        +
      • +

        TableSerializer

        +
        protected TableSerializer(TableSerializer src,
        +                          com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withResolved

        +
        protected TableSerializer withResolved(com.fasterxml.jackson.databind.BeanProperty property,
        +                                       com.fasterxml.jackson.databind.type.TypeFactory typeFactory,
        +                                       com.fasterxml.jackson.databind.JsonSerializer<?> rowKeySer,
        +                                       com.fasterxml.jackson.databind.JsonSerializer<?> columnKeySer,
        +                                       com.fasterxml.jackson.databind.jsontype.TypeSerializer vts,
        +                                       com.fasterxml.jackson.databind.JsonSerializer<?> valueSer)
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +
        +
        Specified by:
        +
        _withValueTypeSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Table<?,?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Specified by:
        +
        getContentType in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Table<?,?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Specified by:
        +
        getContentSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Table<?,?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                       com.google.common.collect.Table<?,?,?> table)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Table<?,?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        hasSingleElement

        +
        public boolean hasSingleElement(com.google.common.collect.Table<?,?,?> table)
        +
        +
        Specified by:
        +
        hasSingleElement in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.google.common.collect.Table<?,?,?>>
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.google.common.collect.Table<?,?,?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<com.google.common.collect.Table<?,?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(com.google.common.collect.Table<?,?,?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<com.google.common.collect.Table<?,?,?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/CacheSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/CacheSerializer.html new file mode 100644 index 00000000..b7bd6c98 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/CacheSerializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.CacheSerializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaBeanSerializerModifier.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaBeanSerializerModifier.html new file mode 100644 index 00000000..60b69b65 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaBeanSerializerModifier.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.GuavaBeanSerializerModifier (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.GuavaBeanSerializerModifier

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.GuavaBeanSerializerModifier
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalBeanPropertyWriter.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalBeanPropertyWriter.html new file mode 100644 index 00000000..a1a1c76c --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalBeanPropertyWriter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalSerializer.html new file mode 100644 index 00000000..2e5209ff --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaOptionalSerializer.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaUnwrappingOptionalBeanPropertyWriter.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaUnwrappingOptionalBeanPropertyWriter.html new file mode 100644 index 00000000..6cf18590 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/GuavaUnwrappingOptionalBeanPropertyWriter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/MultimapSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/MultimapSerializer.html new file mode 100644 index 00000000..1f0643bd --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/MultimapSerializer.html @@ -0,0 +1,190 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSerializer.html new file mode 100644 index 00000000..5573e692 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSerializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.RangeSerializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSetSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSetSerializer.html new file mode 100644 index 00000000..9448ab19 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/RangeSetSerializer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer

+
+
No usage of com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/TableSerializer.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/TableSerializer.html new file mode 100644 index 00000000..1c5b9bfd --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/class-use/TableSerializer.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.guava.ser.TableSerializer (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.guava.ser.TableSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-frame.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-frame.html new file mode 100644 index 00000000..5af583a7 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.ser (Jackson datatype: Guava 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.guava.ser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-summary.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-summary.html new file mode 100644 index 00000000..43129723 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.ser (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.guava.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-tree.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-tree.html new file mode 100644 index 00000000..250dc085 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-tree.html @@ -0,0 +1,183 @@ + + + + + + +com.fasterxml.jackson.datatype.guava.ser Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.guava.ser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-use.html b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-use.html new file mode 100644 index 00000000..f411a0c6 --- /dev/null +++ b/docs/javadoc/guava/2.13/com/fasterxml/jackson/datatype/guava/ser/package-use.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.guava.ser (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.guava.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/constant-values.html b/docs/javadoc/guava/2.13/constant-values.html new file mode 100644 index 00000000..be5459a3 --- /dev/null +++ b/docs/javadoc/guava/2.13/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/deprecated-list.html b/docs/javadoc/guava/2.13/deprecated-list.html new file mode 100644 index 00000000..9f2c5620 --- /dev/null +++ b/docs/javadoc/guava/2.13/deprecated-list.html @@ -0,0 +1,154 @@ + + + + + + +Deprecated List (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/help-doc.html b/docs/javadoc/guava/2.13/help-doc.html new file mode 100644 index 00000000..31ea4a82 --- /dev/null +++ b/docs/javadoc/guava/2.13/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/index-all.html b/docs/javadoc/guava/2.13/index-all.html new file mode 100644 index 00000000..7bcea32b --- /dev/null +++ b/docs/javadoc/guava/2.13/index-all.html @@ -0,0 +1,945 @@ + + + + + + +Index (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D E F G H I L M O P R S T U V W _  + + +

A

+
+
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
all() - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
ArrayListMultimapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser.multimap.list
+
+
Provides deserialization for the Guava ArrayListMultimap class.
+
+
ArrayListMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer
+
 
+
ArrayListMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer
+
 
+
atLeast(C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
atMost(C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
+ + + +

C

+
+
CacheSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
CacheSerializer() - Constructor for class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+
 
+
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaBeanSerializerModifier
+
 
+
closed(C, C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
closedOpen(C, C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
com.fasterxml.jackson.datatype.guava - package com.fasterxml.jackson.datatype.guava
+
 
+
com.fasterxml.jackson.datatype.guava.deser - package com.fasterxml.jackson.datatype.guava.deser
+
 
+
com.fasterxml.jackson.datatype.guava.deser.multimap - package com.fasterxml.jackson.datatype.guava.deser.multimap
+
 
+
com.fasterxml.jackson.datatype.guava.deser.multimap.list - package com.fasterxml.jackson.datatype.guava.deser.multimap.list
+
 
+
com.fasterxml.jackson.datatype.guava.deser.multimap.set - package com.fasterxml.jackson.datatype.guava.deser.multimap.set
+
 
+
com.fasterxml.jackson.datatype.guava.deser.util - package com.fasterxml.jackson.datatype.guava.deser.util
+
 
+
com.fasterxml.jackson.datatype.guava.ser - package com.fasterxml.jackson.datatype.guava.ser
+
 
+
configureAbsentsAsNulls(boolean) - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
+
Configuration method that may be used to change configuration setting + _cfgHandleAbsentAsNull: enabling means that `Optional.absent()` values + are handled like Java nulls (wrt filtering on serialization); disabling that + they are only treated as "empty" values, but not like native Java nulls.
+
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+
 
+
createBuilder() - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer
+
 
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
+
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
+
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
+
We need to use this method to properly handle possible contextual variants of key and value + deserializers, as well as type deserializers.
+
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
createMultimap() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
createMultimap() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer
+
 
+
createMultimap() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer
+
 
+
createMultimap() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer
+
 
+
createMultimap() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer
+
 
+
createMultiset() - Method in class com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer
+
 
+
createMultiset() - Method in class com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer
+
 
+
createMultiset() - Method in class com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer
+
 
+
+ + + +

D

+
+
defaultBoundType(BoundType) - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
+
Configuration method that may be used to change the BoundType to be used + when deserializing Range objects.
+
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
Base implementation that does not assume specific type + inclusion mechanism.
+
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
Base implementation that does not assume specific type + inclusion mechanism.
+
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
downTo(C, BoundType) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
+ + + +

E

+
+
equals(Object) - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
+ + + +

F

+
+
fields() - Method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
+
We have plenty of collection types to support...
+
+
findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
+
A few Map types to support.
+
+
findMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaSerializers
+
 
+
findReferenceDeserializer(ReferenceType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
findReferenceSerializer(SerializationConfig, ReferenceType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaSerializers
+
 
+
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.guava.GuavaSerializers
+
 
+
+ + + +

G

+
+
getContentDeserializer() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
getContentDeserializer() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
getEmptyAccessPattern() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
getEmptyAccessPattern() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer
+
 
+
getEmptyValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer
+
 
+
getModuleName() - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
getNullValue(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
getPropertyNames(MapperConfig<?>, PropertyNamingStrategy) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper
+
 
+
getReferenced(Optional<?>) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
getValueType() - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
greaterThan(C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
GuavaBeanSerializerModifier - Class in com.fasterxml.jackson.datatype.guava.ser
+
+
BeanSerializerModifier needed to sneak in handler to exclude "absent" + optional values iff handling of "absent as nulls" is enabled.
+
+
GuavaBeanSerializerModifier() - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaBeanSerializerModifier
+
 
+
GuavaCollectionDeserializer<T> - Class in com.fasterxml.jackson.datatype.guava.deser
+
+
Base class for Guava-specific collection deserializers.
+
+
GuavaCollectionDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
GuavaDeserializers - Class in com.fasterxml.jackson.datatype.guava
+
+
Custom deserializers module offers.
+
+
GuavaDeserializers() - Constructor for class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
GuavaDeserializers(BoundType) - Constructor for class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
GuavaMapDeserializer<T> - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
GuavaMapDeserializer(JavaType, KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
GuavaModule - Class in com.fasterxml.jackson.datatype.guava
+
+
Basic Jackson Module that adds support for Guava types.
+
+
GuavaModule() - Constructor for class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
GuavaMultimapDeserializer<T extends com.google.common.collect.Multimap<Object,Object>> - Class in com.fasterxml.jackson.datatype.guava.deser.multimap
+
 
+
GuavaMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
GuavaMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
GuavaOptionalBeanPropertyWriter - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
GuavaOptionalBeanPropertyWriter(BeanPropertyWriter) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+
 
+
GuavaOptionalBeanPropertyWriter(BeanPropertyWriter, PropertyName) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+
 
+
GuavaOptionalDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
GuavaOptionalDeserializer(JavaType, ValueInstantiator, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
GuavaOptionalSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
GuavaOptionalSerializer(ReferenceType, boolean, TypeSerializer, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
GuavaOptionalSerializer(GuavaOptionalSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>, NameTransformer, Object, boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
GuavaSerializers - Class in com.fasterxml.jackson.datatype.guava
+
 
+
GuavaSerializers() - Constructor for class com.fasterxml.jackson.datatype.guava.GuavaSerializers
+
 
+
GuavaTypeModifier - Class in com.fasterxml.jackson.datatype.guava
+
+
We need somewhat hacky support for following Guava types: + + FluentIterable: addition of seeming "empty" property should not prevent serialization as + basic `Iterable` (with standard Jackson (de)serializer) + + Multimap: can reuse much/most of standard Map support as long as we make sure it is + recognized as "Map-like" type (similar to how Scala Maps are supported) + + Optional: generic type, simpler, more-efficient to detect parameterization here (although + not strictly mandatory) + + Range: same as with Optional, might as well resolve generic type information early on + +
+
+
GuavaTypeModifier() - Constructor for class com.fasterxml.jackson.datatype.guava.GuavaTypeModifier
+
 
+
GuavaUnwrappingOptionalBeanPropertyWriter - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
GuavaUnwrappingOptionalBeanPropertyWriter(BeanPropertyWriter, NameTransformer) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
+
 
+
GuavaUnwrappingOptionalBeanPropertyWriter(UnwrappingBeanPropertyWriter, NameTransformer, SerializedString) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
+
 
+
+ + + +

H

+
+
hasDeserializerFor(DeserializationConfig, Class<?>) - Method in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
hashCode() - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
HashCodeDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
HashCodeDeserializer() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.HashCodeDeserializer
+
 
+
HashMultimapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser.multimap.set
+
+
Provides deserialization for the Guava HashMultimap class.
+
+
HashMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer
+
 
+
HashMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer
+
 
+
HashMultisetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
HashMultisetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer
+
 
+
hasSingleElement(Multimap<?, ?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
hasSingleElement(Table<?, ?, ?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
HostAndPortDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
HostAndPortDeserializer() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer
+
 
+
+ + + +

I

+
+
ImmutableBiMapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableBiMapDeserializer(JavaType, KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
+
 
+
ImmutableListDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableListDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer
+
 
+
ImmutableMapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableMapDeserializer(JavaType, KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer
+
 
+
ImmutableMultisetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableMultisetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+
 
+
ImmutableSetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableSetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer
+
 
+
ImmutableSortedMapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableSortedMapDeserializer(JavaType, KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer
+
 
+
ImmutableSortedMultisetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableSortedMultisetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+
 
+
ImmutableSortedSetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
ImmutableSortedSetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer
+
 
+
InternetDomainNameDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
InternetDomainNameDeserializer() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.InternetDomainNameDeserializer
+
 
+
isEmpty(SerializerProvider, Cache<?, ?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+
 
+
isEmpty(SerializerProvider, Multimap<?, ?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
isEmpty(SerializerProvider, Range<?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
isEmpty(SerializerProvider, Table<?, ?, ?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
+ + + +

L

+
+
lessThan(C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
LinkedHashMultimapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser.multimap.set
+
+
Provides deserialization for the Guava LinkedHashMultimap class.
+
+
LinkedHashMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer
+
 
+
LinkedHashMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer
+
 
+
LinkedHashMultisetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
LinkedHashMultisetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer
+
 
+
LinkedListMultimapDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser.multimap.list
+
+
Provides deserialization for the Guava LinkedListMultimap class.
+
+
LinkedListMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer
+
 
+
LinkedListMultimapDeserializer(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer
+
 
+
lowerBoundType - Variable in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
lowerEndpoint - Variable in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
+ + + +

M

+
+
modifyType(JavaType, Type, TypeBindings, TypeFactory) - Method in class com.fasterxml.jackson.datatype.guava.GuavaTypeModifier
+
 
+
MultimapSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
+
Serializer for Guava's Multimap values.
+
+
MultimapSerializer(MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>, Set<String>, Object) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
MultimapSerializer(MultimapSerializer, BeanProperty, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>, Set<String>, Object, boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
+ + + +

O

+
+
open(C, C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
openClosed(C, C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
+ + + +

P

+
+
PackageVersion - Class in com.fasterxml.jackson.datatype.guava
+
+
Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
+
+
PackageVersion() - Constructor for class com.fasterxml.jackson.datatype.guava.PackageVersion
+
 
+
+ + + +

R

+
+
range(C, BoundType, C, BoundType) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
RangeDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
+
Jackson deserializer for a Guava Range.
+
+
RangeDeserializer(BoundType, JavaType) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
RangeDeserializer(JavaType, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
+
Deprecated.
+
+
RangeDeserializer(JavaType, JsonDeserializer<?>, BoundType) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
+
Deprecated.
+
+
RangeDeserializer(JavaType, JsonDeserializer<?>, BoundType, RangeHelper.RangeProperties) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
RangeFactory - Class in com.fasterxml.jackson.datatype.guava.deser.util
+
+
A factory for creating Guava Ranges that is compatible with Guava 14 and later.
+
+
RangeHelper - Class in com.fasterxml.jackson.datatype.guava.deser.util
+
 
+
RangeHelper() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper
+
 
+
RangeHelper.RangeProperties - Class in com.fasterxml.jackson.datatype.guava.deser.util
+
 
+
RangeProperties() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
RangeProperties(String, String, String, String) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
RangeSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
+
Jackson serializer for a Guava Range.
+
+
RangeSerializer(JavaType) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
RangeSerializer(JavaType, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
+
Deprecated.
+
+
RangeSerializer(JavaType, JsonSerializer<?>, RangeHelper.RangeProperties) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
RangeSetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
RangeSetDeserializer() - Constructor for class com.fasterxml.jackson.datatype.guava.deser.RangeSetDeserializer
+
 
+
RangeSetSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
RangeSetSerializer() - Constructor for class com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer
+
 
+
referenceValue(Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
+ + + +

S

+
+
serialize(Cache<?, ?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+
 
+
serialize(Multimap<?, ?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
serialize(Range<?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
serialize(RangeSet<Comparable<?>>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSetSerializer
+
 
+
serialize(Table<?, ?, ?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
serializeAsField(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+
 
+
serializeAsField(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
+
 
+
serializeWithType(Cache<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+
 
+
serializeWithType(Multimap<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
serializeWithType(Range<?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
serializeWithType(Table<?, ?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
singleton(C) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
standardNames() - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper
+
 
+
std - Static variable in class com.fasterxml.jackson.datatype.guava.deser.HashCodeDeserializer
+
 
+
std - Static variable in class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer
+
 
+
std - Static variable in class com.fasterxml.jackson.datatype.guava.deser.InternetDomainNameDeserializer
+
 
+
+ + + +

T

+
+
TableSerializer - Class in com.fasterxml.jackson.datatype.guava.ser
+
 
+
TableSerializer(JavaType) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
TableSerializer(TableSerializer, BeanProperty, TypeFactory, JsonSerializer<?>, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
TableSerializer(TableSerializer, TypeSerializer) - Constructor for class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
TreeMultisetDeserializer - Class in com.fasterxml.jackson.datatype.guava.deser
+
 
+
TreeMultisetDeserializer(JavaType, JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Constructor for class com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer
+
 
+
+ + + +

U

+
+
unwrappingWriter(NameTransformer) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+
 
+
updateReference(Optional<?>, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
upperBoundType - Variable in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
upperEndpoint - Variable in class com.fasterxml.jackson.datatype.guava.deser.util.RangeHelper.RangeProperties
+
 
+
upTo(C, BoundType) - Static method in class com.fasterxml.jackson.datatype.guava.deser.util.RangeFactory
+
 
+
+ + + +

V

+
+
version() - Method in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
VERSION - Static variable in class com.fasterxml.jackson.datatype.guava.PackageVersion
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.guava.PackageVersion
+
 
+
+ + + +

W

+
+
withContentInclusion(Object, boolean) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
Overridable fluent factory method used for creating contextual + instances.
+
+
withResolved(KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
Overridable fluent factory method used for creating contextual + instances.
+
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaOptionalDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.HashMultisetDeserializer
+
 
+
withResolved(KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableBiMapDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer
+
 
+
withResolved(KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMapDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer
+
 
+
withResolved(KeyDeserializer, JsonDeserializer<?>, TypeDeserializer, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMapDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.LinkedHashMultisetDeserializer
+
 
+
withResolved(JsonDeserializer<?>, TypeDeserializer, NullValueProvider, Boolean) - Method in class com.fasterxml.jackson.datatype.guava.deser.TreeMultisetDeserializer
+
 
+
withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>, NameTransformer) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
withResolved(BeanProperty, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>, Set<String>, Object, boolean) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
withResolved(BeanProperty, TypeFactory, JsonSerializer<?>, JsonSerializer<?>, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
+ + + +

_

+
+
_cfgHandleAbsentAsNull - Variable in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
+
Configuration setting that determines whether `Optional.absent()` is + considered "same as null" for serialization purposes; that is, to be + filtered same as nulls are.
+
+
_createContextual(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.GuavaMultimapDeserializer
+
 
+
_createContextual(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.list.ArrayListMultimapDeserializer
+
 
+
_createContextual(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.list.LinkedListMultimapDeserializer
+
 
+
_createContextual(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.set.HashMultimapDeserializer
+
 
+
_createContextual(MapLikeType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, Method, NullValueProvider) - Method in class com.fasterxml.jackson.datatype.guava.deser.multimap.set.LinkedHashMultimapDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+
 
+
_createEmpty(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableListDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableMultisetDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSetDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedMultisetDeserializer
+
 
+
_createWithSingleElement(DeserializationContext, Object) - Method in class com.fasterxml.jackson.datatype.guava.deser.ImmutableSortedSetDeserializer
+
 
+
_defaultBoundType - Variable in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
_defaultBoundType - Variable in class com.fasterxml.jackson.datatype.guava.GuavaDeserializers
+
 
+
_defaultBoundType - Variable in class com.fasterxml.jackson.datatype.guava.GuavaModule
+
 
+
_deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.HashCodeDeserializer
+
 
+
_deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer
+
 
+
_deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.InternetDomainNameDeserializer
+
 
+
_deserializeContents(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
 
+
_deserializeEntries(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
 
+
_deserializeFromSingleValue(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
Method used to support implicit coercion from a single non-array value + into single-element collection.
+
+
_dynamicValueSerializers - Variable in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
+
If value type can not be statically determined, mapping from + runtime value types to serializers are stored in this object.
+
+
_endpointDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
_endpointSerializer - Variable in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
_fieldNames - Variable in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
_fieldNames - Variable in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
_filterId - Variable in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
+
Id of the property filter to use, if any; null if none.
+
+
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
_findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
_getReferenced(Optional<?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
_getReferencedIfPresent(Optional<?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
_ignoredEntries - Variable in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
+
Set of entries to omit during serialization, if any
+
+
_isValuePresent(Optional<?>) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalSerializer
+
 
+
_keyDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
Key deserializer used, if not null.
+
+
_new(PropertyName) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaOptionalBeanPropertyWriter
+
 
+
_new(NameTransformer, SerializedString) - Method in class com.fasterxml.jackson.datatype.guava.ser.GuavaUnwrappingOptionalBeanPropertyWriter
+
 
+
_rangeType - Variable in class com.fasterxml.jackson.datatype.guava.deser.RangeDeserializer
+
 
+
_rangeType - Variable in class com.fasterxml.jackson.datatype.guava.ser.RangeSerializer
+
 
+
_sortKeys - Variable in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
+
Flag set if output is forced to be sorted by keys (usually due + to annotation).
+
+
_valueDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
+
+
_valueDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
Value deserializer.
+
+
_valueTypeDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.GuavaCollectionDeserializer
+
+
If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
+
+
_valueTypeDeserializer - Variable in class com.fasterxml.jackson.datatype.guava.deser.GuavaMapDeserializer
+
+
If value instances have polymorphic type information, this + is the type deserializer that can handle it
+
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.MultimapSerializer
+
 
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.guava.ser.TableSerializer
+
 
+
_writeContents(Cache<?, ?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.guava.ser.CacheSerializer
+
 
+
+A C D E F G H I L M O P R S T U V W _ 
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/index.html b/docs/javadoc/guava/2.13/index.html new file mode 100644 index 00000000..c2ef3d32 --- /dev/null +++ b/docs/javadoc/guava/2.13/index.html @@ -0,0 +1,76 @@ + + + + + + +Jackson datatype: Guava 2.13.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/javadoc/guava/2.13/overview-frame.html b/docs/javadoc/guava/2.13/overview-frame.html new file mode 100644 index 00000000..43a76262 --- /dev/null +++ b/docs/javadoc/guava/2.13/overview-frame.html @@ -0,0 +1,28 @@ + + + + + + +Overview List (Jackson datatype: Guava 2.13.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/docs/javadoc/guava/2.13/overview-summary.html b/docs/javadoc/guava/2.13/overview-summary.html new file mode 100644 index 00000000..26bca3bb --- /dev/null +++ b/docs/javadoc/guava/2.13/overview-summary.html @@ -0,0 +1,164 @@ + + + + + + +Overview (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jackson datatype: Guava 2.13.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.fasterxml.jackson.datatype.guava 
com.fasterxml.jackson.datatype.guava.deser 
com.fasterxml.jackson.datatype.guava.deser.multimap 
com.fasterxml.jackson.datatype.guava.deser.multimap.list 
com.fasterxml.jackson.datatype.guava.deser.multimap.set 
com.fasterxml.jackson.datatype.guava.deser.util 
com.fasterxml.jackson.datatype.guava.ser 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/overview-tree.html b/docs/javadoc/guava/2.13/overview-tree.html new file mode 100644 index 00000000..a605d556 --- /dev/null +++ b/docs/javadoc/guava/2.13/overview-tree.html @@ -0,0 +1,270 @@ + + + + + + +Class Hierarchy (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/package-list b/docs/javadoc/guava/2.13/package-list new file mode 100644 index 00000000..43554cb5 --- /dev/null +++ b/docs/javadoc/guava/2.13/package-list @@ -0,0 +1,7 @@ +com.fasterxml.jackson.datatype.guava +com.fasterxml.jackson.datatype.guava.deser +com.fasterxml.jackson.datatype.guava.deser.multimap +com.fasterxml.jackson.datatype.guava.deser.multimap.list +com.fasterxml.jackson.datatype.guava.deser.multimap.set +com.fasterxml.jackson.datatype.guava.deser.util +com.fasterxml.jackson.datatype.guava.ser diff --git a/docs/javadoc/guava/2.13/script.js b/docs/javadoc/guava/2.13/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/docs/javadoc/guava/2.13/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/javadoc/guava/2.13/serialized-form.html b/docs/javadoc/guava/2.13/serialized-form.html new file mode 100644 index 00000000..7ee226b3 --- /dev/null +++ b/docs/javadoc/guava/2.13/serialized-form.html @@ -0,0 +1,741 @@ + + + + + + +Serialized Form (Jackson datatype: Guava 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/guava/2.13/stylesheet.css b/docs/javadoc/guava/2.13/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/docs/javadoc/guava/2.13/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/docs/javadoc/hppc/2.13/allclasses-frame.html b/docs/javadoc/hppc/2.13/allclasses-frame.html new file mode 100644 index 00000000..e54d1728 --- /dev/null +++ b/docs/javadoc/hppc/2.13/allclasses-frame.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (Jackson datatype: HPPC 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/hppc/2.13/allclasses-noframe.html b/docs/javadoc/hppc/2.13/allclasses-noframe.html new file mode 100644 index 00000000..3e54b48f --- /dev/null +++ b/docs/javadoc/hppc/2.13/allclasses-noframe.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (Jackson datatype: HPPC 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/HppcModule.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/HppcModule.html new file mode 100644 index 00000000..60a9680e --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/HppcModule.html @@ -0,0 +1,339 @@ + + + + + + +HppcModule (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc
+

Class HppcModule

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned, Serializable
    +
    +
    +
    +
    public class HppcModule
    +extends com.fasterxml.jackson.databind.module.SimpleModule
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.Module

        +com.fasterxml.jackson.databind.Module.SetupContext
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.module.SimpleModule

        +_abstractTypes, _deserializerModifier, _deserializers, _hasExplicitName, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HppcModule() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidsetupModule(com.fasterxml.jackson.databind.Module.SetupContext context) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.module.SimpleModule

        +_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setValueInstantiators, version
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.Module

        +getDependencies
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HppcModule

        +
        public HppcModule()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setupModule

        +
        public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
        +
        +
        Overrides:
        +
        setupModule in class com.fasterxml.jackson.databind.module.SimpleModule
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/PackageVersion.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/PackageVersion.html new file mode 100644 index 00000000..69041251 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/PackageVersion.html @@ -0,0 +1,321 @@ + + + + + + +PackageVersion (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc
+

Class PackageVersion

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public final class PackageVersion
    +extends Object
    +implements com.fasterxml.jackson.core.Versioned
    +
    Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        VERSION

        +
        public static final com.fasterxml.jackson.core.Version VERSION
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PackageVersion

        +
        public PackageVersion()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/HppcModule.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/HppcModule.html new file mode 100644 index 00000000..3b8db642 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/HppcModule.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.HppcModule (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.HppcModule

+
+
No usage of com.fasterxml.jackson.datatype.hppc.HppcModule
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/PackageVersion.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/PackageVersion.html new file mode 100644 index 00000000..3739a4e3 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/class-use/PackageVersion.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.PackageVersion (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.PackageVersion

+
+
No usage of com.fasterxml.jackson.datatype.hppc.PackageVersion
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/ContainerDeserializerBase.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/ContainerDeserializerBase.html new file mode 100644 index 00000000..63c194dd --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/ContainerDeserializerBase.html @@ -0,0 +1,491 @@ + + + + + + +ContainerDeserializerBase (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.deser
+

Class ContainerDeserializerBase<T>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public abstract class ContainerDeserializerBase<T>
    +extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected Constructor<T>_defaultCtor +
      We will use the default constructor of the class for + instantiation
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected ContainerDeserializerBase(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.DeserializationConfig config) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected TcreateContainerInstance(com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      abstract voiddeserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + T container) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) 
      protected ThandleNonArray(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected ThandleSingleAsArray(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + T container) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _defaultCtor

        +
        protected final Constructor<T> _defaultCtor
        +
        We will use the default constructor of the class for + instantiation
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ContainerDeserializerBase

        +
        protected ContainerDeserializerBase(com.fasterxml.jackson.databind.JavaType type,
        +                                    com.fasterxml.jackson.databind.DeserializationConfig config)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        handleNonArray

        +
        protected T handleNonArray(com.fasterxml.jackson.core.JsonParser p,
        +                           com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                    throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        createContainerInstance

        +
        protected T createContainerInstance(com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                             throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        handleSingleAsArray

        +
        protected T handleSingleAsArray(com.fasterxml.jackson.core.JsonParser p,
        +                                com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                T container)
        +                         throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        deserializeContents

        +
        public abstract void deserializeContents(com.fasterxml.jackson.core.JsonParser p,
        +                                         com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                         T container)
        +                                  throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcContainerDeserializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcContainerDeserializers.html new file mode 100644 index 00000000..421c514b --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcContainerDeserializers.html @@ -0,0 +1,342 @@ + + + + + + +HppcContainerDeserializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.deser
+

Class HppcContainerDeserializers

+
+
+ +
+
    +
  • +
    +
    +
    public class HppcContainerDeserializers
    +extends Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected static HashMap<Class<?>,Class<?>>_concreteMapping +
      We can either register abstract type defaults via ObjectMapper, or + just do it here.
      +
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _concreteMapping

        +
        protected static final HashMap<Class<?>,Class<?>> _concreteMapping
        +
        We can either register abstract type defaults via ObjectMapper, or + just do it here. For now let's just do it locally; this will allow + override of definitions by app code (by using ObjectMapper resolution)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HppcContainerDeserializers

        +
        public HppcContainerDeserializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findDeserializer

        +
        public static com.fasterxml.jackson.databind.JsonDeserializer<?> findDeserializer(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                  com.fasterxml.jackson.databind.JavaType origType)
        +                                                                           throws com.fasterxml.jackson.databind.JsonMappingException
        +
        Method called to see if this serializer (or a serializer this serializer + knows) should be used for given type; if not, null is returned.
        +
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        hasDeserializerFor

        +
        public static boolean hasDeserializerFor(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                         Class<?> rawType)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcDeserializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcDeserializers.html new file mode 100644 index 00000000..5458b404 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/HppcDeserializers.html @@ -0,0 +1,332 @@ + + + + + + +HppcDeserializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.deser
+

Class HppcDeserializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.Deserializers
    +
    +
    +
    +
    public class HppcDeserializers
    +extends com.fasterxml.jackson.databind.deser.Deserializers.Base
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +com.fasterxml.jackson.databind.deser.Deserializers.Base
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HppcDeserializers() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc) 
      booleanhasDeserializerFor(com.fasterxml.jackson.databind.DeserializationConfig config, + Class<?> valueType) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.Deserializers.Base

        +findArrayDeserializer, findCollectionDeserializer, findCollectionLikeDeserializer, findEnumDeserializer, findMapDeserializer, findMapLikeDeserializer, findReferenceDeserializer, findTreeNodeDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HppcDeserializers

        +
        public HppcDeserializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findBeanDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findBeanDeserializer(com.fasterxml.jackson.databind.JavaType type,
        +                                                                               com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                               com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +                                                                        throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findBeanDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findBeanDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        hasDeserializerFor

        +
        public boolean hasDeserializerFor(com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                  Class<?> valueType)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/ContainerDeserializerBase.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/ContainerDeserializerBase.html new file mode 100644 index 00000000..d759e06b --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/ContainerDeserializerBase.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase

+
+
No usage of com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcContainerDeserializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcContainerDeserializers.html new file mode 100644 index 00000000..3ef5c0b0 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcContainerDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcDeserializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcDeserializers.html new file mode 100644 index 00000000..fb94583e --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/class-use/HppcDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-frame.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-frame.html new file mode 100644 index 00000000..fdd41a39 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.deser (Jackson datatype: HPPC 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.hppc.deser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-summary.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-summary.html new file mode 100644 index 00000000..568b7800 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.deser (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.hppc.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-tree.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-tree.html new file mode 100644 index 00000000..f495e265 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.deser Class Hierarchy (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.hppc.deser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-use.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-use.html new file mode 100644 index 00000000..ed874d19 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/deser/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.hppc.deser (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.hppc.deser

+
+
No usage of com.fasterxml.jackson.datatype.hppc.deser
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-frame.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-frame.html new file mode 100644 index 00000000..315fb594 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc (Jackson datatype: HPPC 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.hppc

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-summary.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-summary.html new file mode 100644 index 00000000..60d9c048 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.hppc

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-tree.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-tree.html new file mode 100644 index 00000000..407d2a2a --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc Class Hierarchy (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.hppc

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-use.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-use.html new file mode 100644 index 00000000..cb0e20a6 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.hppc (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.hppc

+
+
No usage of com.fasterxml.jackson.datatype.hppc
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ContainerSerializerBase.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ContainerSerializerBase.html new file mode 100644 index 00000000..09d2a4ea --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ContainerSerializerBase.html @@ -0,0 +1,607 @@ + + + + + + +ContainerSerializerBase (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.ser
+

Class ContainerSerializerBase<T>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    ObjectContainerSerializer
    +
    +
    +
    +
    public abstract class ContainerSerializerBase<T>
    +extends com.fasterxml.jackson.databind.ser.ContainerSerializer<T>
    +
    Base class for various container (~= Collection) serializers.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected String_schemeElementType 
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts) 
      abstract voidacceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor, + com.fasterxml.jackson.databind.JavaType typeHint) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      com.fasterxml.jackson.databind.JsonNodegetSchema(com.fasterxml.jackson.databind.SerializerProvider provider, + Type typeHint) 
      protected com.fasterxml.jackson.databind.JsonSerializer<?>getSerializer(com.fasterxml.jackson.databind.JavaType type) 
      abstract booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, + T value) 
      voidserialize(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected abstract voidserializeContents(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(T value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, hasSingleElement, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _schemeElementType

        +
        protected final String _schemeElementType
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ContainerSerializerBase

        +
        protected ContainerSerializerBase(Class<T> type,
        +                                  String schemaElementType)
        +
      • +
      + + + +
        +
      • +

        ContainerSerializerBase

        +
        protected ContainerSerializerBase(com.fasterxml.jackson.databind.JavaType type,
        +                                  String schemaElementType)
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSchema

        +
        public com.fasterxml.jackson.databind.JsonNode getSchema(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                                                         Type typeHint)
        +
        +
        Specified by:
        +
        getSchema in interface com.fasterxml.jackson.databind.jsonschema.SchemaAware
        +
        Overrides:
        +
        getSchema in class com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
        +
        +
      • +
      + + + + + +
        +
      • +

        isEmpty

        +
        public abstract boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                                T value)
        +
        +
        Overrides:
        +
        isEmpty in class com.fasterxml.jackson.databind.JsonSerializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Specified by:
        +
        getContentSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts)
        +
        +
        Specified by:
        +
        _withValueTypeSerializer in class com.fasterxml.jackson.databind.ser.ContainerSerializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Specified by:
        +
        getContentType in class com.fasterxml.jackson.databind.ser.ContainerSerializer<T>
        +
        +
      • +
      + + + +
        +
      • +

        acceptJsonFormatVisitor

        +
        public abstract void acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor,
        +                                             com.fasterxml.jackson.databind.JavaType typeHint)
        +                                      throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        acceptJsonFormatVisitor in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
        +
        Overrides:
        +
        acceptJsonFormatVisitor in class com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + + + +
        +
      • +

        serialize

        +
        public void serialize(T value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Specified by:
        +
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serializeContents

        +
        protected abstract void serializeContents(T value,
        +                                          com.fasterxml.jackson.core.JsonGenerator gen,
        +                                          com.fasterxml.jackson.databind.SerializerProvider provider)
        +                                   throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(T value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<T>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        getSerializer

        +
        protected com.fasterxml.jackson.databind.JsonSerializer<?> getSerializer(com.fasterxml.jackson.databind.JavaType type)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ExceptionHolder.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ExceptionHolder.html new file mode 100644 index 00000000..105f2867 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ExceptionHolder.html @@ -0,0 +1,328 @@ + + + + + + +ExceptionHolder (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.ser
+

Class ExceptionHolder

+
+
+ +
+
    +
  • +
    +
    +
    public class ExceptionHolder
    +extends Object
    +
    Helper class used for temporarily holding on to
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExceptionHolder

        +
        public ExceptionHolder()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcContainerSerializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcContainerSerializers.html new file mode 100644 index 00000000..146cacfd --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcContainerSerializers.html @@ -0,0 +1,316 @@ + + + + + + +HppcContainerSerializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.ser
+

Class HppcContainerSerializers

+
+
+ +
+
    +
  • +
    +
    +
    public class HppcContainerSerializers
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HppcContainerSerializers

        +
        public HppcContainerSerializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMatchingSerializer

        +
        public static com.fasterxml.jackson.databind.JsonSerializer<?> getMatchingSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.JavaType type)
        +
        Method called to see if this serializer (or a serializer this serializer + knows) should be used for given type; if not, null is returned.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcSerializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcSerializers.html new file mode 100644 index 00000000..30349c58 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/HppcSerializers.html @@ -0,0 +1,375 @@ + + + + + + +HppcSerializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.ser
+

Class HppcSerializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.ser.Serializers
    +
    +
    +
    +
    public class HppcSerializers
    +extends com.fasterxml.jackson.databind.ser.Serializers.Base
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.ser.Serializers

        +com.fasterxml.jackson.databind.ser.Serializers.Base
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HppcSerializers() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonSerializer<?>findCollectionLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.type.CollectionLikeType containerType, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer, + com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer) 
      com.fasterxml.jackson.databind.JsonSerializer<?>findMapLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.type.MapLikeType arg1, + com.fasterxml.jackson.databind.BeanDescription arg2, + com.fasterxml.jackson.databind.JsonSerializer<Object> arg4, + com.fasterxml.jackson.databind.jsontype.TypeSerializer arg5, + com.fasterxml.jackson.databind.JsonSerializer<Object> arg6) 
      com.fasterxml.jackson.databind.JsonSerializer<?>findSerializer(com.fasterxml.jackson.databind.SerializationConfig config, + com.fasterxml.jackson.databind.JavaType type, + com.fasterxml.jackson.databind.BeanDescription beanDesc) +
      Anything that we don't explicitly mark as Map- or Collection-like + will end up here...
      +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.Serializers.Base

        +findArraySerializer, findCollectionSerializer, findMapSerializer, findReferenceSerializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HppcSerializers

        +
        public HppcSerializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findCollectionLikeSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findCollectionLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.type.CollectionLikeType containerType,
        +                                                                                     com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                     com.fasterxml.jackson.databind.jsontype.TypeSerializer elementTypeSerializer,
        +                                                                                     com.fasterxml.jackson.databind.JsonSerializer<Object> elementValueSerializer)
        +
        +
        Specified by:
        +
        findCollectionLikeSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findCollectionLikeSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findMapLikeSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findMapLikeSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                              com.fasterxml.jackson.databind.type.MapLikeType arg1,
        +                                                                              com.fasterxml.jackson.databind.BeanDescription arg2,
        +                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> arg4,
        +                                                                              com.fasterxml.jackson.databind.jsontype.TypeSerializer arg5,
        +                                                                              com.fasterxml.jackson.databind.JsonSerializer<Object> arg6)
        +
        +
        Specified by:
        +
        findMapLikeSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findMapLikeSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      + + + +
        +
      • +

        findSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> findSerializer(com.fasterxml.jackson.databind.SerializationConfig config,
        +                                                                       com.fasterxml.jackson.databind.JavaType type,
        +                                                                       com.fasterxml.jackson.databind.BeanDescription beanDesc)
        +
        Anything that we don't explicitly mark as Map- or Collection-like + will end up here...
        +
        +
        Specified by:
        +
        findSerializer in interface com.fasterxml.jackson.databind.ser.Serializers
        +
        Overrides:
        +
        findSerializer in class com.fasterxml.jackson.databind.ser.Serializers.Base
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ObjectContainerSerializer.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ObjectContainerSerializer.html new file mode 100644 index 00000000..e5553f03 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/ObjectContainerSerializer.html @@ -0,0 +1,641 @@ + + + + + + +ObjectContainerSerializer (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.hppc.ser
+

Class ObjectContainerSerializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, com.fasterxml.jackson.databind.ser.ContextualSerializer, Serializable
    +
    +
    +
    +
    public class ObjectContainerSerializer
    +extends ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
    +implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    +
    Note: this implementation does not yet properly handle all + polymorphic cases
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +com.fasterxml.jackson.databind.JsonSerializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.JavaType_contentType 
      protected com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer_delegate +
      We will basically just delegate serialization to the standard + Object[] serializer; as we can not sub-class it.
      +
      + +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_handledType
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
       ObjectContainerSerializer(com.fasterxml.jackson.databind.type.CollectionLikeType containerType, + com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer delegate) 
      protected ObjectContainerSerializer(ObjectContainerSerializer base, + com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer delegate) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?>_withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts) 
      voidacceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor, + com.fasterxml.jackson.databind.JavaType typeHint) 
      com.fasterxml.jackson.databind.JsonSerializer<?>createContextual(com.fasterxml.jackson.databind.SerializerProvider prov, + com.fasterxml.jackson.databind.BeanProperty property) 
      com.fasterxml.jackson.databind.JsonSerializer<?>getContentSerializer() 
      com.fasterxml.jackson.databind.JavaTypegetContentType() 
      booleanhasSingleElement(com.carrotsearch.hppc.ObjectContainer<?> value) 
      booleanisEmpty(com.fasterxml.jackson.databind.SerializerProvider provider, + com.carrotsearch.hppc.ObjectContainer<?> value) 
      voidserialize(com.carrotsearch.hppc.ObjectContainer<?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      protected voidserializeContents(com.carrotsearch.hppc.ObjectContainer<?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider) 
      voidserializeWithType(com.carrotsearch.hppc.ObjectContainer<?> value, + com.fasterxml.jackson.core.JsonGenerator gen, + com.fasterxml.jackson.databind.SerializerProvider provider, + com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) 
      protected ObjectContainerSerializerwithDelegate(com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer newDelegate) 
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.ContainerSerializer

        +hasContentTypeAnnotation, withValueTypeSerializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        +_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        +getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _contentType

        +
        protected final com.fasterxml.jackson.databind.JavaType _contentType
        +
      • +
      + + + +
        +
      • +

        _delegate

        +
        protected final com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer _delegate
        +
        We will basically just delegate serialization to the standard + Object[] serializer; as we can not sub-class it.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ObjectContainerSerializer

        +
        public ObjectContainerSerializer(com.fasterxml.jackson.databind.type.CollectionLikeType containerType,
        +                                 com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer delegate)
        +
      • +
      + + + +
        +
      • +

        ObjectContainerSerializer

        +
        protected ObjectContainerSerializer(ObjectContainerSerializer base,
        +                                    com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer delegate)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        withDelegate

        +
        protected ObjectContainerSerializer withDelegate(com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer newDelegate)
        +
      • +
      + + + +
        +
      • +

        _withValueTypeSerializer

        +
        protected com.fasterxml.jackson.databind.ser.ContainerSerializer<?> _withValueTypeSerializer(com.fasterxml.jackson.databind.jsontype.TypeSerializer vts)
        +
        +
        Overrides:
        +
        _withValueTypeSerializer in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        +
      • +
      + + + +
        +
      • +

        acceptJsonFormatVisitor

        +
        public void acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper visitor,
        +                                    com.fasterxml.jackson.databind.JavaType typeHint)
        +                             throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        acceptJsonFormatVisitor in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
        +
        Specified by:
        +
        acceptJsonFormatVisitor in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        getContentSerializer

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> getContentSerializer()
        +
        +
        Overrides:
        +
        getContentSerializer in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        +
      • +
      + + + +
        +
      • +

        hasSingleElement

        +
        public boolean hasSingleElement(com.carrotsearch.hppc.ObjectContainer<?> value)
        +
        +
        Specified by:
        +
        hasSingleElement in class com.fasterxml.jackson.databind.ser.ContainerSerializer<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider provider,
        +                       com.carrotsearch.hppc.ObjectContainer<?> value)
        +
        +
        Specified by:
        +
        isEmpty in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        +
      • +
      + + + +
        +
      • +

        getContentType

        +
        public com.fasterxml.jackson.databind.JavaType getContentType()
        +
        +
        Overrides:
        +
        getContentType in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider prov,
        +                                                                         com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                  throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public void serialize(com.carrotsearch.hppc.ObjectContainer<?> value,
        +                      com.fasterxml.jackson.core.JsonGenerator gen,
        +                      com.fasterxml.jackson.databind.SerializerProvider provider)
        +               throws IOException
        +
        +
        Overrides:
        +
        serialize in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeWithType

        +
        public void serializeWithType(com.carrotsearch.hppc.ObjectContainer<?> value,
        +                              com.fasterxml.jackson.core.JsonGenerator gen,
        +                              com.fasterxml.jackson.databind.SerializerProvider provider,
        +                              com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
        +                       throws IOException
        +
        +
        Overrides:
        +
        serializeWithType in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        serializeContents

        +
        protected void serializeContents(com.carrotsearch.hppc.ObjectContainer<?> value,
        +                                 com.fasterxml.jackson.core.JsonGenerator gen,
        +                                 com.fasterxml.jackson.databind.SerializerProvider provider)
        +                          throws IOException
        +
        +
        Specified by:
        +
        serializeContents in class ContainerSerializerBase<com.carrotsearch.hppc.ObjectContainer<?>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ContainerSerializerBase.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ContainerSerializerBase.html new file mode 100644 index 00000000..daa6a692 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ContainerSerializerBase.html @@ -0,0 +1,193 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ExceptionHolder.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ExceptionHolder.html new file mode 100644 index 00000000..179b6a14 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ExceptionHolder.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder

+
+
No usage of com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcContainerSerializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcContainerSerializers.html new file mode 100644 index 00000000..4865bf62 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcContainerSerializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers

+
+
No usage of com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcSerializers.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcSerializers.html new file mode 100644 index 00000000..2c93b3d5 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/HppcSerializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers

+
+
No usage of com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ObjectContainerSerializer.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ObjectContainerSerializer.html new file mode 100644 index 00000000..c3eebcbe --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/class-use/ObjectContainerSerializer.html @@ -0,0 +1,178 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-frame.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-frame.html new file mode 100644 index 00000000..1da69f4d --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.ser (Jackson datatype: HPPC 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.hppc.ser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-summary.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-summary.html new file mode 100644 index 00000000..7b9a6825 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-summary.html @@ -0,0 +1,167 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.ser (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.hppc.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-tree.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-tree.html new file mode 100644 index 00000000..b1527b24 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +com.fasterxml.jackson.datatype.hppc.ser Class Hierarchy (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.hppc.ser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-use.html b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-use.html new file mode 100644 index 00000000..81ae7e85 --- /dev/null +++ b/docs/javadoc/hppc/2.13/com/fasterxml/jackson/datatype/hppc/ser/package-use.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.hppc.ser (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.hppc.ser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/constant-values.html b/docs/javadoc/hppc/2.13/constant-values.html new file mode 100644 index 00000000..f14f15d7 --- /dev/null +++ b/docs/javadoc/hppc/2.13/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/deprecated-list.html b/docs/javadoc/hppc/2.13/deprecated-list.html new file mode 100644 index 00000000..38bfc424 --- /dev/null +++ b/docs/javadoc/hppc/2.13/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/help-doc.html b/docs/javadoc/hppc/2.13/help-doc.html new file mode 100644 index 00000000..bf3d0923 --- /dev/null +++ b/docs/javadoc/hppc/2.13/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/index-all.html b/docs/javadoc/hppc/2.13/index-all.html new file mode 100644 index 00000000..be45374f --- /dev/null +++ b/docs/javadoc/hppc/2.13/index-all.html @@ -0,0 +1,388 @@ + + + + + + +Index (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
A C D E F G H I O P S T V W _  + + +

A

+
+
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
assignException(IOException) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder
+
 
+
+ + + +

C

+
+
com.fasterxml.jackson.datatype.hppc - package com.fasterxml.jackson.datatype.hppc
+
 
+
com.fasterxml.jackson.datatype.hppc.deser - package com.fasterxml.jackson.datatype.hppc.deser
+
 
+
com.fasterxml.jackson.datatype.hppc.ser - package com.fasterxml.jackson.datatype.hppc.ser
+
 
+
ContainerDeserializerBase<T> - Class in com.fasterxml.jackson.datatype.hppc.deser
+
 
+
ContainerDeserializerBase(JavaType, DeserializationConfig) - Constructor for class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
ContainerSerializerBase<T> - Class in com.fasterxml.jackson.datatype.hppc.ser
+
+
Base class for various container (~= Collection) serializers.
+
+
ContainerSerializerBase(Class<T>, String) - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
ContainerSerializerBase(JavaType, String) - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
ContainerSerializerBase(ContainerSerializerBase<?>) - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
createContainerInstance(DeserializationContext) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
+ + + +

D

+
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
deserializeContents(JsonParser, DeserializationContext, T) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
+ + + +

E

+
+
ExceptionHolder - Class in com.fasterxml.jackson.datatype.hppc.ser
+
+
Helper class used for temporarily holding on to
+
+
ExceptionHolder() - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder
+
 
+
+ + + +

F

+
+
findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers
+
 
+
findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers
+
 
+
findDeserializer(DeserializationConfig, JavaType) - Static method in class com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers
+
+
Method called to see if this serializer (or a serializer this serializer + knows) should be used for given type; if not, null is returned.
+
+
findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers
+
 
+
findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers
+
+
Anything that we don't explicitly mark as Map- or Collection-like + will end up here...
+
+
+ + + +

G

+
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
getContentSerializer() - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
getContentType() - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
getMatchingSerializer(SerializationConfig, JavaType) - Static method in class com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers
+
+
Method called to see if this serializer (or a serializer this serializer + knows) should be used for given type; if not, null is returned.
+
+
getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
getSerializer(JavaType) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
+ + + +

H

+
+
handleNonArray(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
handleSingleAsArray(JsonParser, DeserializationContext, T) - Method in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
 
+
hasDeserializerFor(DeserializationConfig, Class<?>) - Static method in class com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers
+
 
+
hasDeserializerFor(DeserializationConfig, Class<?>) - Method in class com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers
+
 
+
hasSingleElement(ObjectContainer<?>) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
HppcContainerDeserializers - Class in com.fasterxml.jackson.datatype.hppc.deser
+
 
+
HppcContainerDeserializers() - Constructor for class com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers
+
 
+
HppcContainerSerializers - Class in com.fasterxml.jackson.datatype.hppc.ser
+
 
+
HppcContainerSerializers() - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers
+
 
+
HppcDeserializers - Class in com.fasterxml.jackson.datatype.hppc.deser
+
 
+
HppcDeserializers() - Constructor for class com.fasterxml.jackson.datatype.hppc.deser.HppcDeserializers
+
 
+
HppcModule - Class in com.fasterxml.jackson.datatype.hppc
+
 
+
HppcModule() - Constructor for class com.fasterxml.jackson.datatype.hppc.HppcModule
+
 
+
HppcSerializers - Class in com.fasterxml.jackson.datatype.hppc.ser
+
 
+
HppcSerializers() - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.HppcSerializers
+
 
+
+ + + +

I

+
+
isEmpty(SerializerProvider, T) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
isEmpty(SerializerProvider, ObjectContainer<?>) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
+ + + +

O

+
+
ObjectContainerSerializer - Class in com.fasterxml.jackson.datatype.hppc.ser
+
+
Note: this implementation does not yet properly handle all + polymorphic cases
+
+
ObjectContainerSerializer(CollectionLikeType, ObjectArraySerializer) - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
ObjectContainerSerializer(ObjectContainerSerializer, ObjectArraySerializer) - Constructor for class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
+ + + +

P

+
+
PackageVersion - Class in com.fasterxml.jackson.datatype.hppc
+
+
Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
+
+
PackageVersion() - Constructor for class com.fasterxml.jackson.datatype.hppc.PackageVersion
+
 
+
+ + + +

S

+
+
serialize(T, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
serialize(ObjectContainer<?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
serializeContents(T, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
serializeContents(ObjectContainer<?>, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
serializeWithType(ObjectContainer<?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.hppc.HppcModule
+
 
+
+ + + +

T

+
+
throwHeld() - Method in class com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder
+
 
+
+ + + +

V

+
+
VERSION - Static variable in class com.fasterxml.jackson.datatype.hppc.PackageVersion
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.hppc.PackageVersion
+
 
+
+ + + +

W

+
+
withDelegate(ObjectArraySerializer) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
+ + + +

_

+
+
_concreteMapping - Static variable in class com.fasterxml.jackson.datatype.hppc.deser.HppcContainerDeserializers
+
+
We can either register abstract type defaults via ObjectMapper, or + just do it here.
+
+
_contentType - Variable in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
_defaultCtor - Variable in class com.fasterxml.jackson.datatype.hppc.deser.ContainerDeserializerBase
+
+
We will use the default constructor of the class for + instantiation
+
+
_delegate - Variable in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
+
We will basically just delegate serialization to the standard + Object[] serializer; as we can not sub-class it.
+
+
_exception - Variable in class com.fasterxml.jackson.datatype.hppc.ser.ExceptionHolder
+
 
+
_primitiveSerializers - Static variable in class com.fasterxml.jackson.datatype.hppc.ser.HppcContainerSerializers
+
 
+
_schemeElementType - Variable in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ContainerSerializerBase
+
 
+
_withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.datatype.hppc.ser.ObjectContainerSerializer
+
 
+
+A C D E F G H I O P S T V W _ 
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/index.html b/docs/javadoc/hppc/2.13/index.html new file mode 100644 index 00000000..e36a6a4b --- /dev/null +++ b/docs/javadoc/hppc/2.13/index.html @@ -0,0 +1,76 @@ + + + + + + +Jackson datatype: HPPC 2.13.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/javadoc/hppc/2.13/overview-frame.html b/docs/javadoc/hppc/2.13/overview-frame.html new file mode 100644 index 00000000..2f1d9835 --- /dev/null +++ b/docs/javadoc/hppc/2.13/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + +Overview List (Jackson datatype: HPPC 2.13.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/docs/javadoc/hppc/2.13/overview-summary.html b/docs/javadoc/hppc/2.13/overview-summary.html new file mode 100644 index 00000000..51c7b005 --- /dev/null +++ b/docs/javadoc/hppc/2.13/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +Overview (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jackson datatype: HPPC 2.13.0 API

+
+
+ + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.fasterxml.jackson.datatype.hppc 
com.fasterxml.jackson.datatype.hppc.deser 
com.fasterxml.jackson.datatype.hppc.ser 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/overview-tree.html b/docs/javadoc/hppc/2.13/overview-tree.html new file mode 100644 index 00000000..19bd12fa --- /dev/null +++ b/docs/javadoc/hppc/2.13/overview-tree.html @@ -0,0 +1,189 @@ + + + + + + +Class Hierarchy (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/package-list b/docs/javadoc/hppc/2.13/package-list new file mode 100644 index 00000000..2d436ff4 --- /dev/null +++ b/docs/javadoc/hppc/2.13/package-list @@ -0,0 +1,3 @@ +com.fasterxml.jackson.datatype.hppc +com.fasterxml.jackson.datatype.hppc.deser +com.fasterxml.jackson.datatype.hppc.ser diff --git a/docs/javadoc/hppc/2.13/script.js b/docs/javadoc/hppc/2.13/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/docs/javadoc/hppc/2.13/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/javadoc/hppc/2.13/serialized-form.html b/docs/javadoc/hppc/2.13/serialized-form.html new file mode 100644 index 00000000..813ba6c3 --- /dev/null +++ b/docs/javadoc/hppc/2.13/serialized-form.html @@ -0,0 +1,217 @@ + + + + + + +Serialized Form (Jackson datatype: HPPC 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/hppc/2.13/stylesheet.css b/docs/javadoc/hppc/2.13/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/docs/javadoc/hppc/2.13/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/docs/javadoc/pcollections/2.13/allclasses-frame.html b/docs/javadoc/pcollections/2.13/allclasses-frame.html new file mode 100644 index 00000000..de0e8e2a --- /dev/null +++ b/docs/javadoc/pcollections/2.13/allclasses-frame.html @@ -0,0 +1,30 @@ + + + + + + +All Classes (Jackson datatype: pcollections 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/pcollections/2.13/allclasses-noframe.html b/docs/javadoc/pcollections/2.13/allclasses-noframe.html new file mode 100644 index 00000000..5676e25b --- /dev/null +++ b/docs/javadoc/pcollections/2.13/allclasses-noframe.html @@ -0,0 +1,30 @@ + + + + + + +All Classes (Jackson datatype: pcollections 2.13.0 API) + + + + + +

All Classes

+
+ +
+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsDeserializers.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsDeserializers.html new file mode 100644 index 00000000..0ed87675 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsDeserializers.html @@ -0,0 +1,364 @@ + + + + + + +PCollectionsDeserializers (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections
+

Class PCollectionsDeserializers

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.Deserializers
    +
    +
    +
    +
    public class PCollectionsDeserializers
    +extends com.fasterxml.jackson.databind.deser.Deserializers.Base
    +
    Custom deserializers module offers.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +com.fasterxml.jackson.databind.deser.Deserializers.Base
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      com.fasterxml.jackson.databind.JsonDeserializer<?>findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) +
      We have plenty of collection types to support...
      +
      com.fasterxml.jackson.databind.JsonDeserializer<?>findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type, + com.fasterxml.jackson.databind.DeserializationConfig config, + com.fasterxml.jackson.databind.BeanDescription beanDesc, + com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer, + com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer) 
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.Deserializers.Base

        +findArrayDeserializer, findBeanDeserializer, findCollectionLikeDeserializer, findEnumDeserializer, findMapLikeDeserializer, findReferenceDeserializer, findTreeNodeDeserializer
      • +
      + +
        +
      • + + +

        Methods inherited from interface com.fasterxml.jackson.databind.deser.Deserializers

        +hasDeserializerFor
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PCollectionsDeserializers

        +
        public PCollectionsDeserializers()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findCollectionDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                                                                     com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                                     com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                                     com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                                     com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                              throws com.fasterxml.jackson.databind.JsonMappingException
        +
        We have plenty of collection types to support...
        +
        +
        Specified by:
        +
        findCollectionDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findCollectionDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        findMapDeserializer

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> findMapDeserializer(com.fasterxml.jackson.databind.type.MapType type,
        +                                                                              com.fasterxml.jackson.databind.DeserializationConfig config,
        +                                                                              com.fasterxml.jackson.databind.BeanDescription beanDesc,
        +                                                                              com.fasterxml.jackson.databind.KeyDeserializer keyDeserializer,
        +                                                                              com.fasterxml.jackson.databind.jsontype.TypeDeserializer elementTypeDeserializer,
        +                                                                              com.fasterxml.jackson.databind.JsonDeserializer<?> elementDeserializer)
        +                                                                       throws com.fasterxml.jackson.databind.JsonMappingException
        +
        +
        Specified by:
        +
        findMapDeserializer in interface com.fasterxml.jackson.databind.deser.Deserializers
        +
        Overrides:
        +
        findMapDeserializer in class com.fasterxml.jackson.databind.deser.Deserializers.Base
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsModule.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsModule.html new file mode 100644 index 00000000..d194371d --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PCollectionsModule.html @@ -0,0 +1,379 @@ + + + + + + +PCollectionsModule (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections
+

Class PCollectionsModule

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public class PCollectionsModule
    +extends com.fasterxml.jackson.databind.Module
    +
    Basic Jackson Module that adds support for PCollections types.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PCollectionsModule

        +
        public PCollectionsModule()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getModuleName

        +
        public String getModuleName()
        +
        +
        Specified by:
        +
        getModuleName in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        Specified by:
        +
        version in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        setupModule

        +
        public void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
        +
        +
        Specified by:
        +
        setupModule in class com.fasterxml.jackson.databind.Module
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(Object o)
        +
        +
        Overrides:
        +
        equals in class Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PackageVersion.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PackageVersion.html new file mode 100644 index 00000000..dbe54659 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/PackageVersion.html @@ -0,0 +1,321 @@ + + + + + + +PackageVersion (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections
+

Class PackageVersion

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.core.Versioned
    +
    +
    +
    +
    public final class PackageVersion
    +extends Object
    +implements com.fasterxml.jackson.core.Versioned
    +
    Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        VERSION

        +
        public static final com.fasterxml.jackson.core.Version VERSION
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PackageVersion

        +
        public PackageVersion()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        version

        +
        public com.fasterxml.jackson.core.Version version()
        +
        +
        Specified by:
        +
        version in interface com.fasterxml.jackson.core.Versioned
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsDeserializers.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsDeserializers.html new file mode 100644 index 00000000..7d099969 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsDeserializers.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers

+
+
No usage of com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsModule.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsModule.html new file mode 100644 index 00000000..47dc8704 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PCollectionsModule.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.PCollectionsModule

+
+
No usage of com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PackageVersion.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PackageVersion.html new file mode 100644 index 00000000..175c57a1 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/class-use/PackageVersion.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.PackageVersion (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.PackageVersion

+
+
No usage of com.fasterxml.jackson.datatype.pcollections.PackageVersion
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/ConsPStackDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/ConsPStackDeserializer.html new file mode 100644 index 00000000..daf4fccc --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/ConsPStackDeserializer.html @@ -0,0 +1,387 @@ + + + + + + +ConsPStackDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class ConsPStackDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class ConsPStackDeserializer
    +extends PCollectionsCollectionDeserializer<org.pcollections.ConsPStack<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ConsPStackDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.pcollections.ConsPStack<Object>createEmptyCollection() 
      ConsPStackDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConsPStackDeserializer

        +
        public ConsPStackDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                              com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                              com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePBagDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePBagDeserializer.html new file mode 100644 index 00000000..b78b022f --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePBagDeserializer.html @@ -0,0 +1,387 @@ + + + + + + +HashTreePBagDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class HashTreePBagDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HashTreePBagDeserializer
    +extends PCollectionsCollectionDeserializer<org.pcollections.MapPBag<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HashTreePBagDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.pcollections.MapPBag<Object>createEmptyCollection() 
      HashTreePBagDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashTreePBagDeserializer

        +
        public HashTreePBagDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePMapDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePMapDeserializer.html new file mode 100644 index 00000000..e5877086 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePMapDeserializer.html @@ -0,0 +1,368 @@ + + + + + + +HashTreePMapDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class HashTreePMapDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider
    +
    +
    +
    +
    public class HashTreePMapDeserializer
    +extends PCollectionsMapDeserializer<org.pcollections.HashPMap<Object,Object>>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashTreePMapDeserializer

        +
        public HashTreePMapDeserializer(com.fasterxml.jackson.databind.type.MapType type,
        +                                com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePSetDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePSetDeserializer.html new file mode 100644 index 00000000..d1728b36 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/HashTreePSetDeserializer.html @@ -0,0 +1,387 @@ + + + + + + +HashTreePSetDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class HashTreePSetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class HashTreePSetDeserializer
    +extends PCollectionsCollectionDeserializer<org.pcollections.MapPSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HashTreePSetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.pcollections.MapPSet<Object>createEmptyCollection() 
      HashTreePSetDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HashTreePSetDeserializer

        +
        public HashTreePSetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/OrderedPSetDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/OrderedPSetDeserializer.html new file mode 100644 index 00000000..1ca403d9 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/OrderedPSetDeserializer.html @@ -0,0 +1,387 @@ + + + + + + +OrderedPSetDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class OrderedPSetDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class OrderedPSetDeserializer
    +extends PCollectionsCollectionDeserializer<org.pcollections.OrderedPSet<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      OrderedPSetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.pcollections.OrderedPSet<Object>createEmptyCollection() 
      OrderedPSetDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OrderedPSetDeserializer

        +
        public OrderedPSetDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                               com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsCollectionDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsCollectionDeserializer.html new file mode 100644 index 00000000..45e384a4 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsCollectionDeserializer.html @@ -0,0 +1,569 @@ + + + + + + +PCollectionsCollectionDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class PCollectionsCollectionDeserializer<T extends org.pcollections.PCollection<Object>>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.type.CollectionType_containerType 
      protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer_typeDeserializerForValue +
      If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
      +
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_valueDeserializer +
      Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
      +
      +
        +
      • + + +

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected PCollectionsCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeContents(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) +
      Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
      +
      protected abstract TcreateEmptyCollection() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) +
      Base implementation that does not assume specific type + inclusion mechanism.
      +
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      abstract PCollectionsCollectionDeserializer<T>withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _containerType

        +
        protected final com.fasterxml.jackson.databind.type.CollectionType _containerType
        +
      • +
      + + + +
        +
      • +

        _valueDeserializer

        +
        protected final com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
        +
        Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
        +
      • +
      + + + +
        +
      • +

        _typeDeserializerForValue

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _typeDeserializerForValue
        +
        If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PCollectionsCollectionDeserializer

        +
        protected PCollectionsCollectionDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                                             com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                             com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createEmptyCollection

        +
        protected abstract T createEmptyCollection()
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public abstract PCollectionsCollectionDeserializer<T> withResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                                   com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
      • +
      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.pcollections.PCollection<Object>>
        +
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        Method called to finalize setup of this deserializer, + after deserializer itself has been registered. This + is needed to handle recursive and transitive dependencies.
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        Base implementation that does not assume specific type + inclusion mechanism. Sub-classes are expected to override + this method if they are to handle type information.
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.deser.std.StdDeserializer<T extends org.pcollections.PCollection<Object>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.pcollections.PCollection<Object>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeContents

        +
        protected T _deserializeContents(com.fasterxml.jackson.core.JsonParser p,
        +                                 com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                          throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        _deserializeFromSingleValue

        +
        protected T _deserializeFromSingleValue(com.fasterxml.jackson.core.JsonParser p,
        +                                        com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                                 throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsMapDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsMapDeserializer.html new file mode 100644 index 00000000..2bf048d0 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/PCollectionsMapDeserializer.html @@ -0,0 +1,575 @@ + + + + + + +PCollectionsMapDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class PCollectionsMapDeserializer<T extends org.pcollections.PMap<Object,Object>>

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider
    +
    +
    +
    Direct Known Subclasses:
    +
    HashTreePMapDeserializer
    +
    +
    +
    +
    public abstract class PCollectionsMapDeserializer<T extends org.pcollections.PMap<Object,Object>>
    +extends com.fasterxml.jackson.databind.JsonDeserializer<T>
    +implements com.fasterxml.jackson.databind.deser.ContextualDeserializer
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected com.fasterxml.jackson.databind.KeyDeserializer_keyDeserializer +
      Key deserializer used, if not null.
      +
      protected com.fasterxml.jackson.databind.type.MapType_mapType 
      protected com.fasterxml.jackson.databind.jsontype.TypeDeserializer_typeDeserializerForValue +
      If value instances have polymorphic type information, this + is the type deserializer that can handle it
      +
      protected com.fasterxml.jackson.databind.JsonDeserializer<?>_valueDeserializer +
      Value deserializer.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected PCollectionsMapDeserializer(com.fasterxml.jackson.databind.type.MapType type, + com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected T_deserializeEntries(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      protected T_handleNull(com.fasterxml.jackson.databind.DeserializationContext ctxt, + Object key, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser, + T map) +
      Overridable helper method called when a JSON null value is encountered.
      +
      com.fasterxml.jackson.databind.JsonDeserializer<?>createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.BeanProperty property) +
      Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
      +
      protected abstract TcreateEmptyMap() 
      Tdeserialize(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      ObjectdeserializeWithType(com.fasterxml.jackson.core.JsonParser p, + com.fasterxml.jackson.databind.DeserializationContext ctxt, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer) +
      Base implementation that does not assume specific type + inclusion mechanism.
      +
      com.fasterxml.jackson.databind.type.LogicalTypelogicalType() 
      abstract PCollectionsMapDeserializer<T>withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        _mapType

        +
        protected final com.fasterxml.jackson.databind.type.MapType _mapType
        +
      • +
      + + + +
        +
      • +

        _keyDeserializer

        +
        protected com.fasterxml.jackson.databind.KeyDeserializer _keyDeserializer
        +
        Key deserializer used, if not null. If null, String from JSON + content is used as is.
        +
      • +
      + + + +
        +
      • +

        _valueDeserializer

        +
        protected com.fasterxml.jackson.databind.JsonDeserializer<?> _valueDeserializer
        +
        Value deserializer.
        +
      • +
      + + + +
        +
      • +

        _typeDeserializerForValue

        +
        protected final com.fasterxml.jackson.databind.jsontype.TypeDeserializer _typeDeserializerForValue
        +
        If value instances have polymorphic type information, this + is the type deserializer that can handle it
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PCollectionsMapDeserializer

        +
        protected PCollectionsMapDeserializer(com.fasterxml.jackson.databind.type.MapType type,
        +                                      com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                      com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                      com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        logicalType

        +
        public com.fasterxml.jackson.databind.type.LogicalType logicalType()
        +
        +
        Overrides:
        +
        logicalType in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.pcollections.PMap<Object,Object>>
        +
        +
      • +
      + + + +
        +
      • +

        withResolved

        +
        public abstract PCollectionsMapDeserializer<T> withResolved(com.fasterxml.jackson.databind.KeyDeserializer keyDeser,
        +                                                            com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                                                            com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser)
        +
        Overridable fluent factory method used for creating contextual + instances.
        +
      • +
      + + + +
        +
      • +

        createContextual

        +
        public com.fasterxml.jackson.databind.JsonDeserializer<?> createContextual(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                                                           com.fasterxml.jackson.databind.BeanProperty property)
        +                                                                    throws com.fasterxml.jackson.databind.JsonMappingException
        +
        Method called to finalize setup of this deserializer, + after deserializer itself has been registered. This + is needed to handle recursive and transitive dependencies.
        +
        +
        Specified by:
        +
        createContextual in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
        +
        Throws:
        +
        com.fasterxml.jackson.databind.JsonMappingException
        +
        +
      • +
      + + + +
        +
      • +

        deserializeWithType

        +
        public Object deserializeWithType(com.fasterxml.jackson.core.JsonParser p,
        +                                  com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                                  com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeserializer)
        +                           throws IOException
        +
        Base implementation that does not assume specific type + inclusion mechanism. Sub-classes are expected to override + this method if they are to handle type information.
        +
        +
        Overrides:
        +
        deserializeWithType in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.pcollections.PMap<Object,Object>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        deserialize

        +
        public T deserialize(com.fasterxml.jackson.core.JsonParser p,
        +                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +              throws IOException
        +
        +
        Specified by:
        +
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T extends org.pcollections.PMap<Object,Object>>
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + +
        +
      • +

        createEmptyMap

        +
        protected abstract T createEmptyMap()
        +
      • +
      + + + +
        +
      • +

        _deserializeEntries

        +
        protected T _deserializeEntries(com.fasterxml.jackson.core.JsonParser p,
        +                                com.fasterxml.jackson.databind.DeserializationContext ctxt)
        +                         throws IOException
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        _handleNull

        +
        protected T _handleNull(com.fasterxml.jackson.databind.DeserializationContext ctxt,
        +                        Object key,
        +                        com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser,
        +                        T map)
        +                 throws IOException
        +
        Overridable helper method called when a JSON null value is encountered. + Since PCollections Maps typically do not allow null values, special handling + is needed; default is to simply ignore and skip such values, but alternative + could be to throw an exception.
        +
        +
        Throws:
        +
        IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/TreePVectorDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/TreePVectorDeserializer.html new file mode 100644 index 00000000..5b39daf4 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/TreePVectorDeserializer.html @@ -0,0 +1,387 @@ + + + + + + +TreePVectorDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.fasterxml.jackson.datatype.pcollections.deser
+

Class TreePVectorDeserializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.fasterxml.jackson.databind.deser.ContextualDeserializer, com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
    +
    +
    +
    +
    public class TreePVectorDeserializer
    +extends PCollectionsCollectionDeserializer<org.pcollections.TreePVector<Object>>
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +com.fasterxml.jackson.databind.JsonDeserializer.None
      • +
      +
    • +
    + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      TreePVectorDeserializer(com.fasterxml.jackson.databind.type.CollectionType type, + com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> deser) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected org.pcollections.TreePVector<Object>createEmptyCollection() 
      TreePVectorDeserializerwithResolved(com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser, + com.fasterxml.jackson.databind.JsonDeserializer<?> valueDeser) +
      Overridable fluent factory method used for creating contextual + instances.
      +
      + +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        +_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, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • +
      +
        +
      • + + +

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        +deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TreePVectorDeserializer

        +
        public TreePVectorDeserializer(com.fasterxml.jackson.databind.type.CollectionType type,
        +                               com.fasterxml.jackson.databind.jsontype.TypeDeserializer typeDeser,
        +                               com.fasterxml.jackson.databind.JsonDeserializer<?> deser)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/ConsPStackDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/ConsPStackDeserializer.html new file mode 100644 index 00000000..fde90dc2 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/ConsPStackDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.ConsPStackDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.ConsPStackDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePBagDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePBagDeserializer.html new file mode 100644 index 00000000..1349384c --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePBagDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePBagDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.HashTreePBagDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePMapDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePMapDeserializer.html new file mode 100644 index 00000000..859fa63c --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePMapDeserializer.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePMapDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.HashTreePMapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePSetDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePSetDeserializer.html new file mode 100644 index 00000000..0247f955 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/HashTreePSetDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePSetDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.HashTreePSetDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/OrderedPSetDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/OrderedPSetDeserializer.html new file mode 100644 index 00000000..8d16e08f --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/OrderedPSetDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.OrderedPSetDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.OrderedPSetDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsCollectionDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsCollectionDeserializer.html new file mode 100644 index 00000000..2c4c8a3d --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsCollectionDeserializer.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsMapDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsMapDeserializer.html new file mode 100644 index 00000000..492cf175 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/PCollectionsMapDeserializer.html @@ -0,0 +1,184 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/TreePVectorDeserializer.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/TreePVectorDeserializer.html new file mode 100644 index 00000000..05563543 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/class-use/TreePVectorDeserializer.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class com.fasterxml.jackson.datatype.pcollections.deser.TreePVectorDeserializer (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Class
com.fasterxml.jackson.datatype.pcollections.deser.TreePVectorDeserializer

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-frame.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-frame.html new file mode 100644 index 00000000..0a9a4150 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-frame.html @@ -0,0 +1,28 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections.deser (Jackson datatype: pcollections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.pcollections.deser

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-summary.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-summary.html new file mode 100644 index 00000000..93474f62 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-summary.html @@ -0,0 +1,172 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections.deser (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.pcollections.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-tree.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-tree.html new file mode 100644 index 00000000..8e0c50d8 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-tree.html @@ -0,0 +1,160 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections.deser Class Hierarchy (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.pcollections.deser

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-use.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-use.html new file mode 100644 index 00000000..6ab201ab --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/deser/package-use.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.pcollections.deser (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.pcollections.deser

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-frame.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-frame.html new file mode 100644 index 00000000..0be7cca4 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections (Jackson datatype: pcollections 2.13.0 API) + + + + + +

com.fasterxml.jackson.datatype.pcollections

+
+

Classes

+ +
+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-summary.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-summary.html new file mode 100644 index 00000000..d5e8ed0d --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-summary.html @@ -0,0 +1,160 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Package com.fasterxml.jackson.datatype.pcollections

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-tree.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-tree.html new file mode 100644 index 00000000..f6c274cf --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +com.fasterxml.jackson.datatype.pcollections Class Hierarchy (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For Package com.fasterxml.jackson.datatype.pcollections

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-use.html b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-use.html new file mode 100644 index 00000000..01c229f1 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/com/fasterxml/jackson/datatype/pcollections/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package com.fasterxml.jackson.datatype.pcollections (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Uses of Package
com.fasterxml.jackson.datatype.pcollections

+
+
No usage of com.fasterxml.jackson.datatype.pcollections
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/constant-values.html b/docs/javadoc/pcollections/2.13/constant-values.html new file mode 100644 index 00000000..29c9d209 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/deprecated-list.html b/docs/javadoc/pcollections/2.13/deprecated-list.html new file mode 100644 index 00000000..fd7754c5 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/help-doc.html b/docs/javadoc/pcollections/2.13/help-doc.html new file mode 100644 index 00000000..efa129c9 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/index-all.html b/docs/javadoc/pcollections/2.13/index-all.html new file mode 100644 index 00000000..d26c8646 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/index-all.html @@ -0,0 +1,387 @@ + + + + + + +Index (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
C D E F G H L O P S T V W _  + + +

C

+
+
com.fasterxml.jackson.datatype.pcollections - package com.fasterxml.jackson.datatype.pcollections
+
 
+
com.fasterxml.jackson.datatype.pcollections.deser - package com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
ConsPStackDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
ConsPStackDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.ConsPStackDeserializer
+
 
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
+
Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
+
+
createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Method called to finalize setup of this deserializer, + after deserializer itself has been registered.
+
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.ConsPStackDeserializer
+
 
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePBagDeserializer
+
 
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePSetDeserializer
+
 
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.OrderedPSetDeserializer
+
 
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
createEmptyCollection() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.TreePVectorDeserializer
+
 
+
createEmptyMap() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePMapDeserializer
+
 
+
createEmptyMap() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
+ + + +

D

+
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
+
Base implementation that does not assume specific type + inclusion mechanism.
+
+
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Base implementation that does not assume specific type + inclusion mechanism.
+
+
+ + + +

E

+
+
equals(Object) - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
+ + + +

F

+
+
findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers
+
+
We have plenty of collection types to support...
+
+
findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers
+
 
+
+ + + +

G

+
+
getModuleName() - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
+ + + +

H

+
+
hashCode() - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
HashTreePBagDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
HashTreePBagDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePBagDeserializer
+
 
+
HashTreePMapDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
HashTreePMapDeserializer(MapType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePMapDeserializer
+
 
+
HashTreePSetDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
HashTreePSetDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePSetDeserializer
+
 
+
+ + + +

L

+
+
logicalType() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
logicalType() - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
+ + + +

O

+
+
OrderedPSetDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
OrderedPSetDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.OrderedPSetDeserializer
+
 
+
+ + + +

P

+
+
PackageVersion - Class in com.fasterxml.jackson.datatype.pcollections
+
+
Automatically generated from PackageVersion.java.in during + packageVersion-generate execution of maven-replacer-plugin in + pom.xml.
+
+
PackageVersion() - Constructor for class com.fasterxml.jackson.datatype.pcollections.PackageVersion
+
 
+
PCollectionsCollectionDeserializer<T extends org.pcollections.PCollection<Object>> - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
PCollectionsCollectionDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
PCollectionsDeserializers - Class in com.fasterxml.jackson.datatype.pcollections
+
+
Custom deserializers module offers.
+
+
PCollectionsDeserializers() - Constructor for class com.fasterxml.jackson.datatype.pcollections.PCollectionsDeserializers
+
 
+
PCollectionsMapDeserializer<T extends org.pcollections.PMap<Object,Object>> - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
PCollectionsMapDeserializer(MapType, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
PCollectionsModule - Class in com.fasterxml.jackson.datatype.pcollections
+
+
Basic Jackson Module that adds support for PCollections types.
+
+
PCollectionsModule() - Constructor for class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
+ + + +

S

+
+
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
+ + + +

T

+
+
TreePVectorDeserializer - Class in com.fasterxml.jackson.datatype.pcollections.deser
+
 
+
TreePVectorDeserializer(CollectionType, TypeDeserializer, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.datatype.pcollections.deser.TreePVectorDeserializer
+
 
+
+ + + +

V

+
+
VERSION - Static variable in class com.fasterxml.jackson.datatype.pcollections.PackageVersion
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.pcollections.PackageVersion
+
 
+
version() - Method in class com.fasterxml.jackson.datatype.pcollections.PCollectionsModule
+
 
+
+ + + +

W

+
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.ConsPStackDeserializer
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePBagDeserializer
+
 
+
withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePMapDeserializer
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.HashTreePSetDeserializer
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.OrderedPSetDeserializer
+
 
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
+
Overridable fluent factory method used for creating contextual + instances.
+
+
withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Overridable fluent factory method used for creating contextual + instances.
+
+
withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.TreePVectorDeserializer
+
 
+
+ + + +

_

+
+
_containerType - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
_deserializeContents(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
_deserializeEntries(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
_deserializeFromSingleValue(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
 
+
_handleNull(DeserializationContext, Object, JsonDeserializer<?>, T) - Method in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Overridable helper method called when a JSON null value is encountered.
+
+
_keyDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Key deserializer used, if not null.
+
+
_mapType - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
 
+
_typeDeserializerForValue - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
+
If value instances have polymorphic type information, this + is the type deserializer that can deserialize required type + information
+
+
_typeDeserializerForValue - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
If value instances have polymorphic type information, this + is the type deserializer that can handle it
+
+
_valueDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsCollectionDeserializer
+
+
Deserializer used for values contained in collection being deserialized; + either assigned on constructor, or during resolve().
+
+
_valueDeserializer - Variable in class com.fasterxml.jackson.datatype.pcollections.deser.PCollectionsMapDeserializer
+
+
Value deserializer.
+
+
+C D E F G H L O P S T V W _ 
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/index.html b/docs/javadoc/pcollections/2.13/index.html new file mode 100644 index 00000000..e348de20 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/index.html @@ -0,0 +1,76 @@ + + + + + + +Jackson datatype: pcollections 2.13.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/docs/javadoc/pcollections/2.13/overview-frame.html b/docs/javadoc/pcollections/2.13/overview-frame.html new file mode 100644 index 00000000..2d1861e3 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Jackson datatype: pcollections 2.13.0 API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/docs/javadoc/pcollections/2.13/overview-summary.html b/docs/javadoc/pcollections/2.13/overview-summary.html new file mode 100644 index 00000000..b7c5894d --- /dev/null +++ b/docs/javadoc/pcollections/2.13/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Jackson datatype: pcollections 2.13.0 API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
com.fasterxml.jackson.datatype.pcollections 
com.fasterxml.jackson.datatype.pcollections.deser 
+
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/overview-tree.html b/docs/javadoc/pcollections/2.13/overview-tree.html new file mode 100644 index 00000000..1f853eb8 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/overview-tree.html @@ -0,0 +1,172 @@ + + + + + + +Class Hierarchy (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/package-list b/docs/javadoc/pcollections/2.13/package-list new file mode 100644 index 00000000..7222ff38 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/package-list @@ -0,0 +1,2 @@ +com.fasterxml.jackson.datatype.pcollections +com.fasterxml.jackson.datatype.pcollections.deser diff --git a/docs/javadoc/pcollections/2.13/script.js b/docs/javadoc/pcollections/2.13/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/docs/javadoc/pcollections/2.13/serialized-form.html b/docs/javadoc/pcollections/2.13/serialized-form.html new file mode 100644 index 00000000..637e9281 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/serialized-form.html @@ -0,0 +1,212 @@ + + + + + + +Serialized Form (Jackson datatype: pcollections 2.13.0 API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + +

Copyright © 2021 FasterXML. All rights reserved.

+ + diff --git a/docs/javadoc/pcollections/2.13/stylesheet.css b/docs/javadoc/pcollections/2.13/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/docs/javadoc/pcollections/2.13/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/pom.xml b/pom.xml index c14c6dab..c33cd0e8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.13.0 + 2.13.1-SNAPSHOT com.fasterxml.jackson.datatype jackson-datatypes-collections