Uses of Interface
com.fasterxml.jackson.datatype.eclipsecollections.deser.map.TypeHandlerPair
Packages that use TypeHandlerPair
-
Uses of TypeHandlerPair in com.fasterxml.jackson.datatype.eclipsecollections.deser.map
Fields in com.fasterxml.jackson.datatype.eclipsecollections.deser.map declared as TypeHandlerPairModifier and TypeFieldDescriptionstatic final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteBooleanMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Boolean> TypeHandlerPair.BYTE_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteByteMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Byte> TypeHandlerPair.BYTE_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteCharMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Char> TypeHandlerPair.BYTE_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteDoubleMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Double> TypeHandlerPair.BYTE_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteFloatMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Float> TypeHandlerPair.BYTE_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteIntMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Int> TypeHandlerPair.BYTE_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteLongMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Long> TypeHandlerPair.BYTE_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteObjectMap<Object>, PrimitiveKVHandler.Byte, RefValueHandler> TypeHandlerPair.BYTE_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableByteShortMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Short> TypeHandlerPair.BYTE_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharBooleanMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Boolean> TypeHandlerPair.CHAR_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharByteMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Byte> TypeHandlerPair.CHAR_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharCharMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Char> TypeHandlerPair.CHAR_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharDoubleMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Double> TypeHandlerPair.CHAR_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharFloatMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Float> TypeHandlerPair.CHAR_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharIntMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Int> TypeHandlerPair.CHAR_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharLongMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Long> TypeHandlerPair.CHAR_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharObjectMap<Object>, PrimitiveKVHandler.Char, RefValueHandler> TypeHandlerPair.CHAR_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableCharShortMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Short> TypeHandlerPair.CHAR_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleBooleanMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Boolean> TypeHandlerPair.DOUBLE_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleByteMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Byte> TypeHandlerPair.DOUBLE_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleCharMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Char> TypeHandlerPair.DOUBLE_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleDoubleMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Double> TypeHandlerPair.DOUBLE_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleFloatMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Float> TypeHandlerPair.DOUBLE_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleIntMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Int> TypeHandlerPair.DOUBLE_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleLongMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Long> TypeHandlerPair.DOUBLE_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<Object>, PrimitiveKVHandler.Double, RefValueHandler> TypeHandlerPair.DOUBLE_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableDoubleShortMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Short> TypeHandlerPair.DOUBLE_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatBooleanMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Boolean> TypeHandlerPair.FLOAT_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatByteMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Byte> TypeHandlerPair.FLOAT_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatCharMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Char> TypeHandlerPair.FLOAT_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatDoubleMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Double> TypeHandlerPair.FLOAT_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatFloatMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Float> TypeHandlerPair.FLOAT_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatIntMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Int> TypeHandlerPair.FLOAT_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatLongMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Long> TypeHandlerPair.FLOAT_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<Object>, PrimitiveKVHandler.Float, RefValueHandler> TypeHandlerPair.FLOAT_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableFloatShortMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Short> TypeHandlerPair.FLOAT_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntBooleanMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Boolean> TypeHandlerPair.INT_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntByteMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Byte> TypeHandlerPair.INT_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntCharMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Char> TypeHandlerPair.INT_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntDoubleMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Double> TypeHandlerPair.INT_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntFloatMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Float> TypeHandlerPair.INT_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntIntMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Int> TypeHandlerPair.INT_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntLongMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Long> TypeHandlerPair.INT_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntObjectMap<Object>, PrimitiveKVHandler.Int, RefValueHandler> TypeHandlerPair.INT_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableIntShortMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Short> TypeHandlerPair.INT_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongBooleanMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Boolean> TypeHandlerPair.LONG_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongByteMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Byte> TypeHandlerPair.LONG_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongCharMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Char> TypeHandlerPair.LONG_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongDoubleMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Double> TypeHandlerPair.LONG_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongFloatMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Float> TypeHandlerPair.LONG_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongIntMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Int> TypeHandlerPair.LONG_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongLongMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Long> TypeHandlerPair.LONG_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongObjectMap<Object>, PrimitiveKVHandler.Long, RefValueHandler> TypeHandlerPair.LONG_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableLongShortMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Short> TypeHandlerPair.LONG_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<Object>, RefKeyHandler, PrimitiveKVHandler.Boolean> TypeHandlerPair.OBJECT_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectByteMap<Object>, RefKeyHandler, PrimitiveKVHandler.Byte> TypeHandlerPair.OBJECT_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectCharMap<Object>, RefKeyHandler, PrimitiveKVHandler.Char> TypeHandlerPair.OBJECT_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<Object>, RefKeyHandler, PrimitiveKVHandler.Double> TypeHandlerPair.OBJECT_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectFloatMap<Object>, RefKeyHandler, PrimitiveKVHandler.Float> TypeHandlerPair.OBJECT_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectIntMap<Object>, RefKeyHandler, PrimitiveKVHandler.Int> TypeHandlerPair.OBJECT_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectLongMap<Object>, RefKeyHandler, PrimitiveKVHandler.Long> TypeHandlerPair.OBJECT_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.MutableMap<Object, Object>, RefKeyHandler, RefValueHandler> TypeHandlerPair.OBJECT_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableObjectShortMap<Object>, RefKeyHandler, PrimitiveKVHandler.Short> TypeHandlerPair.OBJECT_SHORT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortBooleanMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Boolean> TypeHandlerPair.SHORT_BOOLEAN
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortByteMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Byte> TypeHandlerPair.SHORT_BYTE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortCharMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Char> TypeHandlerPair.SHORT_CHAR
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortDoubleMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Double> TypeHandlerPair.SHORT_DOUBLE
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortFloatMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Float> TypeHandlerPair.SHORT_FLOAT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortIntMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Int> TypeHandlerPair.SHORT_INT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortLongMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Long> TypeHandlerPair.SHORT_LONG
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortObjectMap<Object>, PrimitiveKVHandler.Short, RefValueHandler> TypeHandlerPair.SHORT_OBJECT
static final TypeHandlerPair
<org.eclipse.collections.api.map.primitive.MutableShortShortMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Short> TypeHandlerPair.SHORT_SHORT
(package private) final TypeHandlerPair
<I, K, V> EclipseMapDeserializers.Entry.typeHandlerPair
Methods in com.fasterxml.jackson.datatype.eclipsecollections.deser.map with parameters of type TypeHandlerPairModifier and TypeMethodDescriptionprivate static <T,
K extends KeyHandler<K>, V extends ValueHandler<V>>
voidEclipseMapDeserializers.add
(Class<T> type, TypeHandlerPair<? extends T, K, V> handlerPair) private static <T,
I> void EclipseMapDeserializers.add
(Class<T> type, TypeHandlerPair<I, ?, ?> handlerPair, org.eclipse.collections.api.block.function.Function<I, T> finish) Constructors in com.fasterxml.jackson.datatype.eclipsecollections.deser.map with parameters of type TypeHandlerPair